2022-02-21T16:04:04.775 INFO:root:teuthology version: 1.1.0-eea25212 2022-02-21T16:04:04.776 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/calico rook/1.7.2} --name yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi --archive /home/teuthworker/archive/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi/6698305 --verbose --owner scheduled_yuriw@teuthology -- /home/teuthworker/archive/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi/6698305/orig.config.yaml 2022-02-21T16:04:04.815 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2022-02-21T16:04:04.902 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi/6698305 branch: wip-yuri4-testing-2022-02-18-0800 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/calico rook/1.7.2} email: ceph-qa@ceph.io first_in_suite: false job_id: '6698305' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri4-testing-2022-02-18-0800 ceph: conf: global: osd crush chooseleaf type: 0 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-whitelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: b05010b68efc838fdc35b41106e2ebdabe395a3e ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: b05010b68efc838fdc35b41106e2ebdabe395a3e kernel: hwe: true kubeadm: pod_network: calico version: '1.21' rook: rook_branch: v1.7.2 rook_image: rook/ceph:v1.7.2 workunit: branch: wip-yuri4-testing-2022-02-18-0800 sha1: b05010b68efc838fdc35b41106e2ebdabe395a3e owner: scheduled_yuriw@teuthology priority: 79 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.a sha1: b05010b68efc838fdc35b41106e2ebdabe395a3e sleep_before_teardown: 0 suite: rados suite_branch: wip-yuri4-testing-2022-02-18-0800 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b05010b68efc838fdc35b41106e2ebdabe395a3e targets: smithi170.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDkFoVOaqcGgo6VEJqkWvq6G+UooCIGaHWp1+Pifd0no/0i1CgAuFG/yqqXfzc8J8YMaH2ynDzV7B17gbptc2cdFCvpjZzTQrhEA/nAWTQ3Fam8YtLtxPjoEjoF+TdoJDfy3pr0OKceFCvNPGf90ZssJly8Vh7o8Rx1fjPXsV682zrv+oMpohT7++Iera0rADOJhjq2YLHEBs9lsYH2wy32z5tf/dbAH9TIVowouJBqkKEwUZyZAlccWgTLWLAG1La4h1hpzMdlzgH0m1b88Z6og1BlkNp2JXTWkUrZYVoeXc+GkgAbk5CGBxB6Vlni5dQdo+bFemk/lIhl7/4QvZEmLwIN1npUlWNI5ukgubpxquZLnfvnxaoQmrOIE+DHPPCHb9glt9UU1AH4WZALJvrrRhdNzBIxUmYwxpNpJ9OkUb5HS7wKyh3BVwgqDv4gTVSKBbQO3tjgkwzRP82kvUyRauZi8AE+PiHlYRW6/hjDXzYEV8/vGxi+nu1KdiSaRxE= 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: eea2521245e542c7c1a063d296779f572aa0255a timestamp: 2022-02-21_15:40:41 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.20261 2022-02-21T16:04:04.903 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa; will attempt to use it 2022-02-21T16:04:04.903 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks 2022-02-21T16:04:04.904 INFO:teuthology.run_tasks:Running task internal.check_packages... 2022-02-21T16:04:04.906 INFO:teuthology.task.internal:Checking packages... 2022-02-21T16:04:04.929 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'b05010b68efc838fdc35b41106e2ebdabe395a3e' 2022-02-21T16:04:04.929 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2022-02-21T16:04:04.930 INFO:teuthology.packaging:ref: None 2022-02-21T16:04:04.930 INFO:teuthology.packaging:tag: None 2022-02-21T16:04:04.930 INFO:teuthology.packaging:branch: wip-yuri4-testing-2022-02-18-0800 2022-02-21T16:04:04.931 INFO:teuthology.packaging:sha1: b05010b68efc838fdc35b41106e2ebdabe395a3e 2022-02-21T16:04:04.931 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri4-testing-2022-02-18-0800 2022-02-21T16:04:05.183 INFO:teuthology.task.internal:Found packages for ceph version 17.0.0-10781-gb05010b6-1focal 2022-02-21T16:04:05.184 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2022-02-21T16:04:05.193 INFO:teuthology.task.internal:no buildpackages task found 2022-02-21T16:04:05.193 INFO:teuthology.run_tasks:Running task internal.save_config... 2022-02-21T16:04:05.229 INFO:teuthology.task.internal:Saving configuration 2022-02-21T16:04:05.242 INFO:teuthology.run_tasks:Running task internal.check_lock... 2022-02-21T16:04:05.252 INFO:teuthology.task.internal.check_lock:Checking locks... 2022-02-21T16:04:05.280 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi170.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi/6698305', '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-02-21 15:58:54.683903', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICeXM4R026aA1TOhHDwcmiQMTUS6OQvICWMuv0i/4N6S'} 2022-02-21T16:04:05.281 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2022-02-21T16:04:05.291 INFO:teuthology.task.internal:roles: ubuntu@smithi170.front.sepia.ceph.com - ['host.a', 'client.a'] 2022-02-21T16:04:05.291 INFO:teuthology.run_tasks:Running task console_log... 2022-02-21T16:04:05.343 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f3211b9bea0>, signals=[15]) 2022-02-21T16:04:05.344 INFO:teuthology.run_tasks:Running task internal.connect... 2022-02-21T16:04:05.354 INFO:teuthology.task.internal:Opening connections... 2022-02-21T16:04:05.355 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi170.front.sepia.ceph.com 2022-02-21T16:04:05.357 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-02-21T16:04:05.420 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2022-02-21T16:04:05.429 DEBUG:teuthology.orchestra.run.smithi170:> uname -m 2022-02-21T16:04:05.549 INFO:teuthology.orchestra.run.smithi170.stdout:x86_64 2022-02-21T16:04:05.549 DEBUG:teuthology.orchestra.run.smithi170:> cat /etc/os-release 2022-02-21T16:04:05.597 INFO:teuthology.orchestra.run.smithi170.stdout:NAME="Ubuntu" 2022-02-21T16:04:05.598 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION="20.04.3 LTS (Focal Fossa)" 2022-02-21T16:04:05.598 INFO:teuthology.orchestra.run.smithi170.stdout:ID=ubuntu 2022-02-21T16:04:05.598 INFO:teuthology.orchestra.run.smithi170.stdout:ID_LIKE=debian 2022-02-21T16:04:05.598 INFO:teuthology.orchestra.run.smithi170.stdout:PRETTY_NAME="Ubuntu 20.04.3 LTS" 2022-02-21T16:04:05.599 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_ID="20.04" 2022-02-21T16:04:05.599 INFO:teuthology.orchestra.run.smithi170.stdout:HOME_URL="https://www.ubuntu.com/" 2022-02-21T16:04:05.599 INFO:teuthology.orchestra.run.smithi170.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2022-02-21T16:04:05.599 INFO:teuthology.orchestra.run.smithi170.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2022-02-21T16:04:05.600 INFO:teuthology.orchestra.run.smithi170.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2022-02-21T16:04:05.600 INFO:teuthology.orchestra.run.smithi170.stdout:VERSION_CODENAME=focal 2022-02-21T16:04:05.600 INFO:teuthology.orchestra.run.smithi170.stdout:UBUNTU_CODENAME=focal 2022-02-21T16:04:05.601 INFO:teuthology.lock.ops:Updating smithi170.front.sepia.ceph.com on lock server 2022-02-21T16:04:05.619 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2022-02-21T16:04:05.631 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2022-02-21T16:04:05.653 INFO:teuthology.task.internal:Checking for old test directory... 2022-02-21T16:04:05.653 DEBUG:teuthology.orchestra.run.smithi170:> test '!' -e /home/ubuntu/cephtest 2022-02-21T16:04:05.659 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2022-02-21T16:04:05.677 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2022-02-21T16:04:05.678 DEBUG:teuthology.orchestra.run.smithi170:> test -z $(ls -A /var/lib/ceph) 2022-02-21T16:04:05.691 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2022-02-21T16:04:05.725 INFO:teuthology.run_tasks:Running task kernel... 2022-02-21T16:04:05.744 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2022-02-21T16:04:05.744 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2022-02-21T16:04:05.745 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.a': {'hwe': True}} 2022-02-21T16:04:05.745 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2022-02-21T16:04:05.745 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2022-02-21T16:04:05.752 INFO:teuthology.orchestra.run.smithi170.stdout:5.4.0-97-generic 2022-02-21T16:04:05.752 INFO:teuthology.task.kernel:Running kernel on smithi170: 5.4.0-97-generic 2022-02-21T16:04:05.753 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get clean 2022-02-21T16:04:05.829 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2022-02-21T16:04:06.114 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2022-02-21T16:04:06.114 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-02-21T16:04:06.172 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-02-21T16:04:06.601 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-02-21T16:04:06.659 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [379 kB] 2022-02-21T16:04:06.889 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1,590 kB] 2022-02-21T16:04:06.974 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,247 kB] 2022-02-21T16:04:07.340 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [219 kB] 2022-02-21T16:04:07.397 INFO:teuthology.orchestra.run.smithi170.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [606 kB] 2022-02-21T16:04:07.415 INFO:teuthology.orchestra.run.smithi170.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [9,556 B] 2022-02-21T16:04:07.416 INFO:teuthology.orchestra.run.smithi170.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [21.7 kB] 2022-02-21T16:04:07.417 INFO:teuthology.orchestra.run.smithi170.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [757 kB] 2022-02-21T16:04:07.428 INFO:teuthology.orchestra.run.smithi170.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [108 kB] 2022-02-21T16:04:07.433 INFO:teuthology.orchestra.run.smithi170.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [504 B] 2022-02-21T16:04:07.434 INFO:teuthology.orchestra.run.smithi170.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [534 kB] 2022-02-21T16:04:07.439 INFO:teuthology.orchestra.run.smithi170.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [678 kB] 2022-02-21T16:04:07.445 INFO:teuthology.orchestra.run.smithi170.stdout:Get:17 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [116 kB] 2022-02-21T16:04:07.446 INFO:teuthology.orchestra.run.smithi170.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [13.1 kB] 2022-02-21T16:04:07.452 INFO:teuthology.orchestra.run.smithi170.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [305 kB] 2022-02-21T16:04:07.458 INFO:teuthology.orchestra.run.smithi170.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.7 kB] 2022-02-21T16:04:07.459 INFO:teuthology.orchestra.run.smithi170.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [23.1 kB] 2022-02-21T16:04:07.460 INFO:teuthology.orchestra.run.smithi170.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [815 kB] 2022-02-21T16:04:07.476 INFO:teuthology.orchestra.run.smithi170.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [116 kB] 2022-02-21T16:04:07.482 INFO:teuthology.orchestra.run.smithi170.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [500 B] 2022-02-21T16:04:07.482 INFO:teuthology.orchestra.run.smithi170.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [904 kB] 2022-02-21T16:04:07.518 INFO:teuthology.orchestra.run.smithi170.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 2022-02-21T16:04:07.602 INFO:teuthology.orchestra.run.smithi170.stdout:Get:27 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,180 B] 2022-02-21T16:04:07.617 INFO:teuthology.orchestra.run.smithi170.stdout:Get:28 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,196 B] 2022-02-21T16:04:07.617 INFO:teuthology.orchestra.run.smithi170.stdout:Get:29 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [500 B] 2022-02-21T16:04:07.673 INFO:teuthology.orchestra.run.smithi170.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [668 kB] 2022-02-21T16:04:07.705 INFO:teuthology.orchestra.run.smithi170.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [201 kB] 2022-02-21T16:04:07.715 INFO:teuthology.orchestra.run.smithi170.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [20.1 kB] 2022-02-21T16:04:07.715 INFO:teuthology.orchestra.run.smithi170.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,432 B] 2022-02-21T16:04:07.716 INFO:teuthology.orchestra.run.smithi170.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [23.7 kB] 2022-02-21T16:04:07.744 INFO:teuthology.orchestra.run.smithi170.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,312 B] 2022-02-21T16:04:07.744 INFO:teuthology.orchestra.run.smithi170.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [580 B] 2022-02-21T16:04:07.744 INFO:teuthology.orchestra.run.smithi170.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [11.7 kB] 2022-02-21T16:04:07.745 INFO:teuthology.orchestra.run.smithi170.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [21.6 kB] 2022-02-21T16:04:07.755 INFO:teuthology.orchestra.run.smithi170.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [15.0 kB] 2022-02-21T16:04:07.838 INFO:teuthology.orchestra.run.smithi170.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [716 B] 2022-02-21T16:04:10.348 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 9,805 kB in 2s (3,960 kB/s) 2022-02-21T16:04:11.537 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2022-02-21T16:04:11.560 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-02-21T16:04:11.624 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2022-02-21T16:04:11.796 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2022-02-21T16:04:11.797 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2022-02-21T16:04:11.935 INFO:teuthology.orchestra.run.smithi170.stdout:The following additional packages will be installed: 2022-02-21T16:04:11.935 INFO:teuthology.orchestra.run.smithi170.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-02-21T16:04:11.936 INFO:teuthology.orchestra.run.smithi170.stdout: libusbmuxd6 linux-image-5.13.0-30-generic linux-modules-5.13.0-30-generic 2022-02-21T16:04:11.936 INFO:teuthology.orchestra.run.smithi170.stdout: linux-modules-extra-5.13.0-30-generic thermald upower usbmuxd 2022-02-21T16:04:11.937 INFO:teuthology.orchestra.run.smithi170.stdout:Suggested packages: 2022-02-21T16:04:11.937 INFO:teuthology.orchestra.run.smithi170.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.13-source-5.13.0 2022-02-21T16:04:11.937 INFO:teuthology.orchestra.run.smithi170.stdout: linux-hwe-5.13-tools linux-headers-5.13.0-30-generic 2022-02-21T16:04:11.987 INFO:teuthology.orchestra.run.smithi170.stdout:The following NEW packages will be installed: 2022-02-21T16:04:11.988 INFO:teuthology.orchestra.run.smithi170.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-02-21T16:04:11.988 INFO:teuthology.orchestra.run.smithi170.stdout: libusbmuxd6 linux-image-5.13.0-30-generic linux-image-generic-hwe-20.04 2022-02-21T16:04:11.989 INFO:teuthology.orchestra.run.smithi170.stdout: linux-modules-5.13.0-30-generic linux-modules-extra-5.13.0-30-generic 2022-02-21T16:04:11.989 INFO:teuthology.orchestra.run.smithi170.stdout: thermald upower usbmuxd 2022-02-21T16:04:12.169 INFO:teuthology.orchestra.run.smithi170.stdout:0 upgraded, 13 newly installed, 0 to remove and 49 not upgraded. 2022-02-21T16:04:12.169 INFO:teuthology.orchestra.run.smithi170.stdout:Need to get 80.1 MB of archives. 2022-02-21T16:04:12.169 INFO:teuthology.orchestra.run.smithi170.stdout:After this operation, 409 MB of additional disk space will be used. 2022-02-21T16:04:12.169 INFO:teuthology.orchestra.run.smithi170.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2022-02-21T16:04:12.695 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2022-02-21T16:04:12.859 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2022-02-21T16:04:12.892 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2022-02-21T16:04:13.118 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2022-02-21T16:04:13.161 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:04:16.963 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:04:18.816 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:04:33.590 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:04:33.591 INFO:teuthology.orchestra.run.smithi170.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.1 [31.6 kB] 2022-02-21T16:04:33.591 INFO:teuthology.orchestra.run.smithi170.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2022-02-21T16:04:33.597 INFO:teuthology.orchestra.run.smithi170.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2022-02-21T16:04:34.620 INFO:teuthology.orchestra.run.smithi170.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2022-02-21T16:04:35.060 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 80.1 MB in 23s (3,539 kB/s) 2022-02-21T16:04:35.230 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2022-02-21T16:04:36.699 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:04:36.704 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2022-02-21T16:04:36.869 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-02-21T16:04:37.255 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libplist3:amd64. 2022-02-21T16:04:37.270 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2022-02-21T16:04:37.314 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2022-02-21T16:04:37.641 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2022-02-21T16:04:37.654 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2022-02-21T16:04:37.691 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2022-02-21T16:04:38.011 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2022-02-21T16:04:38.024 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2022-02-21T16:04:38.061 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-02-21T16:04:38.406 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libupower-glib3:amd64. 2022-02-21T16:04:38.419 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2022-02-21T16:04:38.464 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2022-02-21T16:04:38.775 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-modules-5.13.0-30-generic. 2022-02-21T16:04:38.790 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../05-linux-modules-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-02-21T16:04:38.833 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-modules-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T16:04:41.601 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-image-5.13.0-30-generic. 2022-02-21T16:04:41.615 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../06-linux-image-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-02-21T16:04:41.716 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T16:04:42.238 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-modules-extra-5.13.0-30-generic. 2022-02-21T16:04:42.251 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../07-linux-modules-extra-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-02-21T16:04:42.296 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-modules-extra-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T16:04:48.704 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2022-02-21T16:04:48.720 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.13.0.30.33~20.04.17_amd64.deb ... 2022-02-21T16:04:48.762 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking linux-image-generic-hwe-20.04 (5.13.0.30.33~20.04.17) ... 2022-02-21T16:04:49.091 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libevdev2:amd64. 2022-02-21T16:04:49.104 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.1_amd64.deb ... 2022-02-21T16:04:49.149 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-02-21T16:04:49.527 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package thermald. 2022-02-21T16:04:49.540 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2022-02-21T16:04:49.577 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2022-02-21T16:04:50.143 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package upower. 2022-02-21T16:04:50.158 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2022-02-21T16:04:50.211 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking upower (0.99.11-1build2) ... 2022-02-21T16:04:50.644 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package usbmuxd. 2022-02-21T16:04:50.661 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2022-02-21T16:04:50.703 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-02-21T16:04:50.984 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2022-02-21T16:04:51.107 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-02-21T16:04:51.233 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2022-02-21T16:04:51.375 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2022-02-21T16:04:51.476 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-02-21T16:04:51.602 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-02-21T16:04:51.728 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up upower (0.99.11-1build2) ... 2022-02-21T16:04:52.166 INFO:teuthology.orchestra.run.smithi170.stdout:upower.service is a disabled or a static unit, not starting it. 2022-02-21T16:04:52.213 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-02-21T16:04:52.394 INFO:teuthology.orchestra.run.smithi170.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2022-02-21T16:04:52.403 INFO:teuthology.orchestra.run.smithi170.stdout:Adding system user `usbmux' (UID 114) ... 2022-02-21T16:04:52.404 INFO:teuthology.orchestra.run.smithi170.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2022-02-21T16:04:52.872 INFO:teuthology.orchestra.run.smithi170.stdout:Not creating home directory `/var/lib/usbmux'. 2022-02-21T16:04:53.108 INFO:teuthology.orchestra.run.smithi170.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2022-02-21T16:04:53.152 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2022-02-21T16:04:53.458 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2022-02-21T16:04:53.459 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2022-02-21T16:04:53.973 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T16:04:55.234 INFO:teuthology.orchestra.run.smithi170.stdout:I: /boot/vmlinuz is now a symlink to vmlinuz-5.13.0-30-generic 2022-02-21T16:04:55.235 INFO:teuthology.orchestra.run.smithi170.stdout:I: /boot/initrd.img is now a symlink to initrd.img-5.13.0-30-generic 2022-02-21T16:04:55.401 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-modules-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T16:04:56.735 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-modules-extra-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T16:04:58.028 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up linux-image-generic-hwe-20.04 (5.13.0.30.33~20.04.17) ... 2022-02-21T16:04:58.146 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-21T16:05:02.068 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-02-21T16:05:02.720 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-02-21T16:05:02.812 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T16:05:03.021 INFO:teuthology.orchestra.run.smithi170.stdout:/etc/kernel/postinst.d/initramfs-tools: 2022-02-21T16:05:03.021 INFO:teuthology.orchestra.run.smithi170.stdout:update-initramfs: Generating /boot/initrd.img-5.13.0-30-generic 2022-02-21T16:05:26.624 INFO:teuthology.orchestra.run.smithi170.stdout:/etc/kernel/postinst.d/zz-update-grub: 2022-02-21T16:05:26.624 INFO:teuthology.orchestra.run.smithi170.stdout:Sourcing file `/etc/default/grub' 2022-02-21T16:05:26.636 INFO:teuthology.orchestra.run.smithi170.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-02-21T16:05:26.651 INFO:teuthology.orchestra.run.smithi170.stdout:Generating grub configuration file ... 2022-02-21T16:05:27.016 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.13.0-30-generic 2022-02-21T16:05:27.049 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.13.0-30-generic 2022-02-21T16:05:27.530 INFO:teuthology.orchestra.run.smithi170.stdout:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-02-21T16:05:27.542 INFO:teuthology.orchestra.run.smithi170.stdout:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-02-21T16:05:29.319 INFO:teuthology.orchestra.run.smithi170.stdout:done 2022-02-21T16:05:29.706 DEBUG:teuthology.orchestra.run.smithi170:> dpkg -s linux-image-generic-hwe-20.04 2022-02-21T16:05:29.731 INFO:teuthology.orchestra.run.smithi170.stdout:Package: linux-image-generic-hwe-20.04 2022-02-21T16:05:29.731 INFO:teuthology.orchestra.run.smithi170.stdout:Status: install ok installed 2022-02-21T16:05:29.731 INFO:teuthology.orchestra.run.smithi170.stdout:Priority: optional 2022-02-21T16:05:29.731 INFO:teuthology.orchestra.run.smithi170.stdout:Section: kernel 2022-02-21T16:05:29.732 INFO:teuthology.orchestra.run.smithi170.stdout:Installed-Size: 19 2022-02-21T16:05:29.732 INFO:teuthology.orchestra.run.smithi170.stdout:Maintainer: Ubuntu Kernel Team 2022-02-21T16:05:29.732 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: amd64 2022-02-21T16:05:29.732 INFO:teuthology.orchestra.run.smithi170.stdout:Source: linux-meta-hwe-5.13 2022-02-21T16:05:29.733 INFO:teuthology.orchestra.run.smithi170.stdout:Version: 5.13.0.30.33~20.04.17 2022-02-21T16:05:29.733 INFO:teuthology.orchestra.run.smithi170.stdout:Provides: virtualbox-guest-modules (= 5.13.0-30), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2) 2022-02-21T16:05:29.733 INFO:teuthology.orchestra.run.smithi170.stdout:Depends: linux-image-5.13.0-30-generic, linux-modules-extra-5.13.0-30-generic, linux-firmware, intel-microcode, amd64-microcode 2022-02-21T16:05:29.733 INFO:teuthology.orchestra.run.smithi170.stdout:Recommends: thermald 2022-02-21T16:05:29.733 INFO:teuthology.orchestra.run.smithi170.stdout:Description: Generic Linux kernel image 2022-02-21T16:05:29.734 INFO:teuthology.orchestra.run.smithi170.stdout: This package will always depend on the latest generic kernel image 2022-02-21T16:05:29.734 INFO:teuthology.orchestra.run.smithi170.stdout: available. 2022-02-21T16:05:29.734 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-97-generic Expected: 5.13.0-30-generic 2022-02-21T16:05:29.735 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2022-02-21T16:05:29.735 DEBUG:teuthology.task.kernel:src is distro, skipping download 2022-02-21T16:05:29.735 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2022-02-21T16:05:29.735 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi170.front.sepia.ceph.com, path=None, version=distro) 2022-02-21T16:05:29.736 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get clean 2022-02-21T16:05:29.838 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2022-02-21T16:05:30.121 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2022-02-21T16:05:30.122 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-02-21T16:05:30.192 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-02-21T16:05:30.275 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-02-21T16:05:31.721 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2022-02-21T16:05:31.745 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-02-21T16:05:31.810 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2022-02-21T16:05:31.996 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2022-02-21T16:05:31.997 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2022-02-21T16:05:32.181 INFO:teuthology.orchestra.run.smithi170.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.13.0.30.33~20.04.17). 2022-02-21T16:05:32.181 INFO:teuthology.orchestra.run.smithi170.stdout:0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded. 2022-02-21T16:05:32.183 DEBUG:teuthology.orchestra.run.smithi170:> dpkg -s linux-image-generic-hwe-20.04 2022-02-21T16:05:32.205 INFO:teuthology.orchestra.run.smithi170.stdout:Package: linux-image-generic-hwe-20.04 2022-02-21T16:05:32.205 INFO:teuthology.orchestra.run.smithi170.stdout:Status: install ok installed 2022-02-21T16:05:32.205 INFO:teuthology.orchestra.run.smithi170.stdout:Priority: optional 2022-02-21T16:05:32.206 INFO:teuthology.orchestra.run.smithi170.stdout:Section: kernel 2022-02-21T16:05:32.206 INFO:teuthology.orchestra.run.smithi170.stdout:Installed-Size: 19 2022-02-21T16:05:32.206 INFO:teuthology.orchestra.run.smithi170.stdout:Maintainer: Ubuntu Kernel Team 2022-02-21T16:05:32.206 INFO:teuthology.orchestra.run.smithi170.stdout:Architecture: amd64 2022-02-21T16:05:32.207 INFO:teuthology.orchestra.run.smithi170.stdout:Source: linux-meta-hwe-5.13 2022-02-21T16:05:32.207 INFO:teuthology.orchestra.run.smithi170.stdout:Version: 5.13.0.30.33~20.04.17 2022-02-21T16:05:32.207 INFO:teuthology.orchestra.run.smithi170.stdout:Provides: virtualbox-guest-modules (= 5.13.0-30), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2) 2022-02-21T16:05:32.207 INFO:teuthology.orchestra.run.smithi170.stdout:Depends: linux-image-5.13.0-30-generic, linux-modules-extra-5.13.0-30-generic, linux-firmware, intel-microcode, amd64-microcode 2022-02-21T16:05:32.208 INFO:teuthology.orchestra.run.smithi170.stdout:Recommends: thermald 2022-02-21T16:05:32.208 INFO:teuthology.orchestra.run.smithi170.stdout:Description: Generic Linux kernel image 2022-02-21T16:05:32.208 INFO:teuthology.orchestra.run.smithi170.stdout: This package will always depend on the latest generic kernel image 2022-02-21T16:05:32.208 INFO:teuthology.orchestra.run.smithi170.stdout: available. 2022-02-21T16:05:32.209 DEBUG:teuthology.orchestra.run.smithi170:> mktemp 2022-02-21T16:05:32.215 INFO:teuthology.orchestra.run.smithi170.stdout:/tmp/tmp.gki3itYjhd 2022-02-21T16:05:32.216 DEBUG:teuthology.orchestra.run.smithi170:> sudo cp /boot/grub/grub.cfg /tmp/tmp.gki3itYjhd 2022-02-21T16:05:32.227 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 0666 /tmp/tmp.gki3itYjhd 2022-02-21T16:05:32.321 DEBUG:teuthology.orchestra.remote:smithi170:/tmp/tmp.gki3itYjhd is 8KB 2022-02-21T16:05:32.336 DEBUG:teuthology.orchestra.run.smithi170:> rm -fr /tmp/tmp.gki3itYjhd 2022-02-21T16:05:32.343 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2022-02-21T16:05:32.357 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:05:32.357 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/grub.d/01_ceph_kernel 2022-02-21T16:05:32.358 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2022-02-21T16:05:32.385 INFO:teuthology.task.kernel:Distro Kernel Version: 5.13.0-30-generic 2022-02-21T16:05:32.385 DEBUG:teuthology.orchestra.run.smithi170:> sudo update-grub 2022-02-21T16:05:33.678 INFO:teuthology.orchestra.run.smithi170.stderr:Sourcing file `/etc/default/grub' 2022-02-21T16:05:33.679 INFO:teuthology.orchestra.run.smithi170.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-02-21T16:05:33.700 INFO:teuthology.orchestra.run.smithi170.stderr:Generating grub configuration file ... 2022-02-21T16:05:34.024 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.13.0-30-generic 2022-02-21T16:05:34.036 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.13.0-30-generic 2022-02-21T16:05:34.450 INFO:teuthology.orchestra.run.smithi170.stderr:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-02-21T16:05:34.461 INFO:teuthology.orchestra.run.smithi170.stderr:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-02-21T16:05:35.153 INFO:teuthology.orchestra.run.smithi170.stderr:done 2022-02-21T16:05:35.155 DEBUG:teuthology.orchestra.run.smithi170:> sudo shutdown -r now 2022-02-21T16:06:05.188 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2022-02-21T16:06:05.188 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2022-02-21T16:06:05.189 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-02-21T16:07:05.251 DEBUG:teuthology.orchestra.remote:timed out 2022-02-21T16:07:35.282 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2022-02-21T16:07:35.284 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-02-21T16:07:35.545 DEBUG:teuthology.orchestra.run.smithi170:> true 2022-02-21T16:07:36.037 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi170.front.sepia.ceph.com' 2022-02-21T16:07:36.037 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.13.0-30-generic"... 2022-02-21T16:07:36.038 DEBUG:teuthology.orchestra.run.smithi170:> uname -r 2022-02-21T16:07:36.043 INFO:teuthology.orchestra.run.smithi170.stdout:5.13.0-30-generic 2022-02-21T16:07:36.043 DEBUG:teuthology.task.kernel:current kernel version is 5.13.0-30-generic vs 5.13.0-30-generic 2022-02-21T16:07:36.043 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2022-02-21T16:07:36.044 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2022-02-21T16:07:37.044 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2022-02-21T16:07:37.045 DEBUG:teuthology.orchestra.run.smithi170:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2022-02-21T16:07:37.121 INFO:teuthology.orchestra.run.smithi170.stdout:ttyS1 2022-02-21T16:07:37.158 DEBUG:teuthology.parallel:result is None 2022-02-21T16:07:37.158 INFO:teuthology.run_tasks:Running task internal.base... 2022-02-21T16:07:37.171 INFO:teuthology.task.internal:Creating test directory... 2022-02-21T16:07:37.172 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2022-02-21T16:07:37.179 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2022-02-21T16:07:37.206 INFO:teuthology.run_tasks:Running task internal.archive... 2022-02-21T16:07:37.243 INFO:teuthology.task.internal:Creating archive directory... 2022-02-21T16:07:37.243 DEBUG:teuthology.orchestra.run.smithi170:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2022-02-21T16:07:37.265 INFO:teuthology.run_tasks:Running task internal.coredump... 2022-02-21T16:07:37.282 INFO:teuthology.task.internal:Enabling coredump saving... 2022-02-21T16:07:37.283 DEBUG:teuthology.orchestra.run.smithi170:> 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-02-21T16:07:37.326 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-02-21T16:07:37.336 INFO:teuthology.orchestra.run.smithi170.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-02-21T16:07:37.337 INFO:teuthology.run_tasks:Running task internal.sudo... 2022-02-21T16:07:37.348 INFO:teuthology.task.internal:Configuring sudo... 2022-02-21T16:07:37.349 DEBUG:teuthology.orchestra.run.smithi170:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2022-02-21T16:07:37.366 INFO:teuthology.run_tasks:Running task internal.syslog... 2022-02-21T16:07:37.382 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2022-02-21T16:07:37.383 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2022-02-21T16:07:37.391 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2022-02-21T16:07:37.440 DEBUG:teuthology.orchestra.run.smithi170:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2022-02-21T16:07:37.450 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:07:37.451 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2022-02-21T16:07:37.481 DEBUG:teuthology.orchestra.run.smithi170:> sudo service rsyslog restart 2022-02-21T16:07:37.567 INFO:teuthology.run_tasks:Running task internal.timer... 2022-02-21T16:07:37.581 INFO:teuthology.task.internal:Starting timer... 2022-02-21T16:07:37.581 INFO:teuthology.run_tasks:Running task pcp... 2022-02-21T16:07:37.646 INFO:teuthology.run_tasks:Running task selinux... 2022-02-21T16:07:37.670 DEBUG:teuthology.task.selinux:Excluding smithi170: OS 'ubuntu' does not support SELinux 2022-02-21T16:07:37.670 DEBUG:teuthology.task.selinux:Getting current SELinux state 2022-02-21T16:07:37.671 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2022-02-21T16:07:37.671 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2022-02-21T16:07:37.671 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2022-02-21T16:07:37.690 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-02-21T16:07:37.691 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to origin/master 2022-02-21T16:07:37.712 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-02-21T16:07:37.713 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi170.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2022-02-21T16:10:49.967 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi170.front.sepia.ceph.com')] 2022-02-21T16:10:49.969 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi170.front.sepia.ceph.com' 2022-02-21T16:10:49.971 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi170.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-02-21T16:10:50.023 DEBUG:teuthology.orchestra.run.smithi170:> true 2022-02-21T16:10:50.148 INFO:teuthology.run_tasks:Running task clock... 2022-02-21T16:10:50.168 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2022-02-21T16:10:50.168 INFO:teuthology.orchestra.run:Running command with timeout 360 2022-02-21T16:10:50.170 DEBUG:teuthology.orchestra.run.smithi170:> 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-02-21T16:10:50.204 INFO:teuthology.orchestra.run.smithi170.stdout:21 Feb 16:10:50 ntpd[8919]: ntpd 4.2.8p12@1.3728-o (1): Starting 2022-02-21T16:10:50.204 INFO:teuthology.orchestra.run.smithi170.stdout:21 Feb 16:10:50 ntpd[8919]: Command line: ntpd -gq 2022-02-21T16:10:50.205 INFO:teuthology.orchestra.run.smithi170.stdout:21 Feb 16:10:50 ntpd[8919]: proto: precision = 0.072 usec (-24) 2022-02-21T16:10:50.205 INFO:teuthology.orchestra.run.smithi170.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-02-21T16:10:50.206 INFO:teuthology.orchestra.run.smithi170.stdout:21 Feb 16:10:50 ntpd[8919]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-02-21T16:10:50.206 INFO:teuthology.orchestra.run.smithi170.stderr:restrict ::: KOD does nothing without LIMITED. 2022-02-21T16:10:50.208 INFO:teuthology.orchestra.run.smithi170.stdout:21 Feb 16:10:50 ntpd[8919]: restrict ::: KOD does nothing without LIMITED. 2022-02-21T16:10:50.208 INFO:teuthology.orchestra.run.smithi170.stdout:21 Feb 16:10:50 ntpd[8919]: Listen and drop on 0 v6wildcard [::]:123 2022-02-21T16:10:50.208 INFO:teuthology.orchestra.run.smithi170.stdout:21 Feb 16:10:50 ntpd[8919]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2022-02-21T16:10:50.208 INFO:teuthology.orchestra.run.smithi170.stdout:21 Feb 16:10:50 ntpd[8919]: Listen normally on 2 lo 127.0.0.1:123 2022-02-21T16:10:50.209 INFO:teuthology.orchestra.run.smithi170.stdout:21 Feb 16:10:50 ntpd[8919]: Listen normally on 3 enp3s0f1 172.21.15.170:123 2022-02-21T16:10:50.209 INFO:teuthology.orchestra.run.smithi170.stdout:21 Feb 16:10:50 ntpd[8919]: Listen normally on 4 lo [::1]:123 2022-02-21T16:10:50.209 INFO:teuthology.orchestra.run.smithi170.stdout:21 Feb 16:10:50 ntpd[8919]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7255%5]:123 2022-02-21T16:10:50.209 INFO:teuthology.orchestra.run.smithi170.stdout:21 Feb 16:10:50 ntpd[8919]: Listening on routing socket on fd #22 for interface updates 2022-02-21T16:10:51.205 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:51 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:51.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:51 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:51.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:51 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:51.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:51 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:51.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:51 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:51.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:51 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:51.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:51 ntpd[8919]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T16:10:51.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:51 ntpd[8919]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T16:10:51.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:51 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:51.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:51 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:51.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:51 ntpd[8919]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T16:10:51.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:51 ntpd[8919]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T16:10:52.205 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:52 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:52.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:52 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:52.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:52 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:52.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:52 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:52.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:52 ntpd[8919]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T16:10:52.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:52 ntpd[8919]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T16:10:53.205 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:53 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:53.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:53 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:53.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:53 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:53.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:53 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:53.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:53 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:53.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:53 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:53.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:53 ntpd[8919]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T16:10:53.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:53 ntpd[8919]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T16:10:53.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:53 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:53.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:53 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:53.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:53 ntpd[8919]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T16:10:53.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:53 ntpd[8919]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T16:10:54.205 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:54 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:54.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:54 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:54.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:54 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:54.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:54 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:54.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:54 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:54.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:54 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:54.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:54 ntpd[8919]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T16:10:54.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:54 ntpd[8919]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T16:10:54.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:54 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:54.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:54 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:54.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:54 ntpd[8919]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T16:10:54.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:54 ntpd[8919]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T16:10:55.205 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:55 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:55.205 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:55 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:55.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:55 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:55.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:55 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:55.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:55 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:55.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:55 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:55.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:55 ntpd[8919]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T16:10:55.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:55 ntpd[8919]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T16:10:55.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:55 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:55.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:55 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:55.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:55 ntpd[8919]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T16:10:55.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:55 ntpd[8919]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T16:10:56.205 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:56 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:56.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:56 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:56.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:56 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:56.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:56 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:56.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:56 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:56.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:56 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:56.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:56 ntpd[8919]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T16:10:56.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:56 ntpd[8919]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T16:10:56.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:56 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:56.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:56 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:56.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:56 ntpd[8919]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T16:10:56.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:56 ntpd[8919]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T16:10:57.205 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:57 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:57.205 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:57 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:57.205 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:57 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:57.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:57 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:57.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:57 ntpd[8919]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T16:10:57.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:57 ntpd[8919]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T16:10:57.206 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:57 ntpd[8919]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T16:10:57.207 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:57 ntpd[8919]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T16:10:57.207 INFO:teuthology.orchestra.run.smithi170.stdout:21 Feb 16:10:57 ntpd[8919]: ntpd: time slew +0.003712 s 2022-02-21T16:10:57.207 INFO:teuthology.orchestra.run.smithi170.stdout:ntpd: time slew +0.003712s 2022-02-21T16:10:57.208 INFO:teuthology.orchestra.run.smithi170.stderr:21 Feb 16:10:57 ntpd[8919]: can't open /var/log/ntpstats/loopstats.20220221: Permission denied 2022-02-21T16:10:57.254 INFO:teuthology.orchestra.run.smithi170.stdout: remote refid st t when poll reach delay offset jitter 2022-02-21T16:10:57.254 INFO:teuthology.orchestra.run.smithi170.stdout:============================================================================== 2022-02-21T16:10:57.255 INFO:teuthology.orchestra.run.smithi170.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-02-21T16:10:57.255 INFO:teuthology.orchestra.run.smithi170.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-02-21T16:10:57.255 INFO:teuthology.orchestra.run.smithi170.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-02-21T16:10:57.255 INFO:teuthology.orchestra.run.smithi170.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-02-21T16:10:57.256 INFO:teuthology.run_tasks:Running task kubeadm... 2022-02-21T16:10:57.272 INFO:tasks.kubeadm:Kubeadm start 2022-02-21T16:10:57.272 INFO:tasks.kubeadm:Config: {'pod_network': 'calico', 'version': '1.21'} 2022-02-21T16:10:57.273 DEBUG:teuthology.orchestra.run.smithi170:> 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-02-21T16:10:57.298 INFO:teuthology.orchestra.run.smithi170.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2022-02-21T16:10:57.305 INFO:teuthology.orchestra.run.smithi170.stdout:net.bridge.bridge-nf-call-iptables = 1 2022-02-21T16:10:57.313 INFO:teuthology.orchestra.run.smithi170.stdout:net.ipv4.ip_forward = 1 2022-02-21T16:10:57.360 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:10:57.361 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2022-02-21T16:10:57.421 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:10:57.422 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/docker/daemon.json 2022-02-21T16:10:57.434 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl restart docker || true 2022-02-21T16:10:58.394 INFO:tasks.kubeadm:Identifying pod subnet 2022-02-21T16:10:58.400 INFO:tasks.kubeadm:172.21.15.170 is in 172.21.0.0/20 at pos 4009 2022-02-21T16:10:58.414 INFO:tasks.kubeadm:Pod subnet: 10.253.72.0/21 2022-02-21T16:10:58.414 INFO:tasks.kubeadm:Installing kube{adm,ctl,let} 2022-02-21T16:10:58.415 DEBUG:teuthology.orchestra.run.smithi170:> 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-02-21T16:10:58.444 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:10:58.445 INFO:teuthology.orchestra.run.smithi170.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-02-21T16:10:58.445 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:10:58.557 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-02-21T16:10:58.671 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-02-21T16:10:58.754 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-02-21T16:10:58.839 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-02-21T16:11:00.046 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2022-02-21T16:11:00.221 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2022-02-21T16:11:00.222 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2022-02-21T16:11:00.313 INFO:teuthology.orchestra.run.smithi170.stdout:48 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-02-21T16:11:00.329 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:11:00.330 INFO:teuthology.orchestra.run.smithi170.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-02-21T16:11:00.330 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:11:00.382 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2022-02-21T16:11:00.557 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2022-02-21T16:11:00.558 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2022-02-21T16:11:00.736 INFO:teuthology.orchestra.run.smithi170.stdout:ca-certificates is already the newest version (20210119~20.04.2). 2022-02-21T16:11:00.736 INFO:teuthology.orchestra.run.smithi170.stdout:curl is already the newest version (7.68.0-1ubuntu2.7). 2022-02-21T16:11:00.737 INFO:teuthology.orchestra.run.smithi170.stdout:The following NEW packages will be installed: 2022-02-21T16:11:00.737 INFO:teuthology.orchestra.run.smithi170.stdout: apt-transport-https 2022-02-21T16:11:00.923 INFO:teuthology.orchestra.run.smithi170.stdout:0 upgraded, 1 newly installed, 0 to remove and 48 not upgraded. 2022-02-21T16:11:00.924 INFO:teuthology.orchestra.run.smithi170.stdout:Need to get 4,680 B of archives. 2022-02-21T16:11:00.924 INFO:teuthology.orchestra.run.smithi170.stdout:After this operation, 162 kB of additional disk space will be used. 2022-02-21T16:11:00.924 INFO:teuthology.orchestra.run.smithi170.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4,680 B] 2022-02-21T16:11:01.149 INFO:teuthology.orchestra.run.smithi170.stderr:debconf: unable to initialize frontend: Dialog 2022-02-21T16:11:01.149 INFO:teuthology.orchestra.run.smithi170.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-02-21T16:11:01.150 INFO:teuthology.orchestra.run.smithi170.stderr:debconf: falling back to frontend: Readline 2022-02-21T16:11:01.166 INFO:teuthology.orchestra.run.smithi170.stderr:debconf: unable to initialize frontend: Readline 2022-02-21T16:11:01.167 INFO:teuthology.orchestra.run.smithi170.stderr:debconf: (This frontend requires a controlling tty.) 2022-02-21T16:11:01.167 INFO:teuthology.orchestra.run.smithi170.stderr:debconf: falling back to frontend: Teletype 2022-02-21T16:11:01.172 INFO:teuthology.orchestra.run.smithi170.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-02-21T16:11:01.221 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 4,680 B in 0s (26.4 kB/s) 2022-02-21T16:11:01.319 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package apt-transport-https. 2022-02-21T16:11:01.362 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:11:01.366 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 2022-02-21T16:11:01.409 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking apt-transport-https (2.0.6) ... 2022-02-21T16:11:01.687 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up apt-transport-https (2.0.6) ... 2022-02-21T16:11:02.217 INFO:teuthology.orchestra.run.smithi170.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2022-02-21T16:11:02.230 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:11:02.230 INFO:teuthology.orchestra.run.smithi170.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-02-21T16:11:02.231 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:11:02.360 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-02-21T16:11:02.474 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-02-21T16:11:02.565 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-02-21T16:11:02.663 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-02-21T16:11:04.696 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2022-02-21T16:11:04.847 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 Packages [53.9 kB] 2022-02-21T16:11:05.019 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 63.3 kB in 3s (24.0 kB/s) 2022-02-21T16:11:05.849 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2022-02-21T16:11:06.020 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2022-02-21T16:11:06.021 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2022-02-21T16:11:06.113 INFO:teuthology.orchestra.run.smithi170.stdout:48 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-02-21T16:11:06.129 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:11:06.130 INFO:teuthology.orchestra.run.smithi170.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-02-21T16:11:06.130 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:11:06.184 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2022-02-21T16:11:06.358 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2022-02-21T16:11:06.359 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2022-02-21T16:11:06.496 INFO:teuthology.orchestra.run.smithi170.stdout:bridge-utils is already the newest version (1.6-2ubuntu1). 2022-02-21T16:11:06.497 INFO:teuthology.orchestra.run.smithi170.stdout:bridge-utils set to manually installed. 2022-02-21T16:11:06.497 INFO:teuthology.orchestra.run.smithi170.stdout:The following additional packages will be installed: 2022-02-21T16:11:06.497 INFO:teuthology.orchestra.run.smithi170.stdout: conntrack cri-tools ebtables kubernetes-cni socat 2022-02-21T16:11:06.498 INFO:teuthology.orchestra.run.smithi170.stdout:Suggested packages: 2022-02-21T16:11:06.498 INFO:teuthology.orchestra.run.smithi170.stdout: nftables 2022-02-21T16:11:06.543 INFO:teuthology.orchestra.run.smithi170.stdout:The following NEW packages will be installed: 2022-02-21T16:11:06.544 INFO:teuthology.orchestra.run.smithi170.stdout: conntrack cri-tools ebtables kubeadm kubectl kubelet kubernetes-cni socat 2022-02-21T16:11:06.741 INFO:teuthology.orchestra.run.smithi170.stdout:0 upgraded, 8 newly installed, 0 to remove and 48 not upgraded. 2022-02-21T16:11:06.742 INFO:teuthology.orchestra.run.smithi170.stdout:Need to get 73.6 MB of archives. 2022-02-21T16:11:06.742 INFO:teuthology.orchestra.run.smithi170.stdout:After this operation, 321 MB of additional disk space will be used. 2022-02-21T16:11:06.742 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-02-21T16:11:06.794 INFO:teuthology.orchestra.run.smithi170.stdout:Get:1 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 cri-tools amd64 1.19.0-00 [11.2 MB] 2022-02-21T16:11:06.980 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-02-21T16:11:07.233 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-02-21T16:11:07.239 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubernetes-cni amd64 0.8.7-00 [25.0 MB] 2022-02-21T16:11:08.316 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.23.4-00 [19.5 MB] 2022-02-21T16:11:09.001 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.23.4-00 [8,927 kB] 2022-02-21T16:11:09.172 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.23.4-00 [8,583 kB] 2022-02-21T16:11:09.593 INFO:teuthology.orchestra.run.smithi170.stderr:debconf: unable to initialize frontend: Dialog 2022-02-21T16:11:09.594 INFO:teuthology.orchestra.run.smithi170.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-02-21T16:11:09.594 INFO:teuthology.orchestra.run.smithi170.stderr:debconf: falling back to frontend: Readline 2022-02-21T16:11:09.602 INFO:teuthology.orchestra.run.smithi170.stderr:debconf: unable to initialize frontend: Readline 2022-02-21T16:11:09.602 INFO:teuthology.orchestra.run.smithi170.stderr:debconf: (This frontend requires a controlling tty.) 2022-02-21T16:11:09.602 INFO:teuthology.orchestra.run.smithi170.stderr:debconf: falling back to frontend: Teletype 2022-02-21T16:11:09.607 INFO:teuthology.orchestra.run.smithi170.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-02-21T16:11:09.655 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 73.6 MB in 3s (26.1 MB/s) 2022-02-21T16:11:09.741 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package conntrack. 2022-02-21T16:11:09.786 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:11:09.789 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../0-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-02-21T16:11:09.831 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking conntrack (1:1.4.5-2) ... 2022-02-21T16:11:10.134 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package cri-tools. 2022-02-21T16:11:10.147 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../1-cri-tools_1.19.0-00_amd64.deb ... 2022-02-21T16:11:10.192 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking cri-tools (1.19.0-00) ... 2022-02-21T16:11:11.253 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ebtables. 2022-02-21T16:11:11.266 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../2-ebtables_2.0.11-3build1_amd64.deb ... 2022-02-21T16:11:11.319 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ebtables (2.0.11-3build1) ... 2022-02-21T16:11:11.606 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package kubernetes-cni. 2022-02-21T16:11:11.619 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../3-kubernetes-cni_0.8.7-00_amd64.deb ... 2022-02-21T16:11:11.656 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking kubernetes-cni (0.8.7-00) ... 2022-02-21T16:11:13.117 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package socat. 2022-02-21T16:11:13.129 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../4-socat_1.7.3.3-2_amd64.deb ... 2022-02-21T16:11:13.167 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking socat (1.7.3.3-2) ... 2022-02-21T16:11:13.553 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package kubelet. 2022-02-21T16:11:13.566 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../5-kubelet_1.23.4-00_amd64.deb ... 2022-02-21T16:11:13.603 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking kubelet (1.23.4-00) ... 2022-02-21T16:11:15.989 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package kubectl. 2022-02-21T16:11:16.003 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../6-kubectl_1.23.4-00_amd64.deb ... 2022-02-21T16:11:16.038 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking kubectl (1.23.4-00) ... 2022-02-21T16:11:17.225 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package kubeadm. 2022-02-21T16:11:17.240 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../7-kubeadm_1.23.4-00_amd64.deb ... 2022-02-21T16:11:17.282 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking kubeadm (1.23.4-00) ... 2022-02-21T16:11:18.421 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up conntrack (1:1.4.5-2) ... 2022-02-21T16:11:18.528 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up kubectl (1.23.4-00) ... 2022-02-21T16:11:18.662 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ebtables (2.0.11-3build1) ... 2022-02-21T16:11:19.507 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up socat (1.7.3.3-2) ... 2022-02-21T16:11:19.632 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up cri-tools (1.19.0-00) ... 2022-02-21T16:11:19.758 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up kubernetes-cni (0.8.7-00) ... 2022-02-21T16:11:19.884 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up kubelet (1.23.4-00) ... 2022-02-21T16:11:20.098 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/kubelet.service -> /lib/systemd/system/kubelet.service. 2022-02-21T16:11:20.594 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up kubeadm (1.23.4-00) ... 2022-02-21T16:11:20.971 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-02-21T16:11:21.813 DEBUG:teuthology.orchestra.run.smithi170:> sudo systemctl enable --now kubelet && sudo kubeadm config images pull 2022-02-21T16:11:35.551 INFO:teuthology.orchestra.run.smithi170.stdout:[config/images] Pulled k8s.gcr.io/kube-apiserver:v1.23.4 2022-02-21T16:11:39.028 INFO:teuthology.orchestra.run.smithi170.stdout:[config/images] Pulled k8s.gcr.io/kube-controller-manager:v1.23.4 2022-02-21T16:11:41.366 INFO:teuthology.orchestra.run.smithi170.stdout:[config/images] Pulled k8s.gcr.io/kube-scheduler:v1.23.4 2022-02-21T16:11:44.908 INFO:teuthology.orchestra.run.smithi170.stdout:[config/images] Pulled k8s.gcr.io/kube-proxy:v1.23.4 2022-02-21T16:11:46.332 INFO:teuthology.orchestra.run.smithi170.stdout:[config/images] Pulled k8s.gcr.io/pause:3.6 2022-02-21T16:11:51.357 INFO:teuthology.orchestra.run.smithi170.stdout:[config/images] Pulled k8s.gcr.io/etcd:3.5.1-0 2022-02-21T16:11:53.365 INFO:teuthology.orchestra.run.smithi170.stdout:[config/images] Pulled k8s.gcr.io/coredns/coredns:v1.8.6 2022-02-21T16:11:53.370 INFO:tasks.kubeadm:Token: abcdef.1du8czs44m1up81w 2022-02-21T16:11:53.370 INFO:tasks.kubeadm:Remotes: {Remote(name='ubuntu@smithi170.front.sepia.ceph.com'): '172.21.15.170'} 2022-02-21T16:11:53.371 DEBUG:teuthology.orchestra.run.smithi170:> sudo kubeadm init --node-name smithi170 --token abcdef.1du8czs44m1up81w --pod-network-cidr 10.253.72.0/21 2022-02-21T16:11:53.573 INFO:teuthology.orchestra.run.smithi170.stdout:[init] Using Kubernetes version: v1.23.4 2022-02-21T16:11:53.574 INFO:teuthology.orchestra.run.smithi170.stdout:[preflight] Running pre-flight checks 2022-02-21T16:11:53.842 INFO:teuthology.orchestra.run.smithi170.stdout:[preflight] Pulling images required for setting up a Kubernetes cluster 2022-02-21T16:11:53.842 INFO:teuthology.orchestra.run.smithi170.stdout:[preflight] This might take a minute or two, depending on the speed of your internet connection 2022-02-21T16:11:53.842 INFO:teuthology.orchestra.run.smithi170.stdout:[preflight] You can also perform this action in beforehand using 'kubeadm config images pull' 2022-02-21T16:11:54.159 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] Using certificateDir folder "/etc/kubernetes/pki" 2022-02-21T16:11:54.243 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] Generating "ca" certificate and key 2022-02-21T16:11:54.341 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] Generating "apiserver" certificate and key 2022-02-21T16:11:54.341 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] apiserver serving cert is signed for DNS names [kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local smithi170] and IPs [10.96.0.1 172.21.15.170] 2022-02-21T16:11:54.416 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] Generating "apiserver-kubelet-client" certificate and key 2022-02-21T16:11:54.532 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] Generating "front-proxy-ca" certificate and key 2022-02-21T16:11:54.597 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] Generating "front-proxy-client" certificate and key 2022-02-21T16:11:54.687 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] Generating "etcd/ca" certificate and key 2022-02-21T16:11:54.805 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] Generating "etcd/server" certificate and key 2022-02-21T16:11:54.805 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] etcd/server serving cert is signed for DNS names [localhost smithi170] and IPs [172.21.15.170 127.0.0.1 ::1] 2022-02-21T16:11:54.948 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] Generating "etcd/peer" certificate and key 2022-02-21T16:11:54.948 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] etcd/peer serving cert is signed for DNS names [localhost smithi170] and IPs [172.21.15.170 127.0.0.1 ::1] 2022-02-21T16:11:55.089 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] Generating "etcd/healthcheck-client" certificate and key 2022-02-21T16:11:55.304 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] Generating "apiserver-etcd-client" certificate and key 2022-02-21T16:11:55.416 INFO:teuthology.orchestra.run.smithi170.stdout:[certs] Generating "sa" key and public key 2022-02-21T16:11:55.416 INFO:teuthology.orchestra.run.smithi170.stdout:[kubeconfig] Using kubeconfig folder "/etc/kubernetes" 2022-02-21T16:11:55.491 INFO:teuthology.orchestra.run.smithi170.stdout:[kubeconfig] Writing "admin.conf" kubeconfig file 2022-02-21T16:11:55.730 INFO:teuthology.orchestra.run.smithi170.stdout:[kubeconfig] Writing "kubelet.conf" kubeconfig file 2022-02-21T16:11:55.865 INFO:teuthology.orchestra.run.smithi170.stdout:[kubeconfig] Writing "controller-manager.conf" kubeconfig file 2022-02-21T16:11:55.988 INFO:teuthology.orchestra.run.smithi170.stdout:[kubeconfig] Writing "scheduler.conf" kubeconfig file 2022-02-21T16:11:56.002 INFO:teuthology.orchestra.run.smithi170.stdout:[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" 2022-02-21T16:11:56.003 INFO:teuthology.orchestra.run.smithi170.stdout:[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" 2022-02-21T16:11:56.003 INFO:teuthology.orchestra.run.smithi170.stdout:[kubelet-start] Starting the kubelet 2022-02-21T16:11:56.233 INFO:teuthology.orchestra.run.smithi170.stdout:[control-plane] Using manifest folder "/etc/kubernetes/manifests" 2022-02-21T16:11:56.233 INFO:teuthology.orchestra.run.smithi170.stdout:[control-plane] Creating static Pod manifest for "kube-apiserver" 2022-02-21T16:11:56.235 INFO:teuthology.orchestra.run.smithi170.stdout:[control-plane] Creating static Pod manifest for "kube-controller-manager" 2022-02-21T16:11:56.237 INFO:teuthology.orchestra.run.smithi170.stdout:[control-plane] Creating static Pod manifest for "kube-scheduler" 2022-02-21T16:11:56.238 INFO:teuthology.orchestra.run.smithi170.stdout:[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests" 2022-02-21T16:11:56.240 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:12:12.743 INFO:teuthology.orchestra.run.smithi170.stdout:[apiclient] All control plane components are healthy after 16.503036 seconds 2022-02-21T16:12:12.743 INFO:teuthology.orchestra.run.smithi170.stdout:[upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace 2022-02-21T16:12:12.820 INFO:teuthology.orchestra.run.smithi170.stdout:[kubelet] Creating a ConfigMap "kubelet-config-1.23" in namespace kube-system with the configuration for the kubelets in the cluster 2022-02-21T16:12:12.820 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:12:13.375 INFO:teuthology.orchestra.run.smithi170.stdout:[upload-certs] Skipping phase. Please see --upload-certs 2022-02-21T16:12:13.375 INFO:teuthology.orchestra.run.smithi170.stdout:[mark-control-plane] Marking the node smithi170 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-02-21T16:12:13.376 INFO:teuthology.orchestra.run.smithi170.stdout:[mark-control-plane] Marking the node smithi170 as control-plane by adding the taints [node-role.kubernetes.io/master:NoSchedule] 2022-02-21T16:12:13.953 INFO:teuthology.orchestra.run.smithi170.stdout:[bootstrap-token] Using token: abcdef.1du8czs44m1up81w 2022-02-21T16:12:13.954 INFO:teuthology.orchestra.run.smithi170.stdout:[bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles 2022-02-21T16:12:13.979 INFO:teuthology.orchestra.run.smithi170.stdout:[bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to get nodes 2022-02-21T16:12:14.007 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:12:14.092 INFO:teuthology.orchestra.run.smithi170.stdout:[bootstrap-token] configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token 2022-02-21T16:12:14.099 INFO:teuthology.orchestra.run.smithi170.stdout:[bootstrap-token] configured RBAC rules to allow certificate rotation for all node client certificates in the cluster 2022-02-21T16:12:14.106 INFO:teuthology.orchestra.run.smithi170.stdout:[bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace 2022-02-21T16:12:14.168 INFO:teuthology.orchestra.run.smithi170.stdout:[kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key 2022-02-21T16:12:14.574 INFO:teuthology.orchestra.run.smithi170.stdout:[addons] Applied essential addon: CoreDNS 2022-02-21T16:12:14.715 INFO:teuthology.orchestra.run.smithi170.stdout:[addons] Applied essential addon: kube-proxy 2022-02-21T16:12:14.718 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:12:14.718 INFO:teuthology.orchestra.run.smithi170.stdout:Your Kubernetes control-plane has initialized successfully! 2022-02-21T16:12:14.719 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:12:14.719 INFO:teuthology.orchestra.run.smithi170.stdout:To start using your cluster, you need to run the following as a regular user: 2022-02-21T16:12:14.719 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:12:14.719 INFO:teuthology.orchestra.run.smithi170.stdout: mkdir -p $HOME/.kube 2022-02-21T16:12:14.720 INFO:teuthology.orchestra.run.smithi170.stdout: sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config 2022-02-21T16:12:14.720 INFO:teuthology.orchestra.run.smithi170.stdout: sudo chown $(id -u):$(id -g) $HOME/.kube/config 2022-02-21T16:12:14.720 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:12:14.720 INFO:teuthology.orchestra.run.smithi170.stdout:Alternatively, if you are the root user, you can run: 2022-02-21T16:12:14.721 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:12:14.721 INFO:teuthology.orchestra.run.smithi170.stdout: export KUBECONFIG=/etc/kubernetes/admin.conf 2022-02-21T16:12:14.721 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:12:14.721 INFO:teuthology.orchestra.run.smithi170.stdout:You should now deploy a pod network to the cluster. 2022-02-21T16:12:14.722 INFO:teuthology.orchestra.run.smithi170.stdout:Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: 2022-02-21T16:12:14.722 INFO:teuthology.orchestra.run.smithi170.stdout: https://kubernetes.io/docs/concepts/cluster-administration/addons/ 2022-02-21T16:12:14.722 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:12:14.722 INFO:teuthology.orchestra.run.smithi170.stdout:Then you can join any number of worker nodes by running the following on each as root: 2022-02-21T16:12:14.722 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:12:14.723 INFO:teuthology.orchestra.run.smithi170.stdout:kubeadm join 172.21.15.170:6443 --token abcdef.1du8czs44m1up81w \ 2022-02-21T16:12:14.723 INFO:teuthology.orchestra.run.smithi170.stdout: --discovery-token-ca-cert-hash sha256:cd94038d1cc6ceb7d77d04ee122fc065f5d05cae90a13261be6492ea085c65b6 2022-02-21T16:12:14.724 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:12:14.725 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/etc/kubernetes/admin.conf of=/dev/stdout 2022-02-21T16:12:14.735 INFO:tasks.kubeadm:Setting up kubectl 2022-02-21T16:12:14.736 DEBUG:teuthology.orchestra.run.smithi170:> mkdir -p .kube && sudo mkdir -p /root/.kube 2022-02-21T16:12:14.794 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:12:14.795 DEBUG:teuthology.orchestra.run.smithi170:> dd of=.kube/config 2022-02-21T16:12:14.800 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:12:14.800 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/root/.kube/config 2022-02-21T16:12:14.811 DEBUG:teuthology.orchestra.run.smithi170:> kubectl apply -f https://docs.projectcalico.org/manifests/tigera-operator.yaml 2022-02-21T16:12:17.650 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/bgpconfigurations.crd.projectcalico.org created 2022-02-21T16:12:17.734 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/bgppeers.crd.projectcalico.org created 2022-02-21T16:12:17.762 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/blockaffinities.crd.projectcalico.org created 2022-02-21T16:12:17.799 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/caliconodestatuses.crd.projectcalico.org created 2022-02-21T16:12:17.885 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/clusterinformations.crd.projectcalico.org created 2022-02-21T16:12:17.943 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/felixconfigurations.crd.projectcalico.org created 2022-02-21T16:12:18.064 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/globalnetworkpolicies.crd.projectcalico.org created 2022-02-21T16:12:18.070 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/globalnetworksets.crd.projectcalico.org created 2022-02-21T16:12:18.117 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/hostendpoints.crd.projectcalico.org created 2022-02-21T16:12:18.234 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/ipamblocks.crd.projectcalico.org created 2022-02-21T16:12:18.293 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/ipamconfigs.crd.projectcalico.org created 2022-02-21T16:12:18.378 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/ipamhandles.crd.projectcalico.org created 2022-02-21T16:12:18.411 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/ippools.crd.projectcalico.org created 2022-02-21T16:12:18.460 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/ipreservations.crd.projectcalico.org created 2022-02-21T16:12:18.555 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/kubecontrollersconfigurations.crd.projectcalico.org created 2022-02-21T16:12:18.610 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/networkpolicies.crd.projectcalico.org created 2022-02-21T16:12:18.711 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/networksets.crd.projectcalico.org created 2022-02-21T16:12:18.738 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/apiservers.operator.tigera.io created 2022-02-21T16:12:18.788 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/imagesets.operator.tigera.io created 2022-02-21T16:12:18.912 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/installations.operator.tigera.io created 2022-02-21T16:12:18.955 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/tigerastatuses.operator.tigera.io created 2022-02-21T16:12:19.034 INFO:teuthology.orchestra.run.smithi170.stdout:namespace/tigera-operator created 2022-02-21T16:12:19.038 INFO:teuthology.orchestra.run.smithi170.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-02-21T16:12:19.064 INFO:teuthology.orchestra.run.smithi170.stdout:podsecuritypolicy.policy/tigera-operator created 2022-02-21T16:12:19.076 INFO:teuthology.orchestra.run.smithi170.stdout:serviceaccount/tigera-operator created 2022-02-21T16:12:19.100 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/tigera-operator created 2022-02-21T16:12:19.191 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/tigera-operator created 2022-02-21T16:12:19.200 INFO:teuthology.orchestra.run.smithi170.stdout:deployment.apps/tigera-operator created 2022-02-21T16:12:19.205 DEBUG:teuthology.orchestra.run.smithi170:> kubectl create -f - 2022-02-21T16:12:22.135 INFO:teuthology.orchestra.run.smithi170.stdout:installation.operator.tigera.io/default created 2022-02-21T16:12:22.142 INFO:tasks.kubeadm:Scanning for scratch devices 2022-02-21T16:12:22.142 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:12:22.142 DEBUG:teuthology.orchestra.run.smithi170:> dd if=/scratch_devs of=/dev/stdout 2022-02-21T16:12:22.149 INFO:tasks.kubeadm:Scratch devices on smithi170: ['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2022-02-21T16:12:22.149 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 2022-02-21T16:12:22.224 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records in 2022-02-21T16:12:22.224 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records out 2022-02-21T16:12:22.224 INFO:teuthology.orchestra.run.smithi170.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0141151 s, 743 MB/s 2022-02-21T16:12:22.226 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 2022-02-21T16:12:22.250 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records in 2022-02-21T16:12:22.250 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records out 2022-02-21T16:12:22.250 INFO:teuthology.orchestra.run.smithi170.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.013547 s, 774 MB/s 2022-02-21T16:12:22.251 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 2022-02-21T16:12:22.277 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records in 2022-02-21T16:12:22.278 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records out 2022-02-21T16:12:22.278 INFO:teuthology.orchestra.run.smithi170.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0132414 s, 792 MB/s 2022-02-21T16:12:22.279 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 2022-02-21T16:12:22.346 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records in 2022-02-21T16:12:22.347 INFO:teuthology.orchestra.run.smithi170.stderr:10+0 records out 2022-02-21T16:12:22.347 INFO:teuthology.orchestra.run.smithi170.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0129576 s, 809 MB/s 2022-02-21T16:12:22.354 INFO:tasks.kubeadm:Creating PVs + StorageClass 2022-02-21T16:12:22.355 DEBUG:tasks.kubeadm:apiVersion: v1 kind: PersistentVolume metadata: name: smithi170-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: - smithi170 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi170-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: - smithi170 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi170-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: - smithi170 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi170-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: - smithi170 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: scratch provisioner: kubernetes.io/no-provisioner volumeBindingMode: WaitForFirstConsumer 2022-02-21T16:12:22.355 DEBUG:teuthology.orchestra.run.smithi170:> kubectl create -f - 2022-02-21T16:12:23.223 INFO:teuthology.orchestra.run.smithi170.stdout:persistentvolume/smithi170-lv-1 created 2022-02-21T16:12:23.229 INFO:teuthology.orchestra.run.smithi170.stdout:persistentvolume/smithi170-lv-2 created 2022-02-21T16:12:23.238 INFO:teuthology.orchestra.run.smithi170.stdout:persistentvolume/smithi170-lv-3 created 2022-02-21T16:12:23.246 INFO:teuthology.orchestra.run.smithi170.stdout:persistentvolume/smithi170-lv-4 created 2022-02-21T16:12:23.255 INFO:teuthology.orchestra.run.smithi170.stdout:storageclass.storage.k8s.io/scratch created 2022-02-21T16:12:23.259 DEBUG:teuthology.orchestra.run.smithi170:> kubectl taint node smithi170 node-role.kubernetes.io/master- || true 2022-02-21T16:12:23.340 INFO:teuthology.orchestra.run.smithi170.stdout:node/smithi170 untainted 2022-02-21T16:12:23.342 INFO:tasks.kubeadm:Kubeadm complete, yielding 2022-02-21T16:12:23.343 INFO:teuthology.run_tasks:Running task nvme_loop... 2022-02-21T16:12:23.353 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2022-02-21T16:12:23.353 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:12:23.354 DEBUG:teuthology.orchestra.run.smithi170:> dd if=/scratch_devs of=/dev/stdout 2022-02-21T16:12:23.359 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-02-21T16:12:23.360 DEBUG:teuthology.orchestra.run.smithi170:> 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-02-21T16:12:23.367 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2022-02-21T16:12:23.367 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-02-21T16:12:23.367 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 497 Links: 1 2022-02-21T16:12:23.367 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-02-21T16:12:23.368 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2022-02-21 16:12:22.253823782 +0000 2022-02-21T16:12:23.368 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2022-02-21 16:12:22.253823782 +0000 2022-02-21T16:12:23.368 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2022-02-21 16:12:22.253823782 +0000 2022-02-21T16:12:23.368 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2022-02-21T16:12:23.376 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2022-02-21T16:12:23.377 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2022-02-21T16:12:23.377 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000254614 s, 2.0 MB/s 2022-02-21T16:12:23.381 DEBUG:teuthology.orchestra.run.smithi170:> 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-02-21T16:12:23.386 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2022-02-21T16:12:23.387 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-02-21T16:12:23.387 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 503 Links: 1 2022-02-21T16:12:23.387 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-02-21T16:12:23.387 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2022-02-21 16:12:22.269823782 +0000 2022-02-21T16:12:23.388 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2022-02-21 16:12:22.269823782 +0000 2022-02-21T16:12:23.388 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2022-02-21 16:12:22.269823782 +0000 2022-02-21T16:12:23.388 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2022-02-21T16:12:23.395 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2022-02-21T16:12:23.395 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2022-02-21T16:12:23.395 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000230551 s, 2.2 MB/s 2022-02-21T16:12:23.399 DEBUG:teuthology.orchestra.run.smithi170:> 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-02-21T16:12:23.445 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2022-02-21T16:12:23.446 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-02-21T16:12:23.446 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 509 Links: 1 2022-02-21T16:12:23.446 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-02-21T16:12:23.446 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2022-02-21 16:12:22.301823783 +0000 2022-02-21T16:12:23.447 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2022-02-21 16:12:22.297823783 +0000 2022-02-21T16:12:23.447 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2022-02-21 16:12:22.297823783 +0000 2022-02-21T16:12:23.447 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2022-02-21T16:12:23.454 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2022-02-21T16:12:23.454 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2022-02-21T16:12:23.454 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000172034 s, 3.0 MB/s 2022-02-21T16:12:23.457 DEBUG:teuthology.orchestra.run.smithi170:> 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-02-21T16:12:23.463 INFO:teuthology.orchestra.run.smithi170.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2022-02-21T16:12:23.463 INFO:teuthology.orchestra.run.smithi170.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-02-21T16:12:23.464 INFO:teuthology.orchestra.run.smithi170.stdout:Device: 5h/5d Inode: 513 Links: 1 2022-02-21T16:12:23.464 INFO:teuthology.orchestra.run.smithi170.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-02-21T16:12:23.464 INFO:teuthology.orchestra.run.smithi170.stdout:Access: 2022-02-21 16:12:22.365823785 +0000 2022-02-21T16:12:23.464 INFO:teuthology.orchestra.run.smithi170.stdout:Modify: 2022-02-21 16:12:22.365823785 +0000 2022-02-21T16:12:23.465 INFO:teuthology.orchestra.run.smithi170.stdout:Change: 2022-02-21 16:12:22.365823785 +0000 2022-02-21T16:12:23.465 INFO:teuthology.orchestra.run.smithi170.stdout: Birth: - 2022-02-21T16:12:23.470 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records in 2022-02-21T16:12:23.470 INFO:teuthology.orchestra.run.smithi170.stderr:1+0 records out 2022-02-21T16:12:23.471 INFO:teuthology.orchestra.run.smithi170.stderr:512 bytes copied, 0.000290164 s, 1.8 MB/s 2022-02-21T16:12:23.474 DEBUG:teuthology.orchestra.run.smithi170:> 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-02-21T16:12:23.570 INFO:teuthology.orchestra.run.smithi170.stdout:loop 2022-02-21T16:12:23.572 INFO:tasks.nvme_loop:Connecting nvme_loop smithi170:/dev/vg_nvme/lv_1... 2022-02-21T16:12:23.573 DEBUG:teuthology.orchestra.run.smithi170:> 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-02-21T16:12:23.596 INFO:teuthology.orchestra.run.smithi170.stdout:1 2022-02-21T16:12:23.626 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/vg_nvme/lv_11 2022-02-21T16:12:23.652 INFO:tasks.nvme_loop:Connecting nvme_loop smithi170:/dev/vg_nvme/lv_2... 2022-02-21T16:12:23.712 DEBUG:teuthology.orchestra.run.smithi170:> 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-02-21T16:12:23.740 INFO:teuthology.orchestra.run.smithi170.stdout:1 2022-02-21T16:12:23.764 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/vg_nvme/lv_21 2022-02-21T16:12:23.786 INFO:tasks.nvme_loop:Connecting nvme_loop smithi170:/dev/vg_nvme/lv_3... 2022-02-21T16:12:23.786 DEBUG:teuthology.orchestra.run.smithi170:> 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-02-21T16:12:23.859 INFO:teuthology.orchestra.run.smithi170.stdout:1 2022-02-21T16:12:23.887 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/vg_nvme/lv_31 2022-02-21T16:12:23.905 INFO:tasks.nvme_loop:Connecting nvme_loop smithi170:/dev/vg_nvme/lv_4... 2022-02-21T16:12:23.906 DEBUG:teuthology.orchestra.run.smithi170:> 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-02-21T16:12:23.934 INFO:teuthology.orchestra.run.smithi170.stdout:1 2022-02-21T16:12:23.957 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/vg_nvme/lv_41 2022-02-21T16:12:23.978 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:12:23.979 DEBUG:teuthology.orchestra.run.smithi170:> dd if=/scratch_devs of=/dev/stdout 2022-02-21T16:12:24.028 DEBUG:teuthology.orchestra.run.smithi170:> sudo nvme list 2022-02-21T16:12:24.045 INFO:teuthology.orchestra.run.smithi170.stdout:Node SN Model Namespace Usage Format FW Rev 2022-02-21T16:12:24.045 INFO:teuthology.orchestra.run.smithi170.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2022-02-21T16:12:24.045 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme0n1 PHMB7476002R480DGN INTEL SSDPED1D480GA 1 480.10 GB / 480.10 GB 512 B + 0 B E2010325 2022-02-21T16:12:24.045 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme1n1 e0f63be70f70b01a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-02-21T16:12:24.046 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme2n1 dccaec987a71c538 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-02-21T16:12:24.046 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme3n1 c4cc67f2e49cfc74 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-02-21T16:12:24.046 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/nvme4n1 0aca3d9426b4552a Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-02-21T16:12:24.047 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2022-02-21T16:12:24.047 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:12:24.048 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/scratch_devs 2022-02-21T16:12:24.107 INFO:teuthology.run_tasks:Running task rook... 2022-02-21T16:12:24.181 INFO:tasks.rook:Rook start 2022-02-21T16:12:24.181 INFO:tasks.rook:Config: {'conf': {'global': {'osd crush chooseleaf type': 0}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-whitelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'b05010b68efc838fdc35b41106e2ebdabe395a3e', 'rook_branch': 'v1.7.2', 'rook_image': 'rook/ceph:v1.7.2'} 2022-02-21T16:12:24.182 INFO:tasks.rook:Ceph image is quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e 2022-02-21T16:12:24.182 INFO:tasks.rook:Cloning https://github.com/rook/rook branch v1.7.2 2022-02-21T16:12:24.182 DEBUG:teuthology.orchestra.run.smithi170:> rm -rf rook && git clone --single-branch --branch v1.7.2 https://github.com/rook/rook rook 2022-02-21T16:12:24.191 INFO:teuthology.orchestra.run.smithi170.stderr:Cloning into 'rook'... 2022-02-21T16:12:31.439 INFO:teuthology.orchestra.run.smithi170.stderr:Note: switching to '1784489964d2e417b6050c7edc8f626b5cca49f5'. 2022-02-21T16:12:31.439 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:12:31.440 INFO:teuthology.orchestra.run.smithi170.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2022-02-21T16:12:31.440 INFO:teuthology.orchestra.run.smithi170.stderr:changes and commit them, and you can discard any commits you make in this 2022-02-21T16:12:31.440 INFO:teuthology.orchestra.run.smithi170.stderr:state without impacting any branches by switching back to a branch. 2022-02-21T16:12:31.440 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:12:31.441 INFO:teuthology.orchestra.run.smithi170.stderr:If you want to create a new branch to retain commits you create, you may 2022-02-21T16:12:31.441 INFO:teuthology.orchestra.run.smithi170.stderr:do so (now or later) by using -c with the switch command. Example: 2022-02-21T16:12:31.441 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:12:31.441 INFO:teuthology.orchestra.run.smithi170.stderr: git switch -c 2022-02-21T16:12:31.441 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:12:31.442 INFO:teuthology.orchestra.run.smithi170.stderr:Or undo this operation with: 2022-02-21T16:12:31.442 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:12:31.442 INFO:teuthology.orchestra.run.smithi170.stderr: git switch - 2022-02-21T16:12:31.442 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:12:31.443 INFO:teuthology.orchestra.run.smithi170.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2022-02-21T16:12:31.443 INFO:teuthology.orchestra.run.smithi170.stderr: 2022-02-21T16:12:31.534 INFO:tasks.rook:/home/teuthworker 2022-02-21T16:12:31.535 DEBUG:teuthology.orchestra.run.smithi170:> PATH=/sbin:/usr/sbin ip addr show 2022-02-21T16:12:31.586 INFO:teuthology.orchestra.run.smithi170.stdout:1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 2022-02-21T16:12:31.586 INFO:teuthology.orchestra.run.smithi170.stdout: link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2022-02-21T16:12:31.586 INFO:teuthology.orchestra.run.smithi170.stdout: inet 127.0.0.1/8 scope host lo 2022-02-21T16:12:31.587 INFO:teuthology.orchestra.run.smithi170.stdout: valid_lft forever preferred_lft forever 2022-02-21T16:12:31.587 INFO:teuthology.orchestra.run.smithi170.stdout: inet6 ::1/128 scope host 2022-02-21T16:12:31.587 INFO:teuthology.orchestra.run.smithi170.stdout: valid_lft forever preferred_lft forever 2022-02-21T16:12:31.587 INFO:teuthology.orchestra.run.smithi170.stdout:2: eno1: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-02-21T16:12:31.588 INFO:teuthology.orchestra.run.smithi170.stdout: link/ether 0c:c4:7a:d9:3b:54 brd ff:ff:ff:ff:ff:ff 2022-02-21T16:12:31.588 INFO:teuthology.orchestra.run.smithi170.stdout: altname enp7s0f0 2022-02-21T16:12:31.588 INFO:teuthology.orchestra.run.smithi170.stdout:3: eno2: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-02-21T16:12:31.588 INFO:teuthology.orchestra.run.smithi170.stdout: link/ether 0c:c4:7a:d9:3b:55 brd ff:ff:ff:ff:ff:ff 2022-02-21T16:12:31.588 INFO:teuthology.orchestra.run.smithi170.stdout: altname enp7s0f1 2022-02-21T16:12:31.589 INFO:teuthology.orchestra.run.smithi170.stdout:4: enp3s0f0: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-02-21T16:12:31.589 INFO:teuthology.orchestra.run.smithi170.stdout: link/ether 0c:c4:7a:88:72:54 brd ff:ff:ff:ff:ff:ff 2022-02-21T16:12:31.589 INFO:teuthology.orchestra.run.smithi170.stdout:5: enp3s0f1: mtu 1500 qdisc mq state UP group default qlen 1000 2022-02-21T16:12:31.589 INFO:teuthology.orchestra.run.smithi170.stdout: link/ether 0c:c4:7a:88:72:55 brd ff:ff:ff:ff:ff:ff 2022-02-21T16:12:31.590 INFO:teuthology.orchestra.run.smithi170.stdout: inet 172.21.15.170/20 brd 172.21.15.255 scope global dynamic enp3s0f1 2022-02-21T16:12:31.590 INFO:teuthology.orchestra.run.smithi170.stdout: valid_lft 42882sec preferred_lft 42882sec 2022-02-21T16:12:31.590 INFO:teuthology.orchestra.run.smithi170.stdout: inet6 fe80::ec4:7aff:fe88:7255/64 scope link 2022-02-21T16:12:31.590 INFO:teuthology.orchestra.run.smithi170.stdout: valid_lft forever preferred_lft forever 2022-02-21T16:12:31.591 INFO:teuthology.orchestra.run.smithi170.stdout:6: docker0: mtu 1500 qdisc noqueue state DOWN group default 2022-02-21T16:12:31.591 INFO:teuthology.orchestra.run.smithi170.stdout: link/ether 02:42:f0:f8:eb:0d brd ff:ff:ff:ff:ff:ff 2022-02-21T16:12:31.591 INFO:teuthology.orchestra.run.smithi170.stdout: inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0 2022-02-21T16:12:31.591 INFO:teuthology.orchestra.run.smithi170.stdout: valid_lft forever preferred_lft forever 2022-02-21T16:12:31.592 DEBUG:teuthology.orchestra.run.smithi170:> which systemctl 2022-02-21T16:12:31.598 INFO:teuthology.orchestra.run.smithi170.stdout:/usr/bin/systemctl 2022-02-21T16:12:31.598 DEBUG:teuthology.orchestra.run.smithi170:> true 2022-02-21T16:12:31.670 DEBUG:teuthology.orchestra.run.smithi170:> sudo lsb_release -is 2022-02-21T16:12:31.714 INFO:teuthology.orchestra.run.smithi170.stdout:Ubuntu 2022-02-21T16:12:31.719 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-02-21T16:12:31.719 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-02-21T16:12:31.737 DEBUG:teuthology.orchestra.remote:smithi170:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-02-21T16:12:31.790 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:12:31.790 DEBUG:teuthology.orchestra.run.smithi170:> dd if=rook/cluster/examples/kubernetes/ceph/operator.yaml of=/dev/stdout 2022-02-21T16:12:31.800 INFO:tasks.rook:Patching operator to use image rook/ceph:v1.7.2 2022-02-21T16:12:31.840 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:12:31.840 DEBUG:teuthology.orchestra.run.smithi170:> dd of=operator.yaml 2022-02-21T16:12:31.847 INFO:tasks.rook:Deploying operator 2022-02-21T16:12:31.911 DEBUG:teuthology.orchestra.remote:smithi170:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-02-21T16:12:31.941 DEBUG:teuthology.orchestra.remote:smithi170:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-02-21T16:12:31.956 DEBUG:teuthology.orchestra.run.smithi170:> kubectl create -f rook/cluster/examples/kubernetes/ceph/crds.yaml -f rook/cluster/examples/kubernetes/ceph/common.yaml -f operator.yaml 2022-02-21T16:12:32.266 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/cephblockpools.ceph.rook.io created 2022-02-21T16:12:32.281 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/cephclients.ceph.rook.io created 2022-02-21T16:12:32.384 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/cephclusters.ceph.rook.io created 2022-02-21T16:12:32.434 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystemmirrors.ceph.rook.io created 2022-02-21T16:12:32.490 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystems.ceph.rook.io created 2022-02-21T16:12:32.521 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/cephnfses.ceph.rook.io created 2022-02-21T16:12:32.642 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectrealms.ceph.rook.io created 2022-02-21T16:12:32.691 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstores.ceph.rook.io created 2022-02-21T16:12:32.707 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstoreusers.ceph.rook.io created 2022-02-21T16:12:32.725 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzonegroups.ceph.rook.io created 2022-02-21T16:12:32.826 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzones.ceph.rook.io created 2022-02-21T16:12:32.873 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/cephrbdmirrors.ceph.rook.io created 2022-02-21T16:12:32.883 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/objectbucketclaims.objectbucket.io created 2022-02-21T16:12:32.901 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/objectbuckets.objectbucket.io created 2022-02-21T16:12:32.921 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplicationclasses.replication.storage.openshift.io created 2022-02-21T16:12:33.001 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplications.replication.storage.openshift.io created 2022-02-21T16:12:33.026 INFO:teuthology.orchestra.run.smithi170.stdout:customresourcedefinition.apiextensions.k8s.io/volumes.rook.io created 2022-02-21T16:12:33.139 INFO:teuthology.orchestra.run.smithi170.stdout:namespace/rook-ceph created 2022-02-21T16:12:33.185 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-02-21T16:12:33.227 INFO:teuthology.orchestra.run.smithi170.stdout:serviceaccount/rook-ceph-admission-controller created 2022-02-21T16:12:33.310 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-admission-controller-role created 2022-02-21T16:12:33.313 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-admission-controller-rolebinding created 2022-02-21T16:12:33.329 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-02-21T16:12:33.352 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-system created 2022-02-21T16:12:33.362 INFO:teuthology.orchestra.run.smithi170.stdout:role.rbac.authorization.k8s.io/rook-ceph-system created 2022-02-21T16:12:33.371 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-global created 2022-02-21T16:12:33.394 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-02-21T16:12:33.403 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-02-21T16:12:33.438 INFO:teuthology.orchestra.run.smithi170.stdout:serviceaccount/rook-ceph-system created 2022-02-21T16:12:33.442 INFO:teuthology.orchestra.run.smithi170.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-02-21T16:12:33.454 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-02-21T16:12:33.477 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-global created 2022-02-21T16:12:33.487 INFO:teuthology.orchestra.run.smithi170.stdout:serviceaccount/rook-ceph-osd created 2022-02-21T16:12:33.511 INFO:teuthology.orchestra.run.smithi170.stdout:serviceaccount/rook-ceph-mgr created 2022-02-21T16:12:33.520 INFO:teuthology.orchestra.run.smithi170.stdout:serviceaccount/rook-ceph-cmd-reporter created 2022-02-21T16:12:33.529 INFO:teuthology.orchestra.run.smithi170.stdout:role.rbac.authorization.k8s.io/rook-ceph-osd created 2022-02-21T16:12:33.596 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-osd created 2022-02-21T16:12:33.603 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-02-21T16:12:33.612 INFO:teuthology.orchestra.run.smithi170.stdout:role.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-02-21T16:12:33.636 INFO:teuthology.orchestra.run.smithi170.stdout:role.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-02-21T16:12:33.645 INFO:teuthology.orchestra.run.smithi170.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-02-21T16:12:33.654 INFO:teuthology.orchestra.run.smithi170.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-02-21T16:12:33.662 INFO:teuthology.orchestra.run.smithi170.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-02-21T16:12:33.674 INFO:teuthology.orchestra.run.smithi170.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-02-21T16:12:33.678 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-02-21T16:12:33.746 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-02-21T16:12:33.749 INFO:teuthology.orchestra.run.smithi170.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-02-21T16:12:33.762 INFO:teuthology.orchestra.run.smithi170.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-02-21T16:12:33.762 INFO:teuthology.orchestra.run.smithi170.stdout:podsecuritypolicy.policy/00-rook-privileged created 2022-02-21T16:12:33.770 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/psp:rook created 2022-02-21T16:12:33.778 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system-psp created 2022-02-21T16:12:33.787 INFO:teuthology.orchestra.run.smithi170.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-default-psp created 2022-02-21T16:12:33.811 INFO:teuthology.orchestra.run.smithi170.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd-psp created 2022-02-21T16:12:33.820 INFO:teuthology.orchestra.run.smithi170.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-psp created 2022-02-21T16:12:33.845 INFO:teuthology.orchestra.run.smithi170.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter-psp created 2022-02-21T16:12:33.897 INFO:teuthology.orchestra.run.smithi170.stdout:serviceaccount/rook-csi-cephfs-plugin-sa created 2022-02-21T16:12:33.900 INFO:teuthology.orchestra.run.smithi170.stdout:serviceaccount/rook-csi-cephfs-provisioner-sa created 2022-02-21T16:12:33.912 INFO:teuthology.orchestra.run.smithi170.stdout:role.rbac.authorization.k8s.io/cephfs-external-provisioner-cfg created 2022-02-21T16:12:33.921 INFO:teuthology.orchestra.run.smithi170.stdout:rolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role-cfg created 2022-02-21T16:12:33.946 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-02-21T16:12:33.971 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-external-provisioner-runner created 2022-02-21T16:12:33.995 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-plugin-sa-psp created 2022-02-21T16:12:34.047 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-provisioner-sa-psp created 2022-02-21T16:12:34.051 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-02-21T16:12:34.062 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role created 2022-02-21T16:12:34.071 INFO:teuthology.orchestra.run.smithi170.stdout:serviceaccount/rook-csi-rbd-plugin-sa created 2022-02-21T16:12:34.079 INFO:teuthology.orchestra.run.smithi170.stdout:serviceaccount/rook-csi-rbd-provisioner-sa created 2022-02-21T16:12:34.104 INFO:teuthology.orchestra.run.smithi170.stdout:role.rbac.authorization.k8s.io/rbd-external-provisioner-cfg created 2022-02-21T16:12:34.113 INFO:teuthology.orchestra.run.smithi170.stdout:rolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role-cfg created 2022-02-21T16:12:34.137 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-02-21T16:12:34.205 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrole.rbac.authorization.k8s.io/rbd-external-provisioner-runner created 2022-02-21T16:12:34.209 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-plugin-sa-psp created 2022-02-21T16:12:34.221 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-provisioner-sa-psp created 2022-02-21T16:12:34.228 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-02-21T16:12:34.254 INFO:teuthology.orchestra.run.smithi170.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role created 2022-02-21T16:12:34.263 INFO:teuthology.orchestra.run.smithi170.stdout:role.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-02-21T16:12:34.270 INFO:teuthology.orchestra.run.smithi170.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-02-21T16:12:34.288 INFO:teuthology.orchestra.run.smithi170.stdout:serviceaccount/rook-ceph-purge-osd created 2022-02-21T16:12:34.398 INFO:teuthology.orchestra.run.smithi170.stdout:configmap/rook-ceph-operator-config created 2022-02-21T16:12:34.431 INFO:teuthology.orchestra.run.smithi170.stdout:deployment.apps/rook-ceph-operator created 2022-02-21T16:12:34.434 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T16:12:34.592 INFO:teuthology.orchestra.run.smithi170.stderr:No resources found in rook-ceph namespace. 2022-02-21T16:12:44.595 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T16:12:44.657 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:12:44.657 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-operator-6b496c8959-z6zxx 0/1 Pending 0 10s 2022-02-21T16:12:54.660 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T16:12:54.906 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:12:54.906 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-operator-6b496c8959-z6zxx 0/1 Pending 0 20s 2022-02-21T16:13:04.910 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T16:13:05.353 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:13:05.353 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-operator-6b496c8959-z6zxx 0/1 Pending 0 31s 2022-02-21T16:13:15.357 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T16:13:15.472 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:13:15.472 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-operator-6b496c8959-z6zxx 0/1 Pending 0 41s 2022-02-21T16:13:25.476 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T16:13:25.606 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:13:25.606 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-operator-6b496c8959-z6zxx 0/1 ContainerCreating 0 51s 2022-02-21T16:13:35.609 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T16:13:35.681 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:13:35.681 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-operator-6b496c8959-z6zxx 0/1 ContainerCreating 0 61s 2022-02-21T16:13:45.684 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T16:13:45.954 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:13:45.954 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-operator-6b496c8959-z6zxx 0/1 ContainerCreating 0 71s 2022-02-21T16:13:55.956 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T16:13:56.099 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:13:56.100 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-operator-6b496c8959-z6zxx 0/1 ContainerCreating 0 82s 2022-02-21T16:14:06.104 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T16:14:06.167 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:14:06.167 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-operator-6b496c8959-z6zxx 1/1 Running 0 92s 2022-02-21T16:14:06.170 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph logs -f rook-ceph-operator-6b496c8959-z6zxx 2022-02-21T16:14:06.178 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:14:06.179 DEBUG:teuthology.orchestra.run.smithi170:> dd if=/scratch_devs of=/dev/stdout 2022-02-21T16:14:06.187 INFO:tasks.rook: override: [global] osd crush chooseleaf type = 0 2022-02-21T16:14:06.187 INFO:tasks.rook: override: [mgr] debug mgr = 20 2022-02-21T16:14:06.187 INFO:tasks.rook: override: [mgr] debug ms = 1 2022-02-21T16:14:06.188 INFO:tasks.rook: override: [mon] debug mon = 20 2022-02-21T16:14:06.188 INFO:tasks.rook: override: [mon] debug ms = 1 2022-02-21T16:14:06.188 INFO:tasks.rook: override: [mon] debug paxos = 20 2022-02-21T16:14:06.189 INFO:tasks.rook: override: [osd] debug ms = 1 2022-02-21T16:14:06.189 INFO:tasks.rook: override: [osd] debug osd = 20 2022-02-21T16:14:06.190 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-02-21T16:14:06.192 DEBUG:teuthology.orchestra.run.smithi170:> kubectl create -f - 2022-02-21T16:14:06.273 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.176691 I | rookcmd: starting Rook v1.7.2 with arguments '/usr/local/bin/rook ceph operator' 2022-02-21T16:14:06.274 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.176775 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-02-21T16:14:06.274 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.176778 I | cephcmd: starting Rook-Ceph operator 2022-02-21T16:14:06.274 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.320966 I | cephcmd: base ceph version inside the rook operator image is "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)" 2022-02-21T16:14:06.274 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.324913 I | op-k8sutil: ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS="15" (configmap) 2022-02-21T16:14:06.275 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.326351 I | op-k8sutil: ROOK_ENABLE_DISCOVERY_DAEMON="false" (configmap) 2022-02-21T16:14:06.277 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.328297 I | operator: looking for secret "rook-ceph-admission-controller" 2022-02-21T16:14:06.277 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.329598 I | operator: secret "rook-ceph-admission-controller" not found. proceeding without the admission controller 2022-02-21T16:14:06.277 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.331465 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-02-21T16:14:06.277 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.331489 I | operator: watching all namespaces for ceph cluster CRs 2022-02-21T16:14:06.278 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.331584 I | operator: setting up the controller-runtime manager 2022-02-21T16:14:06.278 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.333294 I | ceph-cluster-controller: ConfigMap "rook-ceph-operator-config" changes detected. Updating configurations 2022-02-21T16:14:06.278 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.336225 I | op-k8sutil: ROOK_LOG_LEVEL="INFO" (configmap) 2022-02-21T16:14:06.278 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.740870 I | ceph-cluster-controller: successfully started 2022-02-21T16:14:06.279 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.741021 I | ceph-cluster-controller: enabling hotplug orchestration 2022-02-21T16:14:06.279 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.741065 I | ceph-crashcollector-controller: successfully started 2022-02-21T16:14:06.279 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.741173 I | ceph-block-pool-controller: successfully started 2022-02-21T16:14:06.279 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.741297 I | ceph-object-store-user-controller: successfully started 2022-02-21T16:14:06.280 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.741428 I | ceph-object-realm-controller: successfully started 2022-02-21T16:14:06.280 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.741564 I | ceph-object-zonegroup-controller: successfully started 2022-02-21T16:14:06.280 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.741653 I | ceph-object-zone-controller: successfully started 2022-02-21T16:14:06.280 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.741896 I | ceph-object-controller: successfully started 2022-02-21T16:14:06.280 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.742046 I | ceph-file-controller: successfully started 2022-02-21T16:14:06.281 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.742176 I | ceph-nfs-controller: successfully started 2022-02-21T16:14:06.281 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.742298 I | ceph-rbd-mirror-controller: successfully started 2022-02-21T16:14:06.281 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.742418 I | ceph-client-controller: successfully started 2022-02-21T16:14:06.281 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.742530 I | ceph-filesystem-mirror-controller: successfully started 2022-02-21T16:14:06.281 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:13:57.745331 I | operator: starting the controller-runtime manager 2022-02-21T16:14:07.178 INFO:teuthology.orchestra.run.smithi170.stdout:configmap/rook-config-override created 2022-02-21T16:14:07.183 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:b05010b68efc838fdc35b41106e2ebdabe395a3e dataDirHostPath: /var/lib/rook mgr: count: 1 modules: - enabled: true name: rook mon: allowMultiplePerNode: true count: 1 skipUpgradeChecks: true 2022-02-21T16:14:07.183 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:14:07.184 DEBUG:teuthology.orchestra.run.smithi170:> dd of=cluster.yaml 2022-02-21T16:14:07.189 DEBUG:teuthology.orchestra.run.smithi170:> kubectl create -f cluster.yaml 2022-02-21T16:14:09.504 INFO:teuthology.orchestra.run.smithi170.stdout:cephcluster.ceph.rook.io/rook-ceph created 2022-02-21T16:14:09.507 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.529961 I | clusterdisruption-controller: create event from ceph cluster CR 2022-02-21T16:14:09.507 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.530022 I | ceph-spec: adding finalizer "cephcluster.ceph.rook.io" on "rook-ceph" 2022-02-21T16:14:09.518 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.539954 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T16:14:09.521 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.540352 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-02-21T16:14:09.521 INFO:tasks.rook.operator.smithi170.stdout:   ... // 3 identical fields 2022-02-21T16:14:09.521 INFO:tasks.rook.operator.smithi170.stdout:   Labels: nil, 2022-02-21T16:14:09.522 INFO:tasks.rook.operator.smithi170.stdout:   Placement: nil, 2022-02-21T16:14:09.522 INFO:tasks.rook.operator.smithi170.stdout:   Network: v1.NetworkSpec{ 2022-02-21T16:14:09.522 INFO:tasks.rook.operator.smithi170.stdout:   Provider: "", 2022-02-21T16:14:09.522 INFO:tasks.rook.operator.smithi170.stdout:   Selectors: nil, 2022-02-21T16:14:09.523 INFO:tasks.rook.operator.smithi170.stdout:   HostNetwork: false, 2022-02-21T16:14:09.523 INFO:tasks.rook.operator.smithi170.stdout:-  IPFamily: "", 2022-02-21T16:14:09.523 INFO:tasks.rook.operator.smithi170.stdout:+  IPFamily: "IPv4", 2022-02-21T16:14:09.523 INFO:tasks.rook.operator.smithi170.stdout:   DualStack: false, 2022-02-21T16:14:09.524 INFO:tasks.rook.operator.smithi170.stdout:   }, 2022-02-21T16:14:09.524 INFO:tasks.rook.operator.smithi170.stdout:   Resources: nil, 2022-02-21T16:14:09.524 INFO:tasks.rook.operator.smithi170.stdout:   PriorityClassNames: nil, 2022-02-21T16:14:09.524 INFO:tasks.rook.operator.smithi170.stdout:   ... // 16 identical fields 2022-02-21T16:14:09.524 INFO:tasks.rook.operator.smithi170.stdout:  } 2022-02-21T16:14:09.525 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.542046 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-02-21T16:14:09.527 DEBUG:teuthology.orchestra.remote:smithi170:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-02-21T16:14:09.531 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.554995 I | ceph-csi: successfully created csi config map "rook-ceph-csi-config" 2022-02-21T16:14:09.539 DEBUG:teuthology.orchestra.run.smithi170:> kubectl create -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-02-21T16:14:09.556 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.578815 I | ceph-cluster-controller: clusterInfo not yet found, must be a new cluster 2022-02-21T16:14:09.556 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.578845 I | op-k8sutil: ROOK_CSI_ENABLE_RBD="true" (configmap) 2022-02-21T16:14:09.560 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.581515 I | op-k8sutil: ROOK_CSI_ENABLE_CEPHFS="true" (configmap) 2022-02-21T16:14:09.560 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.583167 I | op-k8sutil: ROOK_CSI_ALLOW_UNSUPPORTED_VERSION="false" (configmap) 2022-02-21T16:14:09.563 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.584894 I | op-k8sutil: ROOK_CSI_ENABLE_GRPC_METRICS="false" (configmap) 2022-02-21T16:14:09.566 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.587181 I | op-k8sutil: CSI_ENABLE_HOST_NETWORK="true" (default) 2022-02-21T16:14:09.566 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.589067 I | op-k8sutil: ROOK_CSI_CEPH_IMAGE="quay.io/cephcsi/cephcsi:v3.4.0" (default) 2022-02-21T16:14:09.580 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.603530 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T16:14:09.720 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:09.743305 I | op-k8sutil: ROOK_CSI_REGISTRAR_IMAGE="k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0" (default) 2022-02-21T16:14:09.772 INFO:teuthology.orchestra.run.smithi170.stdout:deployment.apps/rook-ceph-tools created 2022-02-21T16:14:09.776 INFO:tasks.rook:Waiting for tools container to start 2022-02-21T16:14:09.777 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:14:09.898 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:14:09.898 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 Pending 0 0s 2022-02-21T16:14:10.133 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:10.156160 I | op-k8sutil: ROOK_CSI_PROVISIONER_IMAGE="k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2" (default) 2022-02-21T16:14:10.934 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:10.956444 I | op-k8sutil: ROOK_CSI_ATTACHER_IMAGE="k8s.gcr.io/sig-storage/csi-attacher:v3.2.1" (default) 2022-02-21T16:14:10.970 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:10.992982 I | op-k8sutil: ROOK_CSI_SNAPSHOTTER_IMAGE="k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1" (default) 2022-02-21T16:14:11.081 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:11.104759 I | op-k8sutil: ROOK_CSI_KUBELET_DIR_PATH="/var/lib/kubelet" (default) 2022-02-21T16:14:11.121 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:11.144237 I | op-k8sutil: CSI_VOLUME_REPLICATION_IMAGE="quay.io/csiaddons/volumereplication-operator:v0.1.0" (default) 2022-02-21T16:14:11.320 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:11.343460 I | op-k8sutil: ROOK_CSI_CEPHFS_POD_LABELS="" (default) 2022-02-21T16:14:11.522 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:11.544861 I | op-k8sutil: ROOK_CSI_RBD_POD_LABELS="" (default) 2022-02-21T16:14:11.522 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:11.544883 I | ceph-csi: detecting the ceph csi image version for image "quay.io/cephcsi/cephcsi:v3.4.0" 2022-02-21T16:14:11.722 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:11.745466 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-02-21T16:14:14.900 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:14:14.981 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:14:14.982 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 6s 2022-02-21T16:14:19.987 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:14:20.345 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:14:20.346 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 11s 2022-02-21T16:14:25.349 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:14:25.421 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:14:25.421 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 16s 2022-02-21T16:14:30.425 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:14:30.484 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:14:30.485 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 21s 2022-02-21T16:14:35.488 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:14:35.570 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:14:35.571 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 26s 2022-02-21T16:14:40.574 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:14:40.888 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:14:40.889 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 31s 2022-02-21T16:14:45.891 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:14:46.073 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:14:46.074 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 37s 2022-02-21T16:14:47.858 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:47.875513 I | ceph-csi: Detected ceph CSI image version: "v3.4.0" 2022-02-21T16:14:47.866 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:47.884349 I | op-k8sutil: CSI_FORCE_CEPHFS_KERNEL_CLIENT="true" (configmap) 2022-02-21T16:14:48.004 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:48.022428 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2022-02-21T16:14:48.098 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:48.115700 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2022-02-21T16:14:48.609 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:48.627772 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2022-02-21T16:14:48.613 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:48.630875 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2022-02-21T16:14:48.820 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:48.838281 I | op-k8sutil: CSI_PLUGIN_PRIORITY_CLASSNAME="" (default) 2022-02-21T16:14:48.826 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:48.842319 I | op-k8sutil: CSI_PROVISIONER_PRIORITY_CLASSNAME="" (default) 2022-02-21T16:14:48.851 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:48.866651 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T16:14:48.851 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:48.866698 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T16:14:48.852 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:48.866722 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T16:14:48.891 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:48.906556 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T16:14:48.891 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:48.906736 I | op-k8sutil: CSI_ENABLE_OMAP_GENERATOR="false" (default) 2022-02-21T16:14:48.989 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:49.006594 I | op-k8sutil: CSI_ENABLE_RBD_SNAPSHOTTER="true" (configmap) 2022-02-21T16:14:49.021 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:49.039097 I | op-k8sutil: CSI_ENABLE_CEPHFS_SNAPSHOTTER="true" (configmap) 2022-02-21T16:14:49.025 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:49.041620 E | ceph-spec: failed to update cluster condition to {Type:Progressing Status:True Reason:ClusterProgressing Message:Configuring the Ceph cluster LastHeartbeatTime:2022-02-21 16:14:49.016743661 +0000 UTC m=+51.900195858 LastTransitionTime:2022-02-21 16:14:49.016743471 +0000 UTC m=+51.900195691}. 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-02-21T16:14:49.032 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:49.050439 I | op-k8sutil: CSI_ENABLE_VOLUME_REPLICATION="false" (configmap) 2022-02-21T16:14:49.283 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:49.300772 I | op-mon: start running mons 2022-02-21T16:14:49.401 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:49.419583 I | op-k8sutil: CSI_CEPHFS_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-02-21T16:14:49.652 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:49.669929 I | op-mon: creating mon secrets for a new cluster 2022-02-21T16:14:49.803 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:49.821699 I | op-k8sutil: CSI_RBD_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-02-21T16:14:49.804 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:49.821739 I | ceph-csi: Kubernetes version is 1.23 2022-02-21T16:14:50.230 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:50.247320 I | op-k8sutil: ROOK_CSI_RESIZER_IMAGE="k8s.gcr.io/sig-storage/csi-resizer:v1.2.0" (default) 2022-02-21T16:14:50.602 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:50.620004 I | op-k8sutil: CSI_LOG_LEVEL="" (default) 2022-02-21T16:14:50.802 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:50.820457 I | op-mon: existing maxMonID not found or failed to load. configmaps "rook-ceph-mon-endpoints" not found 2022-02-21T16:14:51.076 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:14:51.143 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:14:51.143 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 42s 2022-02-21T16:14:51.203 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:51.221701 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":[]}] data: mapping:{"node":{}} maxMonId:-1] 2022-02-21T16:14:51.404 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:51.422014 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-02-21T16:14:51.803 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:51.821100 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2022-02-21T16:14:52.204 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:52.222096 I | op-k8sutil: CSI_PLUGIN_TOLERATIONS="" (default) 2022-02-21T16:14:52.602 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:52.620036 I | op-k8sutil: CSI_PLUGIN_NODE_AFFINITY="" (default) 2022-02-21T16:14:52.843 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:52.859805 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:14:52.844 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:52.859984 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:14:53.004 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:53.021525 I | op-k8sutil: CSI_RBD_PLUGIN_TOLERATIONS="" (default) 2022-02-21T16:14:53.403 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:53.420901 I | op-k8sutil: CSI_RBD_PLUGIN_NODE_AFFINITY="" (default) 2022-02-21T16:14:53.803 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:53.821001 I | op-k8sutil: CSI_RBD_PLUGIN_RESOURCE="" (default) 2022-02-21T16:14:54.208 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:54.221125 I | op-k8sutil: CSI_RBD_PROVISIONER_TOLERATIONS="" (default) 2022-02-21T16:14:54.677 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:54.694449 I | op-k8sutil: CSI_RBD_PROVISIONER_NODE_AFFINITY="" (default) 2022-02-21T16:14:55.175 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:55.193420 I | op-k8sutil: CSI_RBD_PROVISIONER_RESOURCE="" (default) 2022-02-21T16:14:55.200 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:55.218485 I | ceph-csi: successfully started CSI Ceph RBD driver 2022-02-21T16:14:55.250 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:55.266633 I | op-mon: targeting the mon count 1 2022-02-21T16:14:55.426 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:55.444042 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-02-21T16:14:55.426 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:55.444155 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T16:14:55.804 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:55.821778 I | op-k8sutil: CSI_CEPHFS_PLUGIN_TOLERATIONS="" (default) 2022-02-21T16:14:56.002 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:56.020310 I | op-mon: parsing mon endpoints: 2022-02-21T16:14:56.002 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:56.020344 W | op-mon: ignoring invalid monitor 2022-02-21T16:14:56.014 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:56.032793 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T16:14:56.146 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:14:56.324 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:56.342645 I | op-k8sutil: CSI_CEPHFS_PLUGIN_NODE_AFFINITY="" (default) 2022-02-21T16:14:56.326 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:14:56.326 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 47s 2022-02-21T16:14:56.668 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:56.685048 I | op-k8sutil: CSI_CEPHFS_PLUGIN_RESOURCE="" (default) 2022-02-21T16:14:57.029 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:57.047757 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_TOLERATIONS="" (default) 2022-02-21T16:14:57.248 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:57.266617 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_NODE_AFFINITY="" (default) 2022-02-21T16:14:57.491 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:57.509717 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_RESOURCE="" (default) 2022-02-21T16:14:57.727 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:57.744634 I | ceph-csi: successfully started CSI CephFS driver 2022-02-21T16:14:58.046 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:58.063997 I | op-k8sutil: CSI_RBD_FSGROUPPOLICY="ReadWriteOnceWithFSType" (configmap) 2022-02-21T16:14:58.549 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:58.564872 I | ceph-csi: CSIDriver object created for driver "rook-ceph.rbd.csi.ceph.com" 2022-02-21T16:14:58.884 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:58.902102 I | op-k8sutil: CSI_CEPHFS_FSGROUPPOLICY="None" (configmap) 2022-02-21T16:14:58.889 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:14:58.907785 I | ceph-csi: CSIDriver object created for driver "rook-ceph.cephfs.csi.ceph.com" 2022-02-21T16:15:01.329 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:15:01.389 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:15:01.389 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 52s 2022-02-21T16:15:06.392 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:15:06.550 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:15:06.550 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 57s 2022-02-21T16:15:10.920 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:10.938239 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T16:15:10.921 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:10.938268 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T16:15:10.921 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:10.938280 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T16:15:11.552 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:15:11.603 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:11.621851 I | op-mon: parsing mon endpoints: 2022-02-21T16:15:11.604 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:11.621875 W | op-mon: ignoring invalid monitor 2022-02-21T16:15:11.689 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:11.706956 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:15:11.689 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:11.707328 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:15:11.690 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:15:11.691 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 62s 2022-02-21T16:15:11.854 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:11.872937 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-02-21T16:15:11.855 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:15:11.867+0000 7ff81759e700 -1 failed for service _ceph-mon._tcp 2022-02-21T16:15:11.855 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:15:11.867+0000 7ff81759e700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-02-21T16:15:11.855 INFO:tasks.rook.operator.smithi170.stdout:[errno 2] RADOS object not found (error connecting to the cluster): exit status 1 2022-02-21T16:15:11.856 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:11.872967 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T16:15:12.104 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:12.122776 I | op-mon: start running mons 2022-02-21T16:15:12.148 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:12.167510 I | op-mon: parsing mon endpoints: 2022-02-21T16:15:12.149 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:12.167532 W | op-mon: ignoring invalid monitor 2022-02-21T16:15:12.313 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:12.332217 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":[]}] data: mapping:{"node":{}} maxMonId:-1] 2022-02-21T16:15:13.030 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:13.048791 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:15:13.033 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:13.049197 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:15:13.072 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:13.090647 I | op-mon: targeting the mon count 1 2022-02-21T16:15:13.077 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:13.096349 I | op-mon: sched-mon: created canary deployment rook-ceph-mon-a-canary 2022-02-21T16:15:14.301 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:14.320177 I | op-mon: sched-mon: canary monitor deployment rook-ceph-mon-a-canary scheduled to smithi170 2022-02-21T16:15:14.302 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:14.320198 I | op-mon: assignmon: mon a assigned to node smithi170 2022-02-21T16:15:14.306 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:14.324041 I | op-mon: cleaning up canary monitor deployment "rook-ceph-mon-a-canary" 2022-02-21T16:15:15.207 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:15.225863 I | op-mon: creating mon a 2022-02-21T16:15:16.076 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:16.094233 I | op-mon: mon "a" endpoint is [v2:10.106.248.84:3300,v1:10.106.248.84:6789] 2022-02-21T16:15:16.495 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:16.512334 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-02-21T16:15:16.496 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:16.512555 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-02-21T16:15:16.498 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:16.512732 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.106.248.84:6789"]}] data:a=10.106.248.84:6789 mapping:{"node":{"a":{"Name":"smithi170","Hostname":"smithi170","Address":"172.21.15.170"}}} maxMonId:-1] 2022-02-21T16:15:16.696 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:15:16.821 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:16.840677 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:15:16.822 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:16.840907 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:15:16.823 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:15:16.824 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 67s 2022-02-21T16:15:16.850 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:16.867650 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-02-21T16:15:16.906 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:16.925036 I | op-mon: updating maxMonID from -1 to 0 after committing mon "a" 2022-02-21T16:15:17.192 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:17.211000 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.106.248.84:6789"]}] data:a=10.106.248.84:6789 mapping:{"node":{"a":{"Name":"smithi170","Hostname":"smithi170","Address":"172.21.15.170"}}} maxMonId:0] 2022-02-21T16:15:17.193 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:17.211039 I | op-mon: waiting for mon quorum with [a] 2022-02-21T16:15:17.197 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:17.215810 I | op-mon: mon a is not yet running 2022-02-21T16:15:17.197 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:17.215839 I | op-mon: mons running: [] 2022-02-21T16:15:21.826 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:15:21.873 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:15:21.873 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 0/1 ContainerCreating 0 72s 2022-02-21T16:15:26.875 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T16:15:26.981 INFO:teuthology.orchestra.run.smithi170.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T16:15:26.981 INFO:teuthology.orchestra.run.smithi170.stdout:rook-ceph-tools-7677f7f4b9-77mdt 1/1 Running 0 77s 2022-02-21T16:15:26.983 INFO:tasks.rook:Waiting for mgr/rook orchestrator to be available 2022-02-21T16:15:26.984 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch status -f json 2022-02-21T16:15:27.329 INFO:teuthology.orchestra.run.smithi170.stderr:unable to get monitor info from DNS SRV with service name: ceph-mon 2022-02-21T16:15:27.329 INFO:teuthology.orchestra.run.smithi170.stderr:2022-02-21T16:15:27.343+0000 7faba8da0700 -1 failed for service _ceph-mon._tcp 2022-02-21T16:15:27.329 INFO:teuthology.orchestra.run.smithi170.stderr:2022-02-21T16:15:27.343+0000 7faba8da0700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-02-21T16:15:27.329 INFO:teuthology.orchestra.run.smithi170.stderr:[errno 2] RADOS object not found (error connecting to the cluster) 2022-02-21T16:15:27.331 INFO:teuthology.orchestra.run.smithi170.stderr:command terminated with exit code 1 2022-02-21T16:15:27.333 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-02-21T16:15:37.334 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch status -f json 2022-02-21T16:15:37.340 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:37.359141 I | op-mon: mon a is not yet running 2022-02-21T16:15:37.340 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:37.359171 I | op-mon: mons running: [] 2022-02-21T16:15:38.622 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:38.641541 I | op-mon: Monitors in quorum: [a] 2022-02-21T16:15:38.622 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:38.641567 I | op-mon: mons created: 1 2022-02-21T16:15:38.784 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:15:38.784 INFO:teuthology.orchestra.run.smithi170.stderr:no valid command found; 10 closest matches: 2022-02-21T16:15:38.785 INFO:teuthology.orchestra.run.smithi170.stderr:pg stat 2022-02-21T16:15:38.785 INFO:teuthology.orchestra.run.smithi170.stderr:pg getmap 2022-02-21T16:15:38.785 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-02-21T16:15:38.785 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-02-21T16:15:38.785 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump_pools_json 2022-02-21T16:15:38.786 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls-by-pool [...] 2022-02-21T16:15:38.786 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls-by-primary [] [...] 2022-02-21T16:15:38.786 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls-by-osd [] [...] 2022-02-21T16:15:38.786 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls [] [...] 2022-02-21T16:15:38.787 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-02-21T16:15:38.787 INFO:teuthology.orchestra.run.smithi170.stderr:Error EINVAL: invalid command 2022-02-21T16:15:38.788 INFO:teuthology.orchestra.run.smithi170.stderr:command terminated with exit code 22 2022-02-21T16:15:38.790 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-02-21T16:15:38.845 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:38.864072 I | op-mon: waiting for mon quorum with [a] 2022-02-21T16:15:38.850 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:38.870032 I | op-mon: mons running: [a] 2022-02-21T16:15:39.067 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:39.086076 I | op-mon: Monitors in quorum: [a] 2022-02-21T16:15:39.067 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:39.086107 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T16:15:39.338 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:39.357053 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T16:15:39.338 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:39.357096 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T16:15:39.623 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:39.642157 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T16:15:39.623 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:39.642177 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T16:15:39.918 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:39.936767 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T16:15:39.918 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:39.936800 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-02-21T16:15:40.202 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:40.220788 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-02-21T16:15:40.202 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:40.220833 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T16:15:40.483 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:40.502867 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T16:15:40.484 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:40.502896 I | op-config: deleting "log file" option from the mon configuration database 2022-02-21T16:15:40.733 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:40.752357 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-02-21T16:15:40.733 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:40.752389 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-02-21T16:15:41.118 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:41.137674 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-02-21T16:15:41.426 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:41.445253 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-02-21T16:15:41.707 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:41.726938 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-02-21T16:15:42.114 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:42.134110 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-02-21T16:15:42.115 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:42.134143 I | cephclient: getting or creating ceph auth key "client.crash" 2022-02-21T16:15:42.405 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:42.425256 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-02-21T16:15:42.623 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:42.642042 I | cephclient: successfully enabled msgr2 protocol 2022-02-21T16:15:42.623 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:42.642085 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-02-21T16:15:42.623 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:42.642095 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-02-21T16:15:42.902 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:42.921933 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-02-21T16:15:42.915 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:42.935236 I | op-mgr: start running mgr 2022-02-21T16:15:42.916 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:42.935266 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-02-21T16:15:48.792 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch status -f json 2022-02-21T16:15:49.284 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:15:49.306 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-02-21T16:15:49.307 INFO:teuthology.orchestra.run.smithi170.stderr:no valid command found; 10 closest matches: 2022-02-21T16:15:49.308 INFO:teuthology.orchestra.run.smithi170.stderr:pg stat 2022-02-21T16:15:49.308 INFO:teuthology.orchestra.run.smithi170.stderr:pg getmap 2022-02-21T16:15:49.309 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-02-21T16:15:49.309 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-02-21T16:15:49.310 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump_pools_json 2022-02-21T16:15:49.311 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls-by-pool [...] 2022-02-21T16:15:49.311 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls-by-primary [] [...] 2022-02-21T16:15:49.311 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls-by-osd [] [...] 2022-02-21T16:15:49.312 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls [] [...] 2022-02-21T16:15:49.312 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-02-21T16:15:49.313 INFO:teuthology.orchestra.run.smithi170.stderr:Error EINVAL: invalid command 2022-02-21T16:15:49.313 INFO:teuthology.orchestra.run.smithi170.stderr:command terminated with exit code 22 2022-02-21T16:15:52.542 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:52.561673 I | op-k8sutil: finished waiting for updated deployment "rook-ceph-mgr-a" 2022-02-21T16:15:52.596 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:52.616405 I | op-mgr: setting services to point to mgr "a" 2022-02-21T16:15:52.948 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:52.967450 I | op-osd: start running osds in namespace "rook-ceph" 2022-02-21T16:15:52.949 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:52.967476 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-02-21T16:15:52.949 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:52.967485 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-02-21T16:15:52.988 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.008234 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-02-21T16:15:53.057 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.076631 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2022-02-21T16:15:53.057 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.076658 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-02-21T16:15:53.057 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.076664 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-02-21T16:15:53.402 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.421947 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-02-21T16:15:53.402 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.421976 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T16:15:53.432 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.451930 I | ceph-cluster-controller: enabling ceph mon monitoring goroutine for cluster "rook-ceph" 2022-02-21T16:15:53.432 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.451955 I | ceph-cluster-controller: enabling ceph osd monitoring goroutine for cluster "rook-ceph" 2022-02-21T16:15:53.433 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.451972 I | ceph-cluster-controller: enabling ceph status monitoring goroutine for cluster "rook-ceph" 2022-02-21T16:15:53.459 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.478938 W | cephclient: failed to enable mgr module "rook". trying again... 2022-02-21T16:15:53.472 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.492133 I | op-k8sutil: ROOK_OBC_WATCH_OPERATOR_NAMESPACE="true" (configmap) 2022-02-21T16:15:53.472 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.492163 I | op-bucket-prov: ceph bucket provisioner launched watching for provisioner "rook-ceph.ceph.rook.io/bucket" 2022-02-21T16:15:53.475 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.493608 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Normal:ReconcileSucceeded:successfully configured CephCluster "rook-ceph/rook-ceph" 2022-02-21T16:15:53.475 INFO:tasks.rook.operator.smithi170.stdout:I0221 16:15:53.493732 7 manager.go:118] objectbucket.io/provisioner-manager "msg"="starting provisioner" "name"="rook-ceph.ceph.rook.io/bucket" 2022-02-21T16:15:53.475 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.493772 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T16:15:53.481 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.498648 I | op-mgr: successful modules: dashboard 2022-02-21T16:15:53.489 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.509797 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:15:53.501 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.520972 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T16:15:53.710 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:53.730158 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-02-21T16:15:54.654 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:54.674280 I | op-mgr: successful modules: prometheus 2022-02-21T16:15:58.990 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:59.009980 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-02-21T16:15:59.314 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch status -f json 2022-02-21T16:15:59.575 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:59.595017 I | op-mgr: successful modules: mgr module(s) from the spec 2022-02-21T16:15:59.765 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:59.784710 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T16:15:59.765 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:59.784796 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T16:15:59.766 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:59.784832 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T16:15:59.771 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:15:59.790686 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:15:59.849 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:15:59.850 INFO:teuthology.orchestra.run.smithi170.stderr:no valid command found; 10 closest matches: 2022-02-21T16:15:59.850 INFO:teuthology.orchestra.run.smithi170.stderr:pg stat 2022-02-21T16:15:59.851 INFO:teuthology.orchestra.run.smithi170.stderr:pg getmap 2022-02-21T16:15:59.851 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-02-21T16:15:59.851 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-02-21T16:15:59.851 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump_pools_json 2022-02-21T16:15:59.851 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls-by-pool [...] 2022-02-21T16:15:59.852 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls-by-primary [] [...] 2022-02-21T16:15:59.852 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls-by-osd [] [...] 2022-02-21T16:15:59.852 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls [] [...] 2022-02-21T16:15:59.852 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-02-21T16:15:59.853 INFO:teuthology.orchestra.run.smithi170.stderr:Error EINVAL: invalid command 2022-02-21T16:15:59.853 INFO:teuthology.orchestra.run.smithi170.stderr:command terminated with exit code 22 2022-02-21T16:15:59.855 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-02-21T16:16:00.209 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:00.228293 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:16:00.209 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:00.228599 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:16:00.488 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:00.508180 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T16:16:00.621 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:00.640516 I | op-mon: start running mons 2022-02-21T16:16:00.678 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:00.697074 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:16:00.789 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:00.809380 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.106.248.84:6789"]}] data:a=10.106.248.84:6789 mapping:{"node":{"a":{"Name":"smithi170","Hostname":"smithi170","Address":"172.21.15.170"}}} maxMonId:0] 2022-02-21T16:16:00.808 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:00.828533 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:16:00.809 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:00.828730 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:16:00.995 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:01.014869 I | cephclient: command failed for set rook backend. trying again... 2022-02-21T16:16:01.584 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:01.602765 I | op-mon: targeting the mon count 1 2022-02-21T16:16:01.763 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:01.783798 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T16:16:01.984 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:02.004713 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T16:16:01.985 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:02.004743 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T16:16:02.201 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:02.220819 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T16:16:02.201 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:02.220855 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T16:16:02.417 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:02.437169 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T16:16:02.418 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:02.437203 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-02-21T16:16:02.629 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:02.649630 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-02-21T16:16:02.630 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:02.649669 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T16:16:02.853 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:02.873346 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T16:16:02.854 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:02.873399 I | op-config: deleting "log file" option from the mon configuration database 2022-02-21T16:16:03.063 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:03.082890 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-02-21T16:16:03.063 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:03.082927 I | op-mon: checking for basic quorum with existing mons 2022-02-21T16:16:03.140 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:03.160663 I | op-mon: mon "a" endpoint is [v2:10.106.248.84:3300,v1:10.106.248.84:6789] 2022-02-21T16:16:03.207 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:03.227385 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.106.248.84:6789"]}] data:a=10.106.248.84:6789 mapping:{"node":{"a":{"Name":"smithi170","Hostname":"smithi170","Address":"172.21.15.170"}}} maxMonId:0] 2022-02-21T16:16:03.590 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:03.609907 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:16:03.598 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:03.610640 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:16:03.970 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:03.990610 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-02-21T16:16:03.978 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:03.998878 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-02-21T16:16:03.979 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:03.998909 I | op-mon: waiting for mon quorum with [a] 2022-02-21T16:16:04.164 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:04.183967 I | op-mon: mons running: [a] 2022-02-21T16:16:04.293 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:04.313719 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-02-21T16:16:04.455 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:04.475297 I | op-mon: Monitors in quorum: [a] 2022-02-21T16:16:04.455 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:04.475322 I | op-mon: mons created: 1 2022-02-21T16:16:04.673 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:04.690886 I | op-mon: waiting for mon quorum with [a] 2022-02-21T16:16:04.680 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:04.701212 I | op-mon: mons running: [a] 2022-02-21T16:16:04.889 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:04.909773 I | op-mon: Monitors in quorum: [a] 2022-02-21T16:16:04.890 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:04.909813 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-02-21T16:16:05.115 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:05.135524 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-02-21T16:16:05.352 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:05.372128 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-02-21T16:16:05.631 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:05.651611 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-02-21T16:16:05.960 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:05.979838 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-02-21T16:16:05.960 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:05.979871 I | cephclient: getting or creating ceph auth key "client.crash" 2022-02-21T16:16:06.346 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:06.366236 I | cephclient: command failed for set rook backend. trying again... 2022-02-21T16:16:06.370 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:06.390399 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-02-21T16:16:06.585 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:06.604774 I | cephclient: successfully enabled msgr2 protocol 2022-02-21T16:16:06.585 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:06.604816 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-02-21T16:16:06.585 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:06.604824 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-02-21T16:16:06.815 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:06.835371 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-02-21T16:16:06.849 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:06.869681 I | op-mgr: start running mgr 2022-02-21T16:16:06.850 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:06.869711 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-02-21T16:16:07.393 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:07.413292 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-02-21T16:16:07.401 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:07.421779 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-02-21T16:16:07.427 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:07.447679 I | op-mgr: setting services to point to mgr "a" 2022-02-21T16:16:08.174 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:08.193963 I | op-osd: start running osds in namespace "rook-ceph" 2022-02-21T16:16:08.174 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:08.193989 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-02-21T16:16:08.174 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:08.193998 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-02-21T16:16:08.255 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:08.275161 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-02-21T16:16:08.389 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:08.406643 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2022-02-21T16:16:08.389 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:08.406671 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-02-21T16:16:08.390 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:08.406677 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-02-21T16:16:08.995 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:09.015009 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-02-21T16:16:08.995 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:09.015038 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T16:16:09.079 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:09.099517 I | op-mgr: successful modules: dashboard 2022-02-21T16:16:09.082 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:09.102156 I | op-mgr: successful modules: prometheus 2022-02-21T16:16:09.084 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:09.102869 I | op-mgr: successful modules: mgr module(s) from the spec 2022-02-21T16:16:09.298 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:09.318894 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-02-21T16:16:09.592 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:09.612300 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-02-21T16:16:09.856 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch status -f json 2022-02-21T16:16:10.459 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:10.478857 I | cephclient: command failed for set rook backend. trying again... 2022-02-21T16:16:10.477 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:16:10.478 INFO:teuthology.orchestra.run.smithi170.stderr:no valid command found; 10 closest matches: 2022-02-21T16:16:10.478 INFO:teuthology.orchestra.run.smithi170.stderr:pg stat 2022-02-21T16:16:10.478 INFO:teuthology.orchestra.run.smithi170.stderr:pg getmap 2022-02-21T16:16:10.478 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-02-21T16:16:10.479 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-02-21T16:16:10.479 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump_pools_json 2022-02-21T16:16:10.479 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls-by-pool [...] 2022-02-21T16:16:10.479 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls-by-primary [] [...] 2022-02-21T16:16:10.479 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls-by-osd [] [...] 2022-02-21T16:16:10.480 INFO:teuthology.orchestra.run.smithi170.stderr:pg ls [] [...] 2022-02-21T16:16:10.480 INFO:teuthology.orchestra.run.smithi170.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-02-21T16:16:10.480 INFO:teuthology.orchestra.run.smithi170.stderr:Error EINVAL: invalid command 2022-02-21T16:16:10.483 INFO:teuthology.orchestra.run.smithi170.stderr:command terminated with exit code 22 2022-02-21T16:16:10.484 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-02-21T16:16:11.644 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:11.664494 I | cephclient: command failed for set rook backend. trying again... 2022-02-21T16:16:14.596 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:14.616895 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-02-21T16:16:14.889 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:14.910018 E | op-mgr: failed modules: "balancer". failed to configure module "balancer": failed to set balancer module mode to "upmap": failed to set mgr module mode "upmap" even after 5 retries: failed to set balancer mode "upmap": exit status 22 2022-02-21T16:16:15.891 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:15.911969 I | cephclient: action set rook backend succeeded on attempt 1 2022-02-21T16:16:15.892 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:15.911996 I | op-mgr: successful modules: orchestrator modules 2022-02-21T16:16:17.092 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:17.112897 I | cephclient: action set rook backend succeeded on attempt 3 2022-02-21T16:16:17.093 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:17.112915 I | op-mgr: successful modules: orchestrator modules 2022-02-21T16:16:19.996 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:20.016730 I | op-mgr: successful modules: balancer 2022-02-21T16:16:20.485 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch status -f json 2022-02-21T16:16:21.077 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:16:21.077 INFO:teuthology.orchestra.run.smithi170.stdout:{"available": true, "backend": "rook"} 2022-02-21T16:16:21.097 INFO:tasks.rook: mgr/rook orchestrator is active 2022-02-21T16:16:21.097 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph config set mgr mgr/rook/storage_class scratch 2022-02-21T16:16:21.749 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch apply osd --all-available-devices 2022-02-21T16:16:22.504 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:22.523440 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-02-21T16:16:22.504 INFO:tasks.rook.operator.smithi170.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", AllowUnsupported: true}, 2022-02-21T16:16:22.504 INFO:tasks.rook.operator.smithi170.stdout:   Storage: v1.StorageScopeSpec{ 2022-02-21T16:16:22.505 INFO:tasks.rook.operator.smithi170.stdout:   ... // 3 identical fields 2022-02-21T16:16:22.505 INFO:tasks.rook.operator.smithi170.stdout:   Config: nil, 2022-02-21T16:16:22.505 INFO:tasks.rook.operator.smithi170.stdout:   Selection: {}, 2022-02-21T16:16:22.505 INFO:tasks.rook.operator.smithi170.stdout:-  StorageClassDeviceSets: nil, 2022-02-21T16:16:22.506 INFO:tasks.rook.operator.smithi170.stdout:+  StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-02-21T16:16:22.506 INFO:tasks.rook.operator.smithi170.stdout:+  { 2022-02-21T16:16:22.506 INFO:tasks.rook.operator.smithi170.stdout:+  Name: "smithi170-lv-1", 2022-02-21T16:16:22.506 INFO:tasks.rook.operator.smithi170.stdout:+  Count: 1, 2022-02-21T16:16:22.507 INFO:tasks.rook.operator.smithi170.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-02-21T16:16:22.508 INFO:tasks.rook.operator.smithi170.stdout:+  }, 2022-02-21T16:16:22.509 INFO:tasks.rook.operator.smithi170.stdout:+  { 2022-02-21T16:16:22.509 INFO:tasks.rook.operator.smithi170.stdout:+  Name: "smithi170-lv-2", 2022-02-21T16:16:22.509 INFO:tasks.rook.operator.smithi170.stdout:+  Count: 1, 2022-02-21T16:16:22.510 INFO:tasks.rook.operator.smithi170.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-02-21T16:16:22.510 INFO:tasks.rook.operator.smithi170.stdout:+  }, 2022-02-21T16:16:22.510 INFO:tasks.rook.operator.smithi170.stdout:+  { 2022-02-21T16:16:22.510 INFO:tasks.rook.operator.smithi170.stdout:+  Name: "smithi170-lv-3", 2022-02-21T16:16:22.511 INFO:tasks.rook.operator.smithi170.stdout:+  Count: 1, 2022-02-21T16:16:22.511 INFO:tasks.rook.operator.smithi170.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-02-21T16:16:22.511 INFO:tasks.rook.operator.smithi170.stdout:+  }, 2022-02-21T16:16:22.511 INFO:tasks.rook.operator.smithi170.stdout:+  { 2022-02-21T16:16:22.511 INFO:tasks.rook.operator.smithi170.stdout:+  Name: "smithi170-lv-4", 2022-02-21T16:16:22.512 INFO:tasks.rook.operator.smithi170.stdout:+  Count: 1, 2022-02-21T16:16:22.512 INFO:tasks.rook.operator.smithi170.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-02-21T16:16:22.512 INFO:tasks.rook.operator.smithi170.stdout:+  }, 2022-02-21T16:16:22.512 INFO:tasks.rook.operator.smithi170.stdout:+  }, 2022-02-21T16:16:22.513 INFO:tasks.rook.operator.smithi170.stdout:   }, 2022-02-21T16:16:22.513 INFO:teuthology.orchestra.run.smithi170.stdout:['Success'] 2022-02-21T16:16:22.514 INFO:tasks.rook.operator.smithi170.stdout:   Annotations: nil, 2022-02-21T16:16:22.515 INFO:tasks.rook.operator.smithi170.stdout:   Labels: nil, 2022-02-21T16:16:22.515 INFO:tasks.rook.operator.smithi170.stdout:   ... // 20 identical fields 2022-02-21T16:16:22.515 INFO:tasks.rook.operator.smithi170.stdout:  } 2022-02-21T16:16:22.515 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:22.523519 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T16:16:22.516 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:22.531590 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:16:22.535 INFO:tasks.rook:Waiting for 4 OSDs 2022-02-21T16:16:22.536 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd stat -f json 2022-02-21T16:16:22.537 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:22.555345 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T16:16:23.121 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:16:23.138 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:16:23.138 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T16:16:28.585 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:28.606078 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T16:16:28.586 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:28.606103 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T16:16:28.586 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:28.606116 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T16:16:28.638 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:28.658615 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:16:28.881 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:28.901378 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:16:28.884 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:28.901891 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:16:29.281 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:29.301696 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T16:16:29.445 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:29.465600 I | op-mon: start running mons 2022-02-21T16:16:29.543 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:29.563507 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:16:29.556 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:29.577772 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.106.248.84:6789"]}] data:a=10.106.248.84:6789 mapping:{"node":{"a":{"Name":"smithi170","Hostname":"smithi170","Address":"172.21.15.170"}}} maxMonId:0] 2022-02-21T16:16:29.563 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:29.584152 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:16:29.563 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:29.584352 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:16:30.480 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:30.500994 I | op-mon: targeting the mon count 1 2022-02-21T16:16:30.490 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:30.511629 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-02-21T16:16:31.491 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:31.511831 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T16:16:31.498 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:31.519163 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:16:31.510 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:31.531556 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T16:16:31.570 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:31.590959 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-02-21T16:16:31.575 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:31.596179 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-02-21T16:16:33.139 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd stat -f json 2022-02-21T16:16:33.580 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:33.601510 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-02-21T16:16:33.645 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:16:33.663 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:16:33.664 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T16:16:39.079 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:39.099931 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T16:16:39.079 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:39.099954 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T16:16:39.080 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:39.099966 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T16:16:39.325 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:39.345863 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:16:39.547 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:39.568403 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:16:39.550 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:39.568748 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:16:39.967 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:39.988805 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T16:16:40.046 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:40.067345 I | op-mon: start running mons 2022-02-21T16:16:40.128 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:40.148691 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:16:40.148 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:40.169655 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.106.248.84:6789"]}] data:a=10.106.248.84:6789 mapping:{"node":{"a":{"Name":"smithi170","Hostname":"smithi170","Address":"172.21.15.170"}}} maxMonId:0] 2022-02-21T16:16:40.156 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:40.177404 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:16:40.159 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:40.177653 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:16:41.124 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:41.145124 I | op-mon: targeting the mon count 1 2022-02-21T16:16:41.128 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:41.149369 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T16:16:41.470 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:41.490999 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T16:16:41.470 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:41.491036 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T16:16:41.804 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:41.824887 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T16:16:41.804 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:41.824908 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T16:16:42.155 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:42.175273 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T16:16:42.155 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:42.175314 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-02-21T16:16:42.483 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:42.504506 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-02-21T16:16:42.484 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:42.504537 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T16:16:42.832 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:42.852967 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T16:16:42.832 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:42.853009 I | op-config: deleting "log file" option from the mon configuration database 2022-02-21T16:16:43.180 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:43.201245 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-02-21T16:16:43.181 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:43.201278 I | op-mon: checking for basic quorum with existing mons 2022-02-21T16:16:43.281 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:43.302450 I | op-mon: mon "a" endpoint is [v2:10.106.248.84:3300,v1:10.106.248.84:6789] 2022-02-21T16:16:43.316 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:43.337815 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.106.248.84:6789"]}] data:a=10.106.248.84:6789 mapping:{"node":{"a":{"Name":"smithi170","Hostname":"smithi170","Address":"172.21.15.170"}}} maxMonId:0] 2022-02-21T16:16:43.325 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:43.346210 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:16:43.328 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:43.346420 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:16:43.597 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:43.618674 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-02-21T16:16:43.605 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:43.626730 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-02-21T16:16:43.606 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:43.626757 I | op-mon: waiting for mon quorum with [a] 2022-02-21T16:16:43.665 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd stat -f json 2022-02-21T16:16:43.786 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:43.807094 I | op-mon: mons running: [a] 2022-02-21T16:16:44.199 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:16:44.216 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:44.237973 I | op-mon: Monitors in quorum: [a] 2022-02-21T16:16:44.217 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:44.238001 I | op-mon: mons created: 1 2022-02-21T16:16:44.223 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:16:44.224 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T16:16:44.618 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:44.639184 I | op-mon: waiting for mon quorum with [a] 2022-02-21T16:16:44.623 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:44.645196 I | op-mon: mons running: [a] 2022-02-21T16:16:45.038 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:45.059697 I | op-mon: Monitors in quorum: [a] 2022-02-21T16:16:45.039 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:45.059737 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-02-21T16:16:45.451 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:45.472618 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-02-21T16:16:45.865 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:45.886231 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-02-21T16:16:46.279 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:46.300729 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-02-21T16:16:46.747 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:46.768627 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-02-21T16:16:46.747 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:46.768654 I | cephclient: getting or creating ceph auth key "client.crash" 2022-02-21T16:16:47.192 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:47.213329 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-02-21T16:16:47.604 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:47.625059 I | cephclient: successfully enabled msgr2 protocol 2022-02-21T16:16:47.604 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:47.625082 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-02-21T16:16:47.604 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:47.625085 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-02-21T16:16:48.013 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:48.034721 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-02-21T16:16:48.042 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:48.063664 I | op-mgr: start running mgr 2022-02-21T16:16:48.043 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:48.063702 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-02-21T16:16:48.521 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:48.542543 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-02-21T16:16:48.529 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:48.550942 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-02-21T16:16:48.532 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:48.553083 I | op-mgr: setting services to point to mgr "a" 2022-02-21T16:16:48.704 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:48.724972 I | op-osd: start running osds in namespace "rook-ceph" 2022-02-21T16:16:48.704 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:48.725004 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-02-21T16:16:48.723 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:48.743648 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-02-21T16:16:48.728 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:48.750144 I | op-osd: creating 1 new PVCs for device set "smithi170-lv-1" 2022-02-21T16:16:48.951 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:48.971938 I | op-osd: successfully provisioned PVC "smithi170-lv-1-data-0h795j" 2022-02-21T16:16:48.951 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:48.971988 I | op-osd: creating 1 new PVCs for device set "smithi170-lv-2" 2022-02-21T16:16:49.130 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:49.151675 I | op-osd: successfully provisioned PVC "smithi170-lv-2-data-08lfm6" 2022-02-21T16:16:49.133 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:49.152091 I | op-osd: creating 1 new PVCs for device set "smithi170-lv-3" 2022-02-21T16:16:49.331 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:49.352449 I | op-osd: successfully provisioned PVC "smithi170-lv-3-data-04mkkt" 2022-02-21T16:16:49.331 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:49.352590 I | op-osd: creating 1 new PVCs for device set "smithi170-lv-4" 2022-02-21T16:16:49.601 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:49.622099 I | op-osd: successfully provisioned PVC "smithi170-lv-4-data-02dgp9" 2022-02-21T16:16:49.626 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:49.647302 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-1-data-0h795j" 2022-02-21T16:16:49.648 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:49.669391 I | op-mgr: successful modules: prometheus 2022-02-21T16:16:49.654 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:49.676061 I | op-mgr: successful modules: mgr module(s) from the spec 2022-02-21T16:16:49.658 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:49.676824 I | op-mgr: successful modules: dashboard 2022-02-21T16:16:49.943 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:49.965019 I | op-osd: started OSD provisioning job for PVC "smithi170-lv-1-data-0h795j" 2022-02-21T16:16:49.944 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:49.965048 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-2-data-08lfm6" 2022-02-21T16:16:50.172 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:50.193186 I | op-mgr: successful modules: balancer 2022-02-21T16:16:50.365 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:50.386511 I | op-osd: started OSD provisioning job for PVC "smithi170-lv-2-data-08lfm6" 2022-02-21T16:16:50.365 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:50.386554 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-3-data-04mkkt" 2022-02-21T16:16:50.745 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:50.766620 I | op-osd: started OSD provisioning job for PVC "smithi170-lv-3-data-04mkkt" 2022-02-21T16:16:50.746 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:50.766656 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-4-data-02dgp9" 2022-02-21T16:16:51.144 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:51.165902 I | op-osd: started OSD provisioning job for PVC "smithi170-lv-4-data-02dgp9" 2022-02-21T16:16:51.145 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:51.165940 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-02-21T16:16:51.145 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:51.165948 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-02-21T16:16:51.320 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:51.341630 I | op-mgr: successful modules: orchestrator modules 2022-02-21T16:16:51.329 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:51.350674 I | op-osd: OSD orchestration status for PVC smithi170-lv-1-data-0h795j is "starting" 2022-02-21T16:16:51.330 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:51.350702 I | op-osd: OSD orchestration status for PVC smithi170-lv-2-data-08lfm6 is "starting" 2022-02-21T16:16:51.330 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:51.350713 I | op-osd: OSD orchestration status for PVC smithi170-lv-3-data-04mkkt is "starting" 2022-02-21T16:16:51.330 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:16:51.350723 I | op-osd: OSD orchestration status for PVC smithi170-lv-4-data-02dgp9 is "starting" 2022-02-21T16:16:54.225 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd stat -f json 2022-02-21T16:16:55.292 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:16:55.314 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:16:55.315 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T16:17:04.648 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:04.669814 I | op-osd: OSD orchestration status for node smithi170-lv-4-data-02dgp9 is "orchestrating" 2022-02-21T16:17:04.653 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:04.674308 I | op-osd: OSD orchestration status for node smithi170-lv-3-data-04mkkt is "orchestrating" 2022-02-21T16:17:05.292 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:05.314165 I | op-osd: OSD orchestration status for PVC smithi170-lv-4-data-02dgp9 is "orchestrating" 2022-02-21T16:17:05.316 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd stat -f json 2022-02-21T16:17:05.704 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:05.725904 I | op-osd: OSD orchestration status for PVC smithi170-lv-3-data-04mkkt is "orchestrating" 2022-02-21T16:17:06.327 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:17:06.351 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:17:06.352 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T16:17:12.846 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:12.867963 I | op-osd: OSD orchestration status for PVC smithi170-lv-4-data-02dgp9 is "completed" 2022-02-21T16:17:12.847 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:12.867994 I | op-osd: creating OSD 0 on PVC "smithi170-lv-4-data-02dgp9" 2022-02-21T16:17:12.847 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:12.868005 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-4-data-02dgp9" 2022-02-21T16:17:13.583 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:13.605157 I | op-osd: OSD orchestration status for PVC smithi170-lv-3-data-04mkkt is "completed" 2022-02-21T16:17:13.584 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:13.605369 I | op-osd: creating OSD 1 on PVC "smithi170-lv-3-data-04mkkt" 2022-02-21T16:17:13.584 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:13.605444 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-3-data-04mkkt" 2022-02-21T16:17:14.962 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:14.979402 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi170": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T16:17:15.277 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:15.285502 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi170": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T16:17:15.523 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:15.544883 I | op-osd: OSD orchestration status for node smithi170-lv-2-data-08lfm6 is "orchestrating" 2022-02-21T16:17:15.584 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:15.606274 I | op-osd: OSD orchestration status for node smithi170-lv-1-data-0h795j is "orchestrating" 2022-02-21T16:17:16.353 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd stat -f json 2022-02-21T16:17:16.357 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:16.379214 I | op-osd: OSD orchestration status for PVC smithi170-lv-1-data-0h795j is "orchestrating" 2022-02-21T16:17:16.358 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:16.379254 I | op-osd: OSD orchestration status for PVC smithi170-lv-2-data-08lfm6 is "orchestrating" 2022-02-21T16:17:18.313 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:17:18.330 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":8,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1645460228,"num_remapped_pgs":0} 2022-02-21T16:17:18.330 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T16:17:24.292 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:24.314991 I | op-osd: OSD orchestration status for PVC smithi170-lv-2-data-08lfm6 is "completed" 2022-02-21T16:17:24.293 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:24.315013 I | op-osd: creating OSD 2 on PVC "smithi170-lv-2-data-08lfm6" 2022-02-21T16:17:24.293 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:24.315019 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-2-data-08lfm6" 2022-02-21T16:17:25.709 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:25.731329 I | op-osd: OSD orchestration status for PVC smithi170-lv-1-data-0h795j is "completed" 2022-02-21T16:17:25.712 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:25.731638 I | op-osd: creating OSD 3 on PVC "smithi170-lv-1-data-0h795j" 2022-02-21T16:17:25.712 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:25.731826 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-1-data-0h795j" 2022-02-21T16:17:26.779 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:26.801841 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-02-21T16:17:26.779 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:17:26.801862 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T16:17:28.331 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd stat -f json 2022-02-21T16:17:29.687 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:17:29.714 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":10,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1645460238,"num_remapped_pgs":0} 2022-02-21T16:17:29.714 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T16:17:39.715 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd stat -f json 2022-02-21T16:17:40.312 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:17:40.328 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":10,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1645460238,"num_remapped_pgs":0} 2022-02-21T16:17:40.329 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T16:17:50.330 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd stat -f json 2022-02-21T16:17:50.856 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:17:50.873 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":10,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1645460238,"num_remapped_pgs":0} 2022-02-21T16:17:50.874 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T16:18:00.876 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd stat -f json 2022-02-21T16:18:01.381 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:01.400 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":14,"num_osds":4,"num_up_osds":2,"osd_up_since":1645460277,"num_in_osds":4,"osd_in_since":1645460238,"num_remapped_pgs":0} 2022-02-21T16:18:01.400 INFO:tasks.rook: have 2/4 OSDs 2022-02-21T16:18:11.401 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd stat -f json 2022-02-21T16:18:11.925 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:11.947 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":21,"num_osds":4,"num_up_osds":4,"osd_up_since":1645460284,"num_in_osds":4,"osd_in_since":1645460238,"num_remapped_pgs":0} 2022-02-21T16:18:11.947 INFO:tasks.rook:Distributing ceph config and client.admin keyring 2022-02-21T16:18:11.948 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- cat /etc/ceph/ceph.conf 2022-02-21T16:18:12.105 INFO:teuthology.orchestra.run.smithi170.stdout:[global] 2022-02-21T16:18:12.106 INFO:teuthology.orchestra.run.smithi170.stdout:mon_host = 10.106.248.84:6789 2022-02-21T16:18:12.106 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:12.107 INFO:teuthology.orchestra.run.smithi170.stdout:[client.admin] 2022-02-21T16:18:12.107 INFO:teuthology.orchestra.run.smithi170.stdout:keyring = /etc/ceph/keyring 2022-02-21T16:18:12.110 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- cat /etc/ceph/keyring 2022-02-21T16:18:12.307 INFO:teuthology.orchestra.run.smithi170.stdout:[client.admin] 2022-02-21T16:18:12.307 INFO:teuthology.orchestra.run.smithi170.stdout:key = AQB5uhNiLp3bJxAACkJO7g2iA/HzqyI43+yYLg== 2022-02-21T16:18:12.312 DEBUG:teuthology.orchestra.run.smithi170:> sudo mkdir -p /etc/ceph 2022-02-21T16:18:12.325 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:18:12.325 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/ceph/ceph.conf 2022-02-21T16:18:12.337 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:18:12.337 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/ceph/keyring 2022-02-21T16:18:12.396 INFO:tasks.rook:Setting up client nodes... 2022-02-21T16:18:12.396 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph auth get-or-create client.a mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2022-02-21T16:18:12.995 INFO:teuthology.orchestra.run.smithi170.stdout:[client.a] 2022-02-21T16:18:12.995 INFO:teuthology.orchestra.run.smithi170.stdout: key = AQBEuxNiE2sJOhAAj7t2t6DijRU564Czxo5ykA== 2022-02-21T16:18:13.015 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:18:13.016 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/ceph/ceph.client.a.keyring 2022-02-21T16:18:13.016 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod 0644 /etc/ceph/ceph.client.a.keyring 2022-02-21T16:18:13.035 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd dump --format=json 2022-02-21T16:18:13.577 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:13.577 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":21,"fsid":"b5d6b9f1-a06a-4abb-a02b-b2fcd97cf9bc","created":"2022-02-21T16:15:37.336081+0000","modified":"2022-02-21T16:18:08.601878+0000","last_up_change":"2022-02-21T16:18:04.027836+0000","last_in_change":"2022-02-21T16:17:18.606706+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"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-02-21T16:18:06.253335+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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b9142550-ad69-4e6c-9db5-885c372f07f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.214:6800","nonce":2080828126},{"type":"v1","addr":"10.253.75.214:6801","nonce":2080828126}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.214:6802","nonce":2080828126},{"type":"v1","addr":"10.253.75.214:6803","nonce":2080828126}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.214:6806","nonce":2080828126},{"type":"v1","addr":"10.253.75.214:6807","nonce":2080828126}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.214:6804","nonce":2080828126},{"type":"v1","addr":"10.253.75.214:6805","nonce":2080828126}]},"public_addr":"10.253.75.214:6801/2080828126","cluster_addr":"10.253.75.214:6803/2080828126","heartbeat_back_addr":"10.253.75.214:6807/2080828126","heartbeat_front_addr":"10.253.75.214:6805/2080828126","state":["exists","up"]},{"osd":1,"uuid":"768381ba-c4e2-4e8e-9fc0-634f0ead69af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.215:6800","nonce":471152417},{"type":"v1","addr":"10.253.75.215:6801","nonce":471152417}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.215:6802","nonce":471152417},{"type":"v1","addr":"10.253.75.215:6803","nonce":471152417}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.215:6806","nonce":471152417},{"type":"v1","addr":"10.253.75.215:6807","nonce":471152417}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.215:6804","nonce":471152417},{"type":"v1","addr":"10.253.75.215:6805","nonce":471152417}]},"public_addr":"10.253.75.215:6801/471152417","cluster_addr":"10.253.75.215:6803/471152417","heartbeat_back_addr":"10.253.75.215:6807/471152417","heartbeat_front_addr":"10.253.75.215:6805/471152417","state":["exists","up"]},{"osd":2,"uuid":"07e9d884-528e-4a12-8c51-d56678c900fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.217:6800","nonce":781156371},{"type":"v1","addr":"10.253.75.217:6801","nonce":781156371}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.217:6802","nonce":781156371},{"type":"v1","addr":"10.253.75.217:6803","nonce":781156371}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.217:6806","nonce":781156371},{"type":"v1","addr":"10.253.75.217:6807","nonce":781156371}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.217:6804","nonce":781156371},{"type":"v1","addr":"10.253.75.217:6805","nonce":781156371}]},"public_addr":"10.253.75.217:6801/781156371","cluster_addr":"10.253.75.217:6803/781156371","heartbeat_back_addr":"10.253.75.217:6807/781156371","heartbeat_front_addr":"10.253.75.217:6805/781156371","state":["exists","up"]},{"osd":3,"uuid":"914c0ffa-5ba4-49bc-8bba-0abffae1fe60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.218:6800","nonce":4173360515},{"type":"v1","addr":"10.253.75.218:6801","nonce":4173360515}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.218:6802","nonce":4173360515},{"type":"v1","addr":"10.253.75.218:6803","nonce":4173360515}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.218:6806","nonce":4173360515},{"type":"v1","addr":"10.253.75.218:6807","nonce":4173360515}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.218:6804","nonce":4173360515},{"type":"v1","addr":"10.253.75.218:6805","nonce":4173360515}]},"public_addr":"10.253.75.218:6801/4173360515","cluster_addr":"10.253.75.218:6803/4173360515","heartbeat_back_addr":"10.253.75.218:6807/4173360515","heartbeat_front_addr":"10.253.75.218:6805/4173360515","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-02-21T16:17:54.739563+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-02-21T16:17:54.715888+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-02-21T16:18:01.813052+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-02-21T16:18:01.865139+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-02-21T16:18:13.597 INFO:tasks.rook.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2022-02-21T16:18:06.253335+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': '21', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2022-02-21T16:18:13.597 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd pool get .mgr pg_num 2022-02-21T16:18:14.113 INFO:teuthology.orchestra.run.smithi170.stdout:pg_num: 1 2022-02-21T16:18:14.131 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2022-02-21T16:18:14.132 INFO:tasks.rook.ceph_manager.ceph:waiting for mgr available 2022-02-21T16:18:14.132 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph mgr dump --format=json 2022-02-21T16:18:14.674 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:14.692 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":14,"active_gid":4196,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.205:6800","nonce":2537617909},{"type":"v1","addr":"10.253.75.205:6801","nonce":2537617909}]},"active_addr":"10.253.75.205:6801/2537617909","active_change":"2022-02-21T16:16:13.267205+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[],"modules":["iostat","nfs","prometheus","restful","rook"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"0.0.0.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"0.0.0.0","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"prometheus":"http://10.253.75.205:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":5,"active_clients":[{"addrvec":[{"type":"v2","addr":"10.253.75.205:0","nonce":2779983483}]},{"addrvec":[{"type":"v2","addr":"10.253.75.205:0","nonce":4162258895}]},{"addrvec":[{"type":"v2","addr":"10.253.75.205:0","nonce":2240400740}]},{"addrvec":[{"type":"v2","addr":"10.253.75.205:0","nonce":1440318259}]}]}} 2022-02-21T16:18:14.696 INFO:tasks.rook.ceph_manager.ceph:mgr available! 2022-02-21T16:18:14.696 INFO:tasks.rook.ceph_manager.ceph:waiting for all up 2022-02-21T16:18:14.696 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd dump --format=json 2022-02-21T16:18:15.207 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:15.208 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":21,"fsid":"b5d6b9f1-a06a-4abb-a02b-b2fcd97cf9bc","created":"2022-02-21T16:15:37.336081+0000","modified":"2022-02-21T16:18:08.601878+0000","last_up_change":"2022-02-21T16:18:04.027836+0000","last_in_change":"2022-02-21T16:17:18.606706+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"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-02-21T16:18:06.253335+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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b9142550-ad69-4e6c-9db5-885c372f07f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.214:6800","nonce":2080828126},{"type":"v1","addr":"10.253.75.214:6801","nonce":2080828126}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.214:6802","nonce":2080828126},{"type":"v1","addr":"10.253.75.214:6803","nonce":2080828126}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.214:6806","nonce":2080828126},{"type":"v1","addr":"10.253.75.214:6807","nonce":2080828126}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.214:6804","nonce":2080828126},{"type":"v1","addr":"10.253.75.214:6805","nonce":2080828126}]},"public_addr":"10.253.75.214:6801/2080828126","cluster_addr":"10.253.75.214:6803/2080828126","heartbeat_back_addr":"10.253.75.214:6807/2080828126","heartbeat_front_addr":"10.253.75.214:6805/2080828126","state":["exists","up"]},{"osd":1,"uuid":"768381ba-c4e2-4e8e-9fc0-634f0ead69af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.215:6800","nonce":471152417},{"type":"v1","addr":"10.253.75.215:6801","nonce":471152417}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.215:6802","nonce":471152417},{"type":"v1","addr":"10.253.75.215:6803","nonce":471152417}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.215:6806","nonce":471152417},{"type":"v1","addr":"10.253.75.215:6807","nonce":471152417}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.215:6804","nonce":471152417},{"type":"v1","addr":"10.253.75.215:6805","nonce":471152417}]},"public_addr":"10.253.75.215:6801/471152417","cluster_addr":"10.253.75.215:6803/471152417","heartbeat_back_addr":"10.253.75.215:6807/471152417","heartbeat_front_addr":"10.253.75.215:6805/471152417","state":["exists","up"]},{"osd":2,"uuid":"07e9d884-528e-4a12-8c51-d56678c900fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.217:6800","nonce":781156371},{"type":"v1","addr":"10.253.75.217:6801","nonce":781156371}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.217:6802","nonce":781156371},{"type":"v1","addr":"10.253.75.217:6803","nonce":781156371}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.217:6806","nonce":781156371},{"type":"v1","addr":"10.253.75.217:6807","nonce":781156371}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.217:6804","nonce":781156371},{"type":"v1","addr":"10.253.75.217:6805","nonce":781156371}]},"public_addr":"10.253.75.217:6801/781156371","cluster_addr":"10.253.75.217:6803/781156371","heartbeat_back_addr":"10.253.75.217:6807/781156371","heartbeat_front_addr":"10.253.75.217:6805/781156371","state":["exists","up"]},{"osd":3,"uuid":"914c0ffa-5ba4-49bc-8bba-0abffae1fe60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.218:6800","nonce":4173360515},{"type":"v1","addr":"10.253.75.218:6801","nonce":4173360515}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.218:6802","nonce":4173360515},{"type":"v1","addr":"10.253.75.218:6803","nonce":4173360515}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.218:6806","nonce":4173360515},{"type":"v1","addr":"10.253.75.218:6807","nonce":4173360515}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.218:6804","nonce":4173360515},{"type":"v1","addr":"10.253.75.218:6805","nonce":4173360515}]},"public_addr":"10.253.75.218:6801/4173360515","cluster_addr":"10.253.75.218:6803/4173360515","heartbeat_back_addr":"10.253.75.218:6807/4173360515","heartbeat_front_addr":"10.253.75.218:6805/4173360515","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-02-21T16:17:54.739563+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-02-21T16:17:54.715888+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-02-21T16:18:01.813052+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-02-21T16:18:01.865139+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-02-21T16:18:15.224 INFO:tasks.rook.ceph_manager.ceph:all up! 2022-02-21T16:18:15.225 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd dump --format=json 2022-02-21T16:18:15.741 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:15.742 INFO:teuthology.orchestra.run.smithi170.stdout:{"epoch":21,"fsid":"b5d6b9f1-a06a-4abb-a02b-b2fcd97cf9bc","created":"2022-02-21T16:15:37.336081+0000","modified":"2022-02-21T16:18:08.601878+0000","last_up_change":"2022-02-21T16:18:04.027836+0000","last_in_change":"2022-02-21T16:17:18.606706+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":5,"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-02-21T16:18:06.253335+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":"21","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"b9142550-ad69-4e6c-9db5-885c372f07f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.214:6800","nonce":2080828126},{"type":"v1","addr":"10.253.75.214:6801","nonce":2080828126}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.214:6802","nonce":2080828126},{"type":"v1","addr":"10.253.75.214:6803","nonce":2080828126}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.214:6806","nonce":2080828126},{"type":"v1","addr":"10.253.75.214:6807","nonce":2080828126}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.214:6804","nonce":2080828126},{"type":"v1","addr":"10.253.75.214:6805","nonce":2080828126}]},"public_addr":"10.253.75.214:6801/2080828126","cluster_addr":"10.253.75.214:6803/2080828126","heartbeat_back_addr":"10.253.75.214:6807/2080828126","heartbeat_front_addr":"10.253.75.214:6805/2080828126","state":["exists","up"]},{"osd":1,"uuid":"768381ba-c4e2-4e8e-9fc0-634f0ead69af","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":13,"up_thru":19,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.215:6800","nonce":471152417},{"type":"v1","addr":"10.253.75.215:6801","nonce":471152417}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.215:6802","nonce":471152417},{"type":"v1","addr":"10.253.75.215:6803","nonce":471152417}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.215:6806","nonce":471152417},{"type":"v1","addr":"10.253.75.215:6807","nonce":471152417}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.215:6804","nonce":471152417},{"type":"v1","addr":"10.253.75.215:6805","nonce":471152417}]},"public_addr":"10.253.75.215:6801/471152417","cluster_addr":"10.253.75.215:6803/471152417","heartbeat_back_addr":"10.253.75.215:6807/471152417","heartbeat_front_addr":"10.253.75.215:6805/471152417","state":["exists","up"]},{"osd":2,"uuid":"07e9d884-528e-4a12-8c51-d56678c900fe","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.217:6800","nonce":781156371},{"type":"v1","addr":"10.253.75.217:6801","nonce":781156371}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.217:6802","nonce":781156371},{"type":"v1","addr":"10.253.75.217:6803","nonce":781156371}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.217:6806","nonce":781156371},{"type":"v1","addr":"10.253.75.217:6807","nonce":781156371}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.217:6804","nonce":781156371},{"type":"v1","addr":"10.253.75.217:6805","nonce":781156371}]},"public_addr":"10.253.75.217:6801/781156371","cluster_addr":"10.253.75.217:6803/781156371","heartbeat_back_addr":"10.253.75.217:6807/781156371","heartbeat_front_addr":"10.253.75.217:6805/781156371","state":["exists","up"]},{"osd":3,"uuid":"914c0ffa-5ba4-49bc-8bba-0abffae1fe60","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.218:6800","nonce":4173360515},{"type":"v1","addr":"10.253.75.218:6801","nonce":4173360515}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.218:6802","nonce":4173360515},{"type":"v1","addr":"10.253.75.218:6803","nonce":4173360515}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.218:6806","nonce":4173360515},{"type":"v1","addr":"10.253.75.218:6807","nonce":4173360515}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.75.218:6804","nonce":4173360515},{"type":"v1","addr":"10.253.75.218:6805","nonce":4173360515}]},"public_addr":"10.253.75.218:6801/4173360515","cluster_addr":"10.253.75.218:6803/4173360515","heartbeat_back_addr":"10.253.75.218:6807/4173360515","heartbeat_front_addr":"10.253.75.218:6805/4173360515","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-02-21T16:17:54.739563+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-02-21T16:17:54.715888+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-02-21T16:18:01.813052+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-02-21T16:18:01.865139+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-02-21T16:18:15.763 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph tell osd.0 flush_pg_stats 2022-02-21T16:18:15.764 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph tell osd.1 flush_pg_stats 2022-02-21T16:18:15.764 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph tell osd.2 flush_pg_stats 2022-02-21T16:18:15.765 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph tell osd.3 flush_pg_stats 2022-02-21T16:18:16.146 INFO:teuthology.orchestra.run.smithi170.stdout:73014444036 2022-02-21T16:18:16.146 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd last-stat-seq osd.2 2022-02-21T16:18:16.218 INFO:teuthology.orchestra.run.smithi170.stdout:55834574853 2022-02-21T16:18:16.219 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd last-stat-seq osd.1 2022-02-21T16:18:16.321 INFO:teuthology.orchestra.run.smithi170.stdout:73014444037 2022-02-21T16:18:16.322 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd last-stat-seq osd.3 2022-02-21T16:18:16.346 INFO:teuthology.orchestra.run.smithi170.stdout:55834574855 2022-02-21T16:18:16.346 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd last-stat-seq osd.0 2022-02-21T16:18:16.737 INFO:teuthology.orchestra.run.smithi170.stdout:73014444035 2022-02-21T16:18:16.757 INFO:teuthology.orchestra.run.smithi170.stdout:55834574852 2022-02-21T16:18:16.761 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444036 got 73014444035 for osd.2 2022-02-21T16:18:16.777 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574853 got 55834574852 for osd.1 2022-02-21T16:18:16.894 INFO:teuthology.orchestra.run.smithi170.stdout:73014444036 2022-02-21T16:18:16.915 INFO:teuthology.orchestra.run.smithi170.stdout:55834574854 2022-02-21T16:18:16.917 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444037 got 73014444036 for osd.3 2022-02-21T16:18:16.935 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574855 got 55834574854 for osd.0 2022-02-21T16:18:17.762 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd last-stat-seq osd.2 2022-02-21T16:18:17.778 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd last-stat-seq osd.1 2022-02-21T16:18:17.918 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd last-stat-seq osd.3 2022-02-21T16:18:17.936 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd last-stat-seq osd.0 2022-02-21T16:18:18.350 INFO:teuthology.orchestra.run.smithi170.stdout:73014444035 2022-02-21T16:18:18.368 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444036 got 73014444035 for osd.2 2022-02-21T16:18:18.427 INFO:teuthology.orchestra.run.smithi170.stdout:55834574852 2022-02-21T16:18:18.440 INFO:teuthology.orchestra.run.smithi170.stdout:55834574854 2022-02-21T16:18:18.448 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574853 got 55834574852 for osd.1 2022-02-21T16:18:18.460 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574855 got 55834574854 for osd.0 2022-02-21T16:18:18.535 INFO:teuthology.orchestra.run.smithi170.stdout:73014444037 2022-02-21T16:18:18.553 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444037 got 73014444037 for osd.3 2022-02-21T16:18:18.553 DEBUG:teuthology.parallel:result is None 2022-02-21T16:18:19.369 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd last-stat-seq osd.2 2022-02-21T16:18:19.450 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd last-stat-seq osd.1 2022-02-21T16:18:19.461 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd last-stat-seq osd.0 2022-02-21T16:18:19.910 INFO:teuthology.orchestra.run.smithi170.stdout:73014444036 2022-02-21T16:18:19.929 INFO:teuthology.orchestra.run.smithi170.stdout:55834574853 2022-02-21T16:18:19.931 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444036 got 73014444036 for osd.2 2022-02-21T16:18:19.931 DEBUG:teuthology.parallel:result is None 2022-02-21T16:18:19.948 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574853 got 55834574853 for osd.1 2022-02-21T16:18:19.948 DEBUG:teuthology.parallel:result is None 2022-02-21T16:18:20.051 INFO:teuthology.orchestra.run.smithi170.stdout:55834574855 2022-02-21T16:18:20.070 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574855 got 55834574855 for osd.0 2022-02-21T16:18:20.071 DEBUG:teuthology.parallel:result is None 2022-02-21T16:18:20.071 INFO:tasks.rook.ceph_manager.ceph:waiting for clean 2022-02-21T16:18:20.072 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph pg dump --format=json 2022-02-21T16:18:20.562 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:20.564 INFO:teuthology.orchestra.run.smithi170.stderr:dumped all 2022-02-21T16:18:20.583 INFO:teuthology.orchestra.run.smithi170.stdout:{"pg_ready":true,"pg_map":{"version":72,"stamp":"2022-02-21T16:18:19.733009+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":22724,"kb_used_data":2084,"kb_used_omap":0,"kb_used_meta":20480,"kb_avail":374957884,"statfs":{"total":383980142592,"available":383956873216,"internally_reserved":0,"allocated":2134016,"data_stored":1574836,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20971520},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":131088,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":20,"num_read_kb":18,"num_write":38,"num_write_kb":784,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"11.030594"},"pg_stats":[{"pgid":"1.0","version":"21'97","reported_seq":137,"reported_epoch":21,"state":"active+clean","last_fresh":"2022-02-21T16:18:11.654200+0000","last_change":"2022-02-21T16:18:07.728823+0000","last_active":"2022-02-21T16:18:11.654200+0000","last_peered":"2022-02-21T16:18:11.654200+0000","last_clean":"2022-02-21T16:18:11.654200+0000","last_became_active":"2022-02-21T16:18:07.726554+0000","last_became_peered":"2022-02-21T16:18:07.726554+0000","last_unstale":"2022-02-21T16:18:11.654200+0000","last_undegraded":"2022-02-21T16:18:11.654200+0000","last_fullsized":"2022-02-21T16:18:11.654200+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-02-21T16:18:06.323760+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-02-21T16:18:06.323760+0000","last_clean_scrub_stamp":"2022-02-21T16:18:06.323760+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-02-23T02:52:32.555908+0000","stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1413120,"data_stored":1400868,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":97,"ondisk_log_size":97,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":3,"up_from":17,"seq":73014444037,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740168,"statfs":{"total":95995035648,"available":95989932032,"internally_reserved":0,"allocated":180224,"data_stored":43492,"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.69899999999999995}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0660000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1200000000000001}]}]},{"osd":2,"up_from":17,"seq":73014444036,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5828,"kb_used_data":636,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739324,"statfs":{"total":95995035648,"available":95989067776,"internally_reserved":0,"allocated":651264,"data_stored":510448,"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.51200000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0449999999999999}]},{"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.91100000000000003}]}]},{"osd":0,"up_from":13,"seq":55834574856,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5892,"kb_used_data":636,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739260,"statfs":{"total":95995035648,"available":95989002240,"internally_reserved":0,"allocated":651264,"data_stored":510448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5373952},"hb_peers":[1,2,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73199999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1180000000000001}]},{"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.85599999999999998}]}]},{"osd":1,"up_from":13,"seq":55834574854,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6020,"kb_used_data":636,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739132,"statfs":{"total":95995035648,"available":95988871168,"internally_reserved":0,"allocated":651264,"data_stored":510448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5373952},"hb_peers":[0,2,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":3.7679999999999998}]},{"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.54900000000000004}]},{"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.45700000000000002}]}]}],"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-02-21T16:18:20.584 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph pg dump --format=json 2022-02-21T16:18:21.090 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:21.093 INFO:teuthology.orchestra.run.smithi170.stderr:dumped all 2022-02-21T16:18:21.110 INFO:teuthology.orchestra.run.smithi170.stdout:{"pg_ready":true,"pg_map":{"version":72,"stamp":"2022-02-21T16:18:19.733009+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":22724,"kb_used_data":2084,"kb_used_omap":0,"kb_used_meta":20480,"kb_avail":374957884,"statfs":{"total":383980142592,"available":383956873216,"internally_reserved":0,"allocated":2134016,"data_stored":1574836,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20971520},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":131088,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":20,"num_read_kb":18,"num_write":38,"num_write_kb":784,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"11.030594"},"pg_stats":[{"pgid":"1.0","version":"21'97","reported_seq":137,"reported_epoch":21,"state":"active+clean","last_fresh":"2022-02-21T16:18:11.654200+0000","last_change":"2022-02-21T16:18:07.728823+0000","last_active":"2022-02-21T16:18:11.654200+0000","last_peered":"2022-02-21T16:18:11.654200+0000","last_clean":"2022-02-21T16:18:11.654200+0000","last_became_active":"2022-02-21T16:18:07.726554+0000","last_became_peered":"2022-02-21T16:18:07.726554+0000","last_unstale":"2022-02-21T16:18:11.654200+0000","last_undegraded":"2022-02-21T16:18:11.654200+0000","last_fullsized":"2022-02-21T16:18:11.654200+0000","mapping_epoch":19,"log_start":"0'0","ondisk_log_start":"0'0","created":19,"last_epoch_clean":20,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-02-21T16:18:06.323760+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-02-21T16:18:06.323760+0000","last_clean_scrub_stamp":"2022-02-21T16:18:06.323760+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-02-23T02:52:32.555908+0000","stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"up":[1,0,2],"acting":[1,0,2],"avail_no_missing":[],"object_location_counts":[],"blocked_by":[],"up_primary":1,"acting_primary":1,"purged_snaps":[]}],"pool_stats":[{"poolid":1,"num_pg":1,"stat_sum":{"num_bytes":590368,"num_objects":2,"num_object_clones":0,"num_object_copies":6,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":2,"num_whiteouts":0,"num_read":106,"num_read_kb":91,"num_write":137,"num_write_kb":1894,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":1413120,"data_stored":1400868,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":97,"ondisk_log_size":97,"up":3,"acting":3,"num_store_stats":3}],"osd_stats":[{"osd":3,"up_from":17,"seq":73014444037,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":4984,"kb_used_data":176,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740168,"statfs":{"total":95995035648,"available":95989932032,"internally_reserved":0,"allocated":180224,"data_stored":43492,"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.69899999999999995}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0660000000000001}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1200000000000001}]}]},{"osd":2,"up_from":17,"seq":73014444036,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5828,"kb_used_data":636,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739324,"statfs":{"total":95995035648,"available":95989067776,"internally_reserved":0,"allocated":651264,"data_stored":510448,"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.51200000000000001}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.0449999999999999}]},{"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.91100000000000003}]}]},{"osd":0,"up_from":13,"seq":55834574856,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5892,"kb_used_data":636,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739260,"statfs":{"total":95995035648,"available":95989002240,"internally_reserved":0,"allocated":651264,"data_stored":510448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5373952},"hb_peers":[1,2,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73199999999999998}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.1180000000000001}]},{"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.85599999999999998}]}]},{"osd":1,"up_from":13,"seq":55834574854,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6020,"kb_used_data":636,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739132,"statfs":{"total":95995035648,"available":95988871168,"internally_reserved":0,"allocated":651264,"data_stored":510448,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5373952},"hb_peers":[0,2,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":3.7679999999999998}]},{"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.54900000000000004}]},{"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.45700000000000002}]}]}],"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-02-21T16:18:21.111 INFO:tasks.rook.ceph_manager.ceph:clean! 2022-02-21T16:18:21.111 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2022-02-21T16:18:21.111 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy 2022-02-21T16:18:21.112 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph health --format=json 2022-02-21T16:18:21.642 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:21.643 INFO:teuthology.orchestra.run.smithi170.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2022-02-21T16:18:21.661 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy done 2022-02-21T16:18:21.662 INFO:tasks.rook:Rook complete, yielding 2022-02-21T16:18:21.662 INFO:teuthology.run_tasks:Running task rook.shell... 2022-02-21T16:18:21.673 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph -s 2022-02-21T16:18:22.296 INFO:teuthology.orchestra.run.smithi170.stdout: cluster: 2022-02-21T16:18:22.296 INFO:teuthology.orchestra.run.smithi170.stdout: id: b5d6b9f1-a06a-4abb-a02b-b2fcd97cf9bc 2022-02-21T16:18:22.297 INFO:teuthology.orchestra.run.smithi170.stdout: health: HEALTH_OK 2022-02-21T16:18:22.297 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:22.297 INFO:teuthology.orchestra.run.smithi170.stdout: services: 2022-02-21T16:18:22.297 INFO:teuthology.orchestra.run.smithi170.stdout: mon: 1 daemons, quorum a (age 2m) 2022-02-21T16:18:22.297 INFO:teuthology.orchestra.run.smithi170.stdout: mgr: a(active, since 2m) 2022-02-21T16:18:22.298 INFO:teuthology.orchestra.run.smithi170.stdout: osd: 4 osds: 4 up (since 18s), 4 in (since 63s) 2022-02-21T16:18:22.298 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:22.298 INFO:teuthology.orchestra.run.smithi170.stdout: data: 2022-02-21T16:18:22.298 INFO:teuthology.orchestra.run.smithi170.stdout: pools: 1 pools, 1 pgs 2022-02-21T16:18:22.299 INFO:teuthology.orchestra.run.smithi170.stdout: objects: 2 objects, 577 KiB 2022-02-21T16:18:22.299 INFO:teuthology.orchestra.run.smithi170.stdout: usage: 22 MiB used, 358 GiB / 358 GiB avail 2022-02-21T16:18:22.299 INFO:teuthology.orchestra.run.smithi170.stdout: pgs: 1 active+clean 2022-02-21T16:18:22.299 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:22.299 INFO:teuthology.orchestra.run.smithi170.stdout: io: 2022-02-21T16:18:22.300 INFO:teuthology.orchestra.run.smithi170.stdout: client: 1.5 KiB/s rd, 65 KiB/s wr, 1 op/s rd, 3 op/s wr 2022-02-21T16:18:22.300 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:18:22.312 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch status 2022-02-21T16:18:22.895 INFO:teuthology.orchestra.run.smithi170.stdout:Backend: rook 2022-02-21T16:18:22.896 INFO:teuthology.orchestra.run.smithi170.stdout:Available: Yes 2022-02-21T16:18:22.918 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ps 2022-02-21T16:18:23.431 INFO:teuthology.orchestra.run.smithi170.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-02-21T16:18:23.431 INFO:teuthology.orchestra.run.smithi170.stdout:crashcollector.crash smithi170 running (69s) 0s ago 69s - - f61e120f25ae 2022-02-21T16:18:23.432 INFO:teuthology.orchestra.run.smithi170.stdout:mgr.a smithi170 running (2m) 0s ago 2m - - f61e120f25ae 2022-02-21T16:18:23.432 INFO:teuthology.orchestra.run.smithi170.stdout:mon.a smithi170 running (3m) 0s ago 3m - - f61e120f25ae 2022-02-21T16:18:23.432 INFO:teuthology.orchestra.run.smithi170.stdout:osd.0 smithi170 running (70s) 0s ago 70s - - f61e120f25ae 2022-02-21T16:18:23.432 INFO:teuthology.orchestra.run.smithi170.stdout:osd.1 smithi170 running (68s) 0s ago 68s - - f61e120f25ae 2022-02-21T16:18:23.433 INFO:teuthology.orchestra.run.smithi170.stdout:osd.2 smithi170 running (58s) 0s ago 58s - - f61e120f25ae 2022-02-21T16:18:23.433 INFO:teuthology.orchestra.run.smithi170.stdout:osd.3 smithi170 running (57s) 0s ago 57s - - f61e120f25ae 2022-02-21T16:18:23.451 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls 2022-02-21T16:18:24.034 INFO:teuthology.orchestra.run.smithi170.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-02-21T16:18:24.034 INFO:teuthology.orchestra.run.smithi170.stdout:crash 1/1 0s ago 70s * 2022-02-21T16:18:24.035 INFO:teuthology.orchestra.run.smithi170.stdout:mgr 1/1 0s ago 2m count:1 2022-02-21T16:18:24.035 INFO:teuthology.orchestra.run.smithi170.stdout:mon 1/1 0s ago 3m count:1 2022-02-21T16:18:24.035 INFO:teuthology.orchestra.run.smithi170.stdout:osd 8 0s ago 71s 2022-02-21T16:18:24.035 INFO:teuthology.orchestra.run.smithi170.stdout:osd.all-available-devices 0 0s ago - * 2022-02-21T16:18:24.058 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch device ls 2022-02-21T16:18:24.616 INFO:teuthology.orchestra.run.smithi170.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2022-02-21T16:18:24.617 INFO:teuthology.orchestra.run.smithi170.stdout:smithi170 /dev/vg_nvme/lv_1 unknown None 107G 2022-02-21T16:18:24.617 INFO:teuthology.orchestra.run.smithi170.stdout:smithi170 /dev/vg_nvme/lv_2 unknown None 107G 2022-02-21T16:18:24.617 INFO:teuthology.orchestra.run.smithi170.stdout:smithi170 /dev/vg_nvme/lv_3 unknown None 107G 2022-02-21T16:18:24.617 INFO:teuthology.orchestra.run.smithi170.stdout:smithi170 /dev/vg_nvme/lv_4 unknown None 107G 2022-02-21T16:18:24.641 INFO:teuthology.run_tasks:Running task install... 2022-02-21T16:18:24.652 DEBUG:teuthology.task.install:project ceph 2022-02-21T16:18:24.653 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'b05010b68efc838fdc35b41106e2ebdabe395a3e'}} 2022-02-21T16:18:24.653 DEBUG:teuthology.task.install:config {'host.a': None, 'flavor': 'default', 'sha1': 'b05010b68efc838fdc35b41106e2ebdabe395a3e'} 2022-02-21T16:18:24.653 INFO:teuthology.task.install:Using flavor: default 2022-02-21T16:18:24.660 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-02-21T16:18:24.660 INFO:teuthology.task.install:extra packages: [] 2022-02-21T16:18:24.661 DEBUG:teuthology.orchestra.run.smithi170:> sudo lsb_release -is 2022-02-21T16:18:24.706 INFO:teuthology.orchestra.run.smithi170.stdout:Ubuntu 2022-02-21T16:18:24.712 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-02-21T16:18:24.712 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-key list | grep Ceph 2022-02-21T16:18:24.809 INFO:teuthology.orchestra.run.smithi170.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2022-02-21T16:18:24.906 INFO:teuthology.orchestra.run.smithi170.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2022-02-21T16:18:24.907 INFO:teuthology.orchestra.run.smithi170.stdout:uid [ unknown] Ceph.com (release key) 2022-02-21T16:18:24.908 DEBUG:teuthology.orchestra.run.smithi170:> sudo lsb_release -is 2022-02-21T16:18:24.958 INFO:teuthology.orchestra.run.smithi170.stdout:Ubuntu 2022-02-21T16:18:24.963 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-02-21T16:18:24.964 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-02-21T16:18:24.964 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=b05010b68efc838fdc35b41106e2ebdabe395a3e 2022-02-21T16:18:25.341 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default/ 2022-02-21T16:18:25.341 INFO:teuthology.task.install.deb:Package version is 17.0.0-10781-gb05010b6-1focal 2022-02-21T16:18:25.638 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:18:25.638 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2022-02-21T16:18:25.656 DEBUG:teuthology.orchestra.run.smithi170:> sudo apt-get update 2022-02-21T16:18:25.982 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-02-21T16:18:25.983 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-02-21T16:18:26.017 INFO:teuthology.orchestra.run.smithi170.stdout:Ign:4 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal InRelease 2022-02-21T16:18:26.075 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal Release [7,662 B] 2022-02-21T16:18:26.139 INFO:teuthology.orchestra.run.smithi170.stdout:Ign:6 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal Release.gpg 2022-02-21T16:18:26.194 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main i386 Packages [3,347 B] 2022-02-21T16:18:26.264 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 Packages [17.3 kB] 2022-02-21T16:18:26.547 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:9 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-02-21T16:18:26.626 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2022-02-21T16:18:26.657 INFO:teuthology.orchestra.run.smithi170.stdout:Hit:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-02-21T16:18:27.025 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 37.7 kB in 1s (33.0 kB/s) 2022-02-21T16:18:27.990 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2022-02-21T16:18:28.013 DEBUG:teuthology.orchestra.run.smithi170:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=17.0.0-10781-gb05010b6-1focal cephadm=17.0.0-10781-gb05010b6-1focal ceph-mds=17.0.0-10781-gb05010b6-1focal ceph-mgr=17.0.0-10781-gb05010b6-1focal ceph-common=17.0.0-10781-gb05010b6-1focal ceph-fuse=17.0.0-10781-gb05010b6-1focal ceph-test=17.0.0-10781-gb05010b6-1focal ceph-volume=17.0.0-10781-gb05010b6-1focal radosgw=17.0.0-10781-gb05010b6-1focal python3-rados=17.0.0-10781-gb05010b6-1focal python3-rgw=17.0.0-10781-gb05010b6-1focal python3-cephfs=17.0.0-10781-gb05010b6-1focal python3-rbd=17.0.0-10781-gb05010b6-1focal libcephfs2=17.0.0-10781-gb05010b6-1focal libcephfs-dev=17.0.0-10781-gb05010b6-1focal librados2=17.0.0-10781-gb05010b6-1focal librbd1=17.0.0-10781-gb05010b6-1focal rbd-fuse=17.0.0-10781-gb05010b6-1focal 2022-02-21T16:18:28.083 INFO:teuthology.orchestra.run.smithi170.stdout:Reading package lists... 2022-02-21T16:18:28.275 INFO:teuthology.orchestra.run.smithi170.stdout:Building dependency tree... 2022-02-21T16:18:28.275 INFO:teuthology.orchestra.run.smithi170.stdout:Reading state information... 2022-02-21T16:18:28.448 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages were automatically installed and are no longer required: 2022-02-21T16:18:28.449 INFO:teuthology.orchestra.run.smithi170.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2022-02-21T16:18:28.449 INFO:teuthology.orchestra.run.smithi170.stdout:Use 'sudo apt autoremove' to remove them. 2022-02-21T16:18:28.449 INFO:teuthology.orchestra.run.smithi170.stdout:The following additional packages will be installed: 2022-02-21T16:18:28.449 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-base ceph-mgr-dashboard ceph-mgr-diskprediction-local 2022-02-21T16:18:28.450 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq libjq1 2022-02-21T16:18:28.450 INFO:teuthology.orchestra.run.smithi170.stdout: libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 liblua5.3-0 2022-02-21T16:18:28.450 INFO:teuthology.orchestra.run.smithi170.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-02-21T16:18:28.451 INFO:teuthology.orchestra.run.smithi170.stdout: libsqlite3-mod-ceph libxslt1.1 nvme-cli python-pastedeploy-tpl 2022-02-21T16:18:28.451 INFO:teuthology.orchestra.run.smithi170.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2022-02-21T16:18:28.452 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common 2022-02-21T16:18:28.452 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2022-02-21T16:18:28.452 INFO:teuthology.orchestra.run.smithi170.stdout: python3-html5lib python3-joblib python3-jwt python3-kubernetes 2022-02-21T16:18:28.452 INFO:teuthology.orchestra.run.smithi170.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2022-02-21T16:18:28.453 INFO:teuthology.orchestra.run.smithi170.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2022-02-21T16:18:28.453 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2022-02-21T16:18:28.453 INFO:teuthology.orchestra.run.smithi170.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2022-02-21T16:18:28.453 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2022-02-21T16:18:28.454 INFO:teuthology.orchestra.run.smithi170.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2022-02-21T16:18:28.454 INFO:teuthology.orchestra.run.smithi170.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2022-02-21T16:18:28.454 INFO:teuthology.orchestra.run.smithi170.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2022-02-21T16:18:28.454 INFO:teuthology.orchestra.run.smithi170.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2022-02-21T16:18:28.454 INFO:teuthology.orchestra.run.smithi170.stdout: python3-websocket python3-webtest python3-werkzeug xmlstarlet 2022-02-21T16:18:28.455 INFO:teuthology.orchestra.run.smithi170.stdout:Suggested packages: 2022-02-21T16:18:28.455 INFO:teuthology.orchestra.run.smithi170.stdout: python3-influxdb python-attr-doc python-blinker-doc python-cryptography-doc 2022-02-21T16:18:28.455 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cryptography-vectors python3-genshi python3-crypto python3-lxml-dbg 2022-02-21T16:18:28.455 INFO:teuthology.orchestra.run.smithi170.stdout: python-lxml-doc python3-beaker python-mako-doc python-openssl-doc 2022-02-21T16:18:28.456 INFO:teuthology.orchestra.run.smithi170.stdout: python3-openssl-dbg httpd-wsgi libapache2-mod-python libapache2-mod-scgi 2022-02-21T16:18:28.456 INFO:teuthology.orchestra.run.smithi170.stdout: libjs-mochikit python-pecan-doc python-psutil-doc subversion 2022-02-21T16:18:28.456 INFO:teuthology.orchestra.run.smithi170.stdout: python-pyinotify-doc python-scipy-doc python3-dap python-sklearn-doc 2022-02-21T16:18:28.456 INFO:teuthology.orchestra.run.smithi170.stdout: ipython3 python-waitress-doc python-webob-doc python-webtest-doc 2022-02-21T16:18:28.457 INFO:teuthology.orchestra.run.smithi170.stdout: python-werkzeug-doc python3-termcolor python3-watchdog 2022-02-21T16:18:28.457 INFO:teuthology.orchestra.run.smithi170.stdout:Recommended packages: 2022-02-21T16:18:28.457 INFO:teuthology.orchestra.run.smithi170.stdout: btrfs-tools ceph-mgr-cephadm 2022-02-21T16:18:28.564 INFO:teuthology.orchestra.run.smithi170.stdout:The following NEW packages will be installed: 2022-02-21T16:18:28.565 INFO:teuthology.orchestra.run.smithi170.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-dashboard 2022-02-21T16:18:28.565 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2022-02-21T16:18:28.567 INFO:teuthology.orchestra.run.smithi170.stdout: ceph-mon ceph-osd ceph-test ceph-volume cephadm jq libcephfs-dev libcephfs2 2022-02-21T16:18:28.567 INFO:teuthology.orchestra.run.smithi170.stdout: libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 liblua5.3-0 2022-02-21T16:18:28.567 INFO:teuthology.orchestra.run.smithi170.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-02-21T16:18:28.568 INFO:teuthology.orchestra.run.smithi170.stdout: libsqlite3-mod-ceph libxslt1.1 nvme-cli python-pastedeploy-tpl 2022-02-21T16:18:28.568 INFO:teuthology.orchestra.run.smithi170.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2022-02-21T16:18:28.568 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2022-02-21T16:18:28.568 INFO:teuthology.orchestra.run.smithi170.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2022-02-21T16:18:28.568 INFO:teuthology.orchestra.run.smithi170.stdout: python3-html5lib python3-joblib python3-jwt python3-kubernetes 2022-02-21T16:18:28.569 INFO:teuthology.orchestra.run.smithi170.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2022-02-21T16:18:28.569 INFO:teuthology.orchestra.run.smithi170.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2022-02-21T16:18:28.569 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2022-02-21T16:18:28.569 INFO:teuthology.orchestra.run.smithi170.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2022-02-21T16:18:28.570 INFO:teuthology.orchestra.run.smithi170.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-rados 2022-02-21T16:18:28.570 INFO:teuthology.orchestra.run.smithi170.stdout: python3-rbd python3-repoze.lru python3-requests-oauthlib python3-rgw 2022-02-21T16:18:28.570 INFO:teuthology.orchestra.run.smithi170.stdout: python3-routes python3-rsa python3-scipy python3-simplegeneric 2022-02-21T16:18:28.570 INFO:teuthology.orchestra.run.smithi170.stdout: python3-simplejson python3-singledispatch python3-sklearn 2022-02-21T16:18:28.571 INFO:teuthology.orchestra.run.smithi170.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2022-02-21T16:18:28.571 INFO:teuthology.orchestra.run.smithi170.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2022-02-21T16:18:28.571 INFO:teuthology.orchestra.run.smithi170.stdout: python3-webtest python3-werkzeug radosgw rbd-fuse xmlstarlet 2022-02-21T16:18:28.571 INFO:teuthology.orchestra.run.smithi170.stdout:The following packages will be upgraded: 2022-02-21T16:18:28.571 INFO:teuthology.orchestra.run.smithi170.stdout: librados2 librbd1 2022-02-21T16:18:28.803 INFO:teuthology.orchestra.run.smithi170.stdout:2 upgraded, 95 newly installed, 0 to remove and 48 not upgraded. 2022-02-21T16:18:28.803 INFO:teuthology.orchestra.run.smithi170.stdout:Need to get 181 MB of archives. 2022-02-21T16:18:28.803 INFO:teuthology.orchestra.run.smithi170.stdout:After this operation, 845 MB of additional disk space will be used. 2022-02-21T16:18:28.804 INFO:teuthology.orchestra.run.smithi170.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2022-02-21T16:18:28.901 INFO:teuthology.orchestra.run.smithi170.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 17.0.0-10781-gb05010b6-1focal [3,485 kB] 2022-02-21T16:18:29.364 INFO:teuthology.orchestra.run.smithi170.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2022-02-21T16:18:29.374 INFO:teuthology.orchestra.run.smithi170.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-02-21T16:18:29.383 INFO:teuthology.orchestra.run.smithi170.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2022-02-21T16:18:29.486 INFO:teuthology.orchestra.run.smithi170.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2022-02-21T16:18:29.622 INFO:teuthology.orchestra.run.smithi170.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2022-02-21T16:18:29.696 INFO:teuthology.orchestra.run.smithi170.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2022-02-21T16:18:29.821 INFO:teuthology.orchestra.run.smithi170.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2022-02-21T16:18:29.822 INFO:teuthology.orchestra.run.smithi170.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2022-02-21T16:18:29.823 INFO:teuthology.orchestra.run.smithi170.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2022-02-21T16:18:29.877 INFO:teuthology.orchestra.run.smithi170.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jwt all 1.7.1-2ubuntu2 [17.4 kB] 2022-02-21T16:18:29.878 INFO:teuthology.orchestra.run.smithi170.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2022-02-21T16:18:29.910 INFO:teuthology.orchestra.run.smithi170.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2022-02-21T16:18:29.911 INFO:teuthology.orchestra.run.smithi170.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2 [59.1 kB] 2022-02-21T16:18:29.912 INFO:teuthology.orchestra.run.smithi170.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2022-02-21T16:18:29.913 INFO:teuthology.orchestra.run.smithi170.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2022-02-21T16:18:30.010 INFO:teuthology.orchestra.run.smithi170.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2022-02-21T16:18:30.120 INFO:teuthology.orchestra.run.smithi170.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2022-02-21T16:18:30.121 INFO:teuthology.orchestra.run.smithi170.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2022-02-21T16:18:30.123 INFO:teuthology.orchestra.run.smithi170.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-waitress all 1.4.1-1 [80.6 kB] 2022-02-21T16:18:30.143 INFO:teuthology.orchestra.run.smithi170.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2022-02-21T16:18:30.144 INFO:teuthology.orchestra.run.smithi170.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2022-02-21T16:18:30.231 INFO:teuthology.orchestra.run.smithi170.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2022-02-21T16:18:30.231 INFO:teuthology.orchestra.run.smithi170.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2022-02-21T16:18:30.233 INFO:teuthology.orchestra.run.smithi170.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2022-02-21T16:18:30.233 INFO:teuthology.orchestra.run.smithi170.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2022-02-21T16:18:30.241 INFO:teuthology.orchestra.run.smithi170.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-werkzeug all 0.16.1+dfsg1-2 [183 kB] 2022-02-21T16:18:30.250 INFO:teuthology.orchestra.run.smithi170.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2022-02-21T16:18:30.335 INFO:teuthology.orchestra.run.smithi170.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2022-02-21T16:18:30.336 INFO:teuthology.orchestra.run.smithi170.stdout:Get:31 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 17.0.0-10781-gb05010b6-1focal [3,532 kB] 2022-02-21T16:18:30.345 INFO:teuthology.orchestra.run.smithi170.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2022-02-21T16:18:30.462 INFO:teuthology.orchestra.run.smithi170.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2022-02-21T16:18:30.464 INFO:teuthology.orchestra.run.smithi170.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2022-02-21T16:18:30.465 INFO:teuthology.orchestra.run.smithi170.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2022-02-21T16:18:30.466 INFO:teuthology.orchestra.run.smithi170.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2022-02-21T16:18:30.976 INFO:teuthology.orchestra.run.smithi170.stdout:Get:37 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 17.0.0-10781-gb05010b6-1focal [752 kB] 2022-02-21T16:18:31.093 INFO:teuthology.orchestra.run.smithi170.stdout:Get:38 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 17.0.0-10781-gb05010b6-1focal [412 kB] 2022-02-21T16:18:31.148 INFO:teuthology.orchestra.run.smithi170.stdout:Get:39 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 17.0.0-10781-gb05010b6-1focal [22.4 kB] 2022-02-21T16:18:31.148 INFO:teuthology.orchestra.run.smithi170.stdout:Get:40 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 17.0.0-10781-gb05010b6-1focal [200 kB] 2022-02-21T16:18:31.157 INFO:teuthology.orchestra.run.smithi170.stdout:Get:41 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 17.0.0-10781-gb05010b6-1focal [41.5 kB] 2022-02-21T16:18:31.161 INFO:teuthology.orchestra.run.smithi170.stdout:Get:42 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 17.0.0-10781-gb05010b6-1focal [385 kB] 2022-02-21T16:18:31.306 INFO:teuthology.orchestra.run.smithi170.stdout:Get:43 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 17.0.0-10781-gb05010b6-1focal [4,153 kB] 2022-02-21T16:18:31.500 INFO:teuthology.orchestra.run.smithi170.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2022-02-21T16:18:31.626 INFO:teuthology.orchestra.run.smithi170.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2022-02-21T16:18:31.630 INFO:teuthology.orchestra.run.smithi170.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2022-02-21T16:18:31.776 INFO:teuthology.orchestra.run.smithi170.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2022-02-21T16:18:31.776 INFO:teuthology.orchestra.run.smithi170.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2022-02-21T16:18:31.777 INFO:teuthology.orchestra.run.smithi170.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2022-02-21T16:18:31.778 INFO:teuthology.orchestra.run.smithi170.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2022-02-21T16:18:31.780 INFO:teuthology.orchestra.run.smithi170.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2022-02-21T16:18:31.780 INFO:teuthology.orchestra.run.smithi170.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2022-02-21T16:18:31.781 INFO:teuthology.orchestra.run.smithi170.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2022-02-21T16:18:31.784 INFO:teuthology.orchestra.run.smithi170.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2022-02-21T16:18:31.824 INFO:teuthology.orchestra.run.smithi170.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2022-02-21T16:18:31.849 INFO:teuthology.orchestra.run.smithi170.stdout:Get:56 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 17.0.0-10781-gb05010b6-1focal [116 kB] 2022-02-21T16:18:31.858 INFO:teuthology.orchestra.run.smithi170.stdout:Get:57 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 17.0.0-10781-gb05010b6-1focal [478 kB] 2022-02-21T16:18:31.883 INFO:teuthology.orchestra.run.smithi170.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2022-02-21T16:18:31.892 INFO:teuthology.orchestra.run.smithi170.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2022-02-21T16:18:31.896 INFO:teuthology.orchestra.run.smithi170.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2022-02-21T16:18:31.900 INFO:teuthology.orchestra.run.smithi170.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2022-02-21T16:18:31.901 INFO:teuthology.orchestra.run.smithi170.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/main amd64 libxslt1.1 amd64 1.1.34-4 [152 kB] 2022-02-21T16:18:31.906 INFO:teuthology.orchestra.run.smithi170.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2022-02-21T16:18:31.915 INFO:teuthology.orchestra.run.smithi170.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2022-02-21T16:18:31.921 INFO:teuthology.orchestra.run.smithi170.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2022-02-21T16:18:31.922 INFO:teuthology.orchestra.run.smithi170.stdout:Get:66 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 17.0.0-10781-gb05010b6-1focal [24.4 MB] 2022-02-21T16:18:31.933 INFO:teuthology.orchestra.run.smithi170.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2022-02-21T16:18:32.023 INFO:teuthology.orchestra.run.smithi170.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2022-02-21T16:18:32.023 INFO:teuthology.orchestra.run.smithi170.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2022-02-21T16:18:32.027 INFO:teuthology.orchestra.run.smithi170.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2022-02-21T16:18:32.170 INFO:teuthology.orchestra.run.smithi170.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2022-02-21T16:18:32.171 INFO:teuthology.orchestra.run.smithi170.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2022-02-21T16:18:32.172 INFO:teuthology.orchestra.run.smithi170.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2022-02-21T16:18:32.173 INFO:teuthology.orchestra.run.smithi170.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2022-02-21T16:18:32.175 INFO:teuthology.orchestra.run.smithi170.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2022-02-21T16:18:32.176 INFO:teuthology.orchestra.run.smithi170.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2022-02-21T16:18:32.177 INFO:teuthology.orchestra.run.smithi170.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2022-02-21T16:18:32.177 INFO:teuthology.orchestra.run.smithi170.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2022-02-21T16:18:32.178 INFO:teuthology.orchestra.run.smithi170.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2022-02-21T16:18:35.813 INFO:teuthology.orchestra.run.smithi170.stdout:Get:80 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 17.0.0-10781-gb05010b6-1focal [6,430 kB] 2022-02-21T16:18:36.708 INFO:teuthology.orchestra.run.smithi170.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 17.0.0-10781-gb05010b6-1focal [210 kB] 2022-02-21T16:18:36.727 INFO:teuthology.orchestra.run.smithi170.stdout:Get:82 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 17.0.0-10781-gb05010b6-1focal [151 kB] 2022-02-21T16:18:36.760 INFO:teuthology.orchestra.run.smithi170.stdout:Get:83 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 17.0.0-10781-gb05010b6-1focal [1,570 kB] 2022-02-21T16:18:36.984 INFO:teuthology.orchestra.run.smithi170.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 17.0.0-10781-gb05010b6-1focal [7,810 kB] 2022-02-21T16:18:38.017 INFO:teuthology.orchestra.run.smithi170.stdout:Get:85 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 17.0.0-10781-gb05010b6-1focal [28.5 MB] 2022-02-21T16:18:42.156 INFO:teuthology.orchestra.run.smithi170.stdout:Get:86 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 17.0.0-10781-gb05010b6-1focal [3,808 B] 2022-02-21T16:18:42.156 INFO:teuthology.orchestra.run.smithi170.stdout:Get:87 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 17.0.0-10781-gb05010b6-1focal [860 kB] 2022-02-21T16:18:42.192 INFO:teuthology.orchestra.run.smithi170.stdout:Get:88 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 17.0.0-10781-gb05010b6-1focal [2,385 kB] 2022-02-21T16:18:42.533 INFO:teuthology.orchestra.run.smithi170.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 17.0.0-10781-gb05010b6-1focal [1,680 kB] 2022-02-21T16:18:42.763 INFO:teuthology.orchestra.run.smithi170.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 17.0.0-10781-gb05010b6-1focal [7,890 kB] 2022-02-21T16:18:44.103 INFO:teuthology.orchestra.run.smithi170.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 17.0.0-10781-gb05010b6-1focal [3,924 B] 2022-02-21T16:18:44.104 INFO:teuthology.orchestra.run.smithi170.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 17.0.0-10781-gb05010b6-1focal [50.5 MB] 2022-02-21T16:19:03.440 INFO:teuthology.orchestra.run.smithi170.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 17.0.0-10781-gb05010b6-1focal [219 kB] 2022-02-21T16:19:03.441 INFO:teuthology.orchestra.run.smithi170.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 17.0.0-10781-gb05010b6-1focal [69.3 kB] 2022-02-21T16:19:03.442 INFO:teuthology.orchestra.run.smithi170.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 17.0.0-10781-gb05010b6-1focal [21.4 kB] 2022-02-21T16:19:03.503 INFO:teuthology.orchestra.run.smithi170.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 17.0.0-10781-gb05010b6-1focal [12.7 MB] 2022-02-21T16:19:09.900 INFO:teuthology.orchestra.run.smithi170.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 17.0.0-10781-gb05010b6-1focal [78.9 kB] 2022-02-21T16:19:10.522 INFO:teuthology.orchestra.run.smithi170.stdout:Fetched 181 MB in 41s (4,378 kB/s) 2022-02-21T16:19:10.700 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2022-02-21T16:19:10.748 INFO:teuthology.orchestra.run.smithi170.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-02-21T16:19:10.751 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../00-liblttng-ust0_2.11.0-1_amd64.deb ... 2022-02-21T16:19:10.867 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2022-02-21T16:19:11.266 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../01-librbd1_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:11.434 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librbd1 (17.0.0-10781-gb05010b6-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-02-21T16:19:12.369 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../02-librados2_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:12.500 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librados2 (17.0.0-10781-gb05010b6-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-02-21T16:19:13.243 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libcephfs2. 2022-02-21T16:19:13.257 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../03-libcephfs2_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:13.292 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libcephfs2 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:13.697 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rados. 2022-02-21T16:19:13.712 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../04-python3-rados_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:13.750 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rados (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:14.261 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-ceph-argparse. 2022-02-21T16:19:14.326 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../05-python3-ceph-argparse_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T16:19:14.327 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-ceph-argparse (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:14.560 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cephfs. 2022-02-21T16:19:14.573 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../06-python3-cephfs_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:14.609 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cephfs (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:14.951 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-ceph-common. 2022-02-21T16:19:14.963 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../07-python3-ceph-common_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T16:19:15.009 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-ceph-common (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:15.563 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-prettytable. 2022-02-21T16:19:15.578 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../08-python3-prettytable_0.7.2-5_all.deb ... 2022-02-21T16:19:15.622 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2022-02-21T16:19:15.970 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rbd. 2022-02-21T16:19:15.982 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../09-python3-rbd_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:16.020 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rbd (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:16.592 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2022-02-21T16:19:16.601 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../10-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-02-21T16:19:16.639 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-02-21T16:19:17.009 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librabbitmq4:amd64. 2022-02-21T16:19:17.021 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../11-librabbitmq4_0.10.0-1_amd64.deb ... 2022-02-21T16:19:17.067 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2022-02-21T16:19:17.383 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librdkafka1:amd64. 2022-02-21T16:19:17.392 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../12-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2022-02-21T16:19:17.436 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-02-21T16:19:17.925 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package librgw2. 2022-02-21T16:19:17.942 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../13-librgw2_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:17.983 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking librgw2 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:18.810 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rgw. 2022-02-21T16:19:18.826 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../14-python3-rgw_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:18.879 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rgw (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:19.241 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package liboath0. 2022-02-21T16:19:19.255 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../15-liboath0_2.6.1-1.3_amd64.deb ... 2022-02-21T16:19:19.299 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2022-02-21T16:19:19.679 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libradosstriper1. 2022-02-21T16:19:19.688 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../16-libradosstriper1_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:19.746 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libradosstriper1 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:20.406 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-common. 2022-02-21T16:19:20.416 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../17-ceph-common_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:20.456 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-common (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:23.207 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-base. 2022-02-21T16:19:23.217 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../18-ceph-base_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:23.294 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-base (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:24.571 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cryptography. 2022-02-21T16:19:24.585 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../19-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2022-02-21T16:19:24.621 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2022-02-21T16:19:25.014 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-openssl. 2022-02-21T16:19:25.028 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../20-python3-openssl_19.0.0-1build1_all.deb ... 2022-02-21T16:19:25.064 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2022-02-21T16:19:25.383 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2022-02-21T16:19:25.395 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../21-ceph-mgr-modules-core_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T16:19:25.443 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-modules-core (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:25.940 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-bcrypt. 2022-02-21T16:19:25.949 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../22-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2022-02-21T16:19:25.984 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2022-02-21T16:19:26.478 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cherrypy3. 2022-02-21T16:19:26.491 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../23-python3-cherrypy3_8.9.1-6_all.deb ... 2022-02-21T16:19:26.595 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2022-02-21T16:19:26.951 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-jwt. 2022-02-21T16:19:26.962 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../24-python3-jwt_1.7.1-2ubuntu2_all.deb ... 2022-02-21T16:19:27.012 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2) ... 2022-02-21T16:19:27.299 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-logutils. 2022-02-21T16:19:27.316 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../25-python3-logutils_0.3.3-7_all.deb ... 2022-02-21T16:19:27.357 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-logutils (0.3.3-7) ... 2022-02-21T16:19:27.786 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-markupsafe. 2022-02-21T16:19:27.800 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../26-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2022-02-21T16:19:27.865 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2022-02-21T16:19:28.260 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-mako. 2022-02-21T16:19:28.275 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../27-python3-mako_1.1.0+ds1-1ubuntu2_all.deb ... 2022-02-21T16:19:28.327 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-02-21T16:19:28.728 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-simplegeneric. 2022-02-21T16:19:28.740 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../28-python3-simplegeneric_0.8.1-3_all.deb ... 2022-02-21T16:19:28.826 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2022-02-21T16:19:29.190 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-singledispatch. 2022-02-21T16:19:29.204 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../29-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2022-02-21T16:19:29.236 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2022-02-21T16:19:29.527 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-webob. 2022-02-21T16:19:29.542 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../30-python3-webob_1%3a1.8.5-2_all.deb ... 2022-02-21T16:19:29.581 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2022-02-21T16:19:30.078 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-soupsieve. 2022-02-21T16:19:30.093 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../31-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2022-02-21T16:19:30.180 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2022-02-21T16:19:31.017 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-bs4. 2022-02-21T16:19:31.031 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../32-python3-bs4_4.8.2-1_all.deb ... 2022-02-21T16:19:31.076 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2022-02-21T16:19:31.504 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-waitress. 2022-02-21T16:19:31.519 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../33-python3-waitress_1.4.1-1_all.deb ... 2022-02-21T16:19:31.560 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-waitress (1.4.1-1) ... 2022-02-21T16:19:31.934 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-tempita. 2022-02-21T16:19:31.946 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../34-python3-tempita_0.5.2-6_all.deb ... 2022-02-21T16:19:31.993 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-tempita (0.5.2-6) ... 2022-02-21T16:19:32.350 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-paste. 2022-02-21T16:19:32.363 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../35-python3-paste_3.4.0+dfsg1-1_all.deb ... 2022-02-21T16:19:32.405 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2022-02-21T16:19:32.777 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2022-02-21T16:19:32.791 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../36-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2022-02-21T16:19:32.827 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2022-02-21T16:19:33.272 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pastedeploy. 2022-02-21T16:19:33.281 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../37-python3-pastedeploy_2.1.0-1_all.deb ... 2022-02-21T16:19:33.324 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2022-02-21T16:19:33.704 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-webtest. 2022-02-21T16:19:33.717 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../38-python3-webtest_2.0.32-2_all.deb ... 2022-02-21T16:19:33.761 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-webtest (2.0.32-2) ... 2022-02-21T16:19:34.300 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pecan. 2022-02-21T16:19:34.311 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../39-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2022-02-21T16:19:34.349 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2022-02-21T16:19:34.717 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-werkzeug. 2022-02-21T16:19:34.729 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../40-python3-werkzeug_0.16.1+dfsg1-2_all.deb ... 2022-02-21T16:19:34.770 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2) ... 2022-02-21T16:19:35.103 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2022-02-21T16:19:35.116 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../41-libsqlite3-mod-ceph_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:35.165 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libsqlite3-mod-ceph (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:35.523 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr. 2022-02-21T16:19:35.535 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../42-ceph-mgr_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:35.576 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:36.114 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mon. 2022-02-21T16:19:36.128 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../43-ceph-mon_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:36.180 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mon (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:37.380 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-osd. 2022-02-21T16:19:37.389 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../44-ceph-osd_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:37.430 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-osd (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:40.691 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph. 2022-02-21T16:19:40.698 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../45-ceph_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:40.740 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:41.061 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-fuse. 2022-02-21T16:19:41.075 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../46-ceph-fuse_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:41.181 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-fuse (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:41.729 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mds. 2022-02-21T16:19:41.738 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../47-ceph-mds_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:41.784 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mds (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:42.421 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-repoze.lru. 2022-02-21T16:19:42.431 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../48-python3-repoze.lru_0.7-2_all.deb ... 2022-02-21T16:19:42.471 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2022-02-21T16:19:42.875 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libjs-underscore. 2022-02-21T16:19:42.888 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../49-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2022-02-21T16:19:42.937 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-02-21T16:19:43.244 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libjs-sphinxdoc. 2022-02-21T16:19:43.253 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../50-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2022-02-21T16:19:43.297 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-02-21T16:19:43.672 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-routes. 2022-02-21T16:19:43.685 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../51-python3-routes_2.4.1-2_all.deb ... 2022-02-21T16:19:43.721 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-routes (2.4.1-2) ... 2022-02-21T16:19:44.167 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2022-02-21T16:19:44.180 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../52-ceph-mgr-dashboard_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T16:19:44.225 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-dashboard (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:44.776 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-decorator. 2022-02-21T16:19:44.791 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../53-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2022-02-21T16:19:44.834 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2022-02-21T16:19:45.229 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2022-02-21T16:19:45.243 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../54-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2022-02-21T16:19:45.287 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-02-21T16:19:45.640 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-scipy. 2022-02-21T16:19:45.654 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../55-python3-scipy_1.3.3-3build1_amd64.deb ... 2022-02-21T16:19:45.689 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2022-02-21T16:19:47.494 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-sklearn-lib. 2022-02-21T16:19:47.510 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../56-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2022-02-21T16:19:47.553 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-02-21T16:19:48.365 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-joblib. 2022-02-21T16:19:48.375 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../57-python3-joblib_0.14.0-3_all.deb ... 2022-02-21T16:19:48.443 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-joblib (0.14.0-3) ... 2022-02-21T16:19:48.865 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-sklearn. 2022-02-21T16:19:48.877 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../58-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2022-02-21T16:19:48.956 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-02-21T16:19:49.699 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2022-02-21T16:19:49.715 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../59-ceph-mgr-diskprediction-local_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T16:19:49.756 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-diskprediction-local (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:51.565 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-cachetools. 2022-02-21T16:19:51.578 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../60-python3-cachetools_4.0.0-1_all.deb ... 2022-02-21T16:19:51.623 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2022-02-21T16:19:51.973 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pyasn1. 2022-02-21T16:19:51.988 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../61-python3-pyasn1_0.4.2-3build1_all.deb ... 2022-02-21T16:19:52.026 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2022-02-21T16:19:52.404 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pyasn1-modules. 2022-02-21T16:19:52.419 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../62-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2022-02-21T16:19:52.462 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-02-21T16:19:52.872 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-rsa. 2022-02-21T16:19:52.885 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../63-python3-rsa_4.0-3_all.deb ... 2022-02-21T16:19:52.980 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-rsa (4.0-3) ... 2022-02-21T16:19:53.446 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-google-auth. 2022-02-21T16:19:53.456 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../64-python3-google-auth_1.5.1-2_all.deb ... 2022-02-21T16:19:53.497 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2022-02-21T16:19:53.899 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-blinker. 2022-02-21T16:19:53.912 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../65-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2022-02-21T16:19:53.956 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-02-21T16:19:54.477 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-oauthlib. 2022-02-21T16:19:54.490 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../66-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2022-02-21T16:19:54.535 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2022-02-21T16:19:54.896 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-requests-oauthlib. 2022-02-21T16:19:54.910 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../67-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2022-02-21T16:19:54.974 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-02-21T16:19:55.298 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-websocket. 2022-02-21T16:19:55.308 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../68-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2022-02-21T16:19:55.365 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2022-02-21T16:19:55.711 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-kubernetes. 2022-02-21T16:19:55.720 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../69-python3-kubernetes_7.0.0~a1-2_all.deb ... 2022-02-21T16:19:55.760 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2022-02-21T16:19:56.404 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2022-02-21T16:19:56.416 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../70-ceph-mgr-k8sevents_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T16:19:56.471 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-mgr-k8sevents (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:19:56.992 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libonig5:amd64. 2022-02-21T16:19:57.006 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../71-libonig5_6.9.4-1_amd64.deb ... 2022-02-21T16:19:57.051 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2022-02-21T16:19:57.474 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libjq1:amd64. 2022-02-21T16:19:57.487 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../72-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-02-21T16:19:57.531 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-02-21T16:19:57.923 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package jq. 2022-02-21T16:19:57.938 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../73-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-02-21T16:19:58.027 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2022-02-21T16:19:58.573 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libxslt1.1:amd64. 2022-02-21T16:19:58.582 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../74-libxslt1.1_1.1.34-4_amd64.deb ... 2022-02-21T16:19:58.640 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libxslt1.1:amd64 (1.1.34-4) ... 2022-02-21T16:19:58.947 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package xmlstarlet. 2022-02-21T16:19:58.963 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../75-xmlstarlet_1.6.1-2build1_amd64.deb ... 2022-02-21T16:19:59.039 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2022-02-21T16:19:59.403 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-test. 2022-02-21T16:19:59.418 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../76-ceph-test_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:19:59.494 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-test (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:05.140 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package ceph-volume. 2022-02-21T16:20:05.153 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../77-ceph-volume_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T16:20:05.198 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking ceph-volume (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:05.579 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package cephadm. 2022-02-21T16:20:05.593 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../78-cephadm_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:20:05.645 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking cephadm (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:05.995 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package libcephfs-dev. 2022-02-21T16:20:06.009 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../79-libcephfs-dev_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:20:06.061 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking libcephfs-dev (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:06.465 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package nvme-cli. 2022-02-21T16:20:06.478 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../80-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2022-02-21T16:20:06.542 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2022-02-21T16:20:07.307 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-atomicwrites. 2022-02-21T16:20:07.320 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../81-python3-atomicwrites_1.1.5-2build1_all.deb ... 2022-02-21T16:20:07.365 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2022-02-21T16:20:07.718 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-attr. 2022-02-21T16:20:07.731 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../82-python3-attr_19.3.0-2_all.deb ... 2022-02-21T16:20:07.771 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-attr (19.3.0-2) ... 2022-02-21T16:20:08.294 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-webencodings. 2022-02-21T16:20:08.307 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../83-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2022-02-21T16:20:08.377 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2022-02-21T16:20:08.773 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-html5lib. 2022-02-21T16:20:08.783 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../84-python3-html5lib_1.0.1-2_all.deb ... 2022-02-21T16:20:08.848 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2022-02-21T16:20:09.311 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-lxml:amd64. 2022-02-21T16:20:09.319 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../85-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2022-02-21T16:20:09.358 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-02-21T16:20:09.915 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-packaging. 2022-02-21T16:20:09.929 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../86-python3-packaging_20.3-1_all.deb ... 2022-02-21T16:20:09.981 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-packaging (20.3-1) ... 2022-02-21T16:20:10.402 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pastescript. 2022-02-21T16:20:10.418 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../87-python3-pastescript_2.0.2-4_all.deb ... 2022-02-21T16:20:10.460 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2022-02-21T16:20:10.905 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pluggy. 2022-02-21T16:20:10.920 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../88-python3-pluggy_0.13.0-2_all.deb ... 2022-02-21T16:20:10.961 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2022-02-21T16:20:11.289 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-psutil. 2022-02-21T16:20:11.300 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../89-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2022-02-21T16:20:11.339 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2022-02-21T16:20:11.693 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-py. 2022-02-21T16:20:11.702 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../90-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2022-02-21T16:20:11.753 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2022-02-21T16:20:12.288 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pyinotify. 2022-02-21T16:20:12.296 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../91-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2022-02-21T16:20:12.338 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-02-21T16:20:12.677 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-wcwidth. 2022-02-21T16:20:12.685 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../92-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2022-02-21T16:20:12.756 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2022-02-21T16:20:13.269 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-pytest. 2022-02-21T16:20:13.285 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../93-python3-pytest_4.6.9-1_all.deb ... 2022-02-21T16:20:13.336 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-pytest (4.6.9-1) ... 2022-02-21T16:20:13.729 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package python3-simplejson. 2022-02-21T16:20:13.742 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../94-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2022-02-21T16:20:13.837 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2022-02-21T16:20:14.468 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package radosgw. 2022-02-21T16:20:14.482 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../95-radosgw_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:20:14.526 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking radosgw (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:16.087 INFO:teuthology.orchestra.run.smithi170.stdout:Selecting previously unselected package rbd-fuse. 2022-02-21T16:20:16.100 INFO:teuthology.orchestra.run.smithi170.stdout:Preparing to unpack .../96-rbd-fuse_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T16:20:16.145 INFO:teuthology.orchestra.run.smithi170.stdout:Unpacking rbd-fuse (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:16.503 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-attr (19.3.0-2) ... 2022-02-21T16:20:16.965 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2022-02-21T16:20:17.196 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2022-02-21T16:20:17.385 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up cephadm (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:18.328 INFO:teuthology.orchestra.run.smithi170.stdout:Adding system user cephadm....done 2022-02-21T16:20:18.603 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-waitress (1.4.1-1) ... 2022-02-21T16:20:18.993 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-repoze.lru (0.7-2) ... 2022-02-21T16:20:19.287 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up liboath0 (2.6.1-1.3) ... 2022-02-21T16:20:19.414 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2022-02-21T16:20:19.757 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-joblib (0.14.0-3) ... 2022-02-21T16:20:20.226 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-jwt (1.7.1-2ubuntu2) ... 2022-02-21T16:20:20.533 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cachetools (4.0.0-1) ... 2022-02-21T16:20:20.845 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2022-02-21T16:20:21.228 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-02-21T16:20:21.547 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-ceph-argparse (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:21.856 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-02-21T16:20:21.983 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2022-02-21T16:20:22.401 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2022-02-21T16:20:22.692 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2022-02-21T16:20:23.070 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2022-02-21T16:20:23.371 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2022-02-21T16:20:23.711 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2022-02-21T16:20:24.096 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-tempita (0.5.2-6) ... 2022-02-21T16:20:24.406 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-packaging (20.3-1) ... 2022-02-21T16:20:24.759 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2022-02-21T16:20:24.893 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2022-02-21T16:20:25.278 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2022-02-21T16:20:25.680 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2) ... 2022-02-21T16:20:26.088 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2022-02-21T16:20:26.527 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-ceph-common (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:26.884 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-html5lib (1.0.1-2) ... 2022-02-21T16:20:27.369 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-02-21T16:20:27.495 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pluggy (0.13.0-2) ... 2022-02-21T16:20:27.805 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-02-21T16:20:27.943 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libxslt1.1:amd64 (1.1.34-4) ... 2022-02-21T16:20:28.244 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2022-02-21T16:20:28.616 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2022-02-21T16:20:28.960 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-logutils (0.3.3-7) ... 2022-02-21T16:20:29.301 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2022-02-21T16:20:29.438 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2022-02-21T16:20:29.712 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-prettytable (0.7.2-5) ... 2022-02-21T16:20:30.012 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2022-02-21T16:20:30.306 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2022-02-21T16:20:30.396 INFO:teuthology.orchestra.run.smithi170.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2022-02-21T16:20:30.639 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2022-02-21T16:20:30.858 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-02-21T16:20:31.234 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2022-02-21T16:20:31.609 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-02-21T16:20:31.735 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-02-21T16:20:31.886 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-webob (1:1.8.5-2) ... 2022-02-21T16:20:32.270 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-02-21T16:20:32.576 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librados2 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:32.723 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2022-02-21T16:20:34.503 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librgw2 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:34.629 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libsqlite3-mod-ceph (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:34.809 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-02-21T16:20:34.965 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pytest (4.6.9-1) ... 2022-02-21T16:20:35.349 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2022-02-21T16:20:35.642 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2022-02-21T16:20:35.951 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-bs4 (4.8.2-1) ... 2022-02-21T16:20:36.296 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libcephfs2 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:36.422 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2022-02-21T16:20:36.739 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libradosstriper1 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:37.000 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-02-21T16:20:37.424 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-02-21T16:20:38.564 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up librbd1 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:38.715 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-02-21T16:20:38.850 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2022-02-21T16:20:39.066 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-02-21T16:20:39.409 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2022-02-21T16:20:39.534 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rsa (4.0-3) ... 2022-02-21T16:20:39.836 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-webtest (2.0.32-2) ... 2022-02-21T16:20:40.171 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-modules-core (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:40.302 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-fuse (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:40.524 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-02-21T16:20:40.524 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-02-21T16:20:41.564 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up libcephfs-dev (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:41.740 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-02-21T16:20:42.131 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pastescript (2.0.2-4) ... 2022-02-21T16:20:42.825 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2022-02-21T16:20:43.220 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rados (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:43.344 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rbd (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:43.495 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up rbd-fuse (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:43.630 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-routes (2.4.1-2) ... 2022-02-21T16:20:43.946 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-google-auth (1.5.1-2) ... 2022-02-21T16:20:44.264 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-rgw (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:44.432 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-cephfs (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:44.559 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2022-02-21T16:20:45.654 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-common (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:46.382 INFO:teuthology.orchestra.run.smithi170.stdout:Adding group ceph....done 2022-02-21T16:20:46.866 INFO:teuthology.orchestra.run.smithi170.stdout:Adding system user ceph....done 2022-02-21T16:20:47.135 INFO:teuthology.orchestra.run.smithi170.stdout:Setting system user ceph properties....done 2022-02-21T16:20:47.156 INFO:teuthology.orchestra.run.smithi170.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2022-02-21T16:20:47.302 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2022-02-21T16:20:47.872 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2022-02-21T16:20:48.816 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-test (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:48.992 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up radosgw (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:49.295 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-02-21T16:20:49.295 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-02-21T16:20:50.719 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-base (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:51.079 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2022-02-21T16:20:52.132 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mds (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:52.537 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-02-21T16:20:52.537 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-02-21T16:20:53.457 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:53.705 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-02-21T16:20:53.705 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-02-21T16:20:54.675 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-osd (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:55.415 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-02-21T16:20:55.416 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-02-21T16:20:56.363 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-k8sevents (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:56.490 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-diskprediction-local (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:56.636 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mon (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:56.859 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-02-21T16:20:56.859 INFO:teuthology.orchestra.run.smithi170.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-02-21T16:20:57.797 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:57.899 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-mgr-dashboard (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:58.082 INFO:teuthology.orchestra.run.smithi170.stdout:Setting up ceph-volume (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T16:20:58.349 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-21T16:20:58.954 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-02-21T16:21:01.691 INFO:teuthology.orchestra.run.smithi170.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-21T16:21:02.151 INFO:teuthology.orchestra.run.smithi170.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2022-02-21T16:21:02.245 DEBUG:teuthology.parallel:result is None 2022-02-21T16:21:02.246 DEBUG:teuthology.orchestra.run.smithi170:> sudo lsb_release -is 2022-02-21T16:21:02.302 INFO:teuthology.orchestra.run.smithi170.stdout:Ubuntu 2022-02-21T16:21:02.308 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-02-21T16:21:02.309 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=b05010b68efc838fdc35b41106e2ebdabe395a3e 2022-02-21T16:21:02.542 DEBUG:teuthology.orchestra.run.smithi170:> dpkg-query -W -f '${Version}' ceph 2022-02-21T16:21:02.569 INFO:teuthology.orchestra.run.smithi170.stdout:17.0.0-10781-gb05010b6-1focal 2022-02-21T16:21:02.569 INFO:teuthology.packaging:The installed version of ceph is 17.0.0-10781-gb05010b6-1focal 2022-02-21T16:21:02.570 INFO:teuthology.task.install:The correct ceph version 17.0.0-10781-gb05010b6-1focal is installed. 2022-02-21T16:21:02.570 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2022-02-21T16:21:02.571 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:21:02.571 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2022-02-21T16:21:02.587 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2022-02-21T16:21:02.588 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:21:02.588 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/daemon-helper 2022-02-21T16:21:02.648 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/daemon-helper 2022-02-21T16:21:02.665 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2022-02-21T16:21:02.665 DEBUG:teuthology.orchestra.run.smithi170:> set -ex 2022-02-21T16:21:02.666 DEBUG:teuthology.orchestra.run.smithi170:> sudo dd of=/usr/bin/adjust-ulimits 2022-02-21T16:21:02.723 DEBUG:teuthology.orchestra.run.smithi170:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2022-02-21T16:21:02.735 INFO:teuthology.run_tasks:Running task radosbench... 2022-02-21T16:21:02.781 INFO:tasks.radosbench:Beginning radosbench... 2022-02-21T16:21:02.782 INFO:tasks.rook.ceph_manager.ceph:creating pool_name unique_pool_0 2022-02-21T16:21:02.783 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd pool create unique_pool_0 16 2022-02-21T16:21:03.924 INFO:teuthology.orchestra.run.smithi170.stderr:pool 'unique_pool_0' created 2022-02-21T16:21:03.943 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2022-02-21T16:21:04.998 INFO:teuthology.orchestra.run.smithi170.stderr:enabled application 'rados' on pool 'unique_pool_0' 2022-02-21T16:21:06.011 DEBUG:teuthology.orchestra.run.smithi170:> /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-02-21T16:21:06.014 INFO:teuthology.run_tasks:Running task rook.shell... 2022-02-21T16:21:06.025 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch host label add '`hostname`' 'foo 2022-02-21T16:21:06.025 DEBUG:teuthology.orchestra.run.smithi170:> ceph' orch host ls '|' grep 'foo 2022-02-21T16:21:06.025 DEBUG:teuthology.orchestra.run.smithi170:> ceph' orch host label rm '`hostname`' 'foo 2022-02-21T16:21:06.026 DEBUG:teuthology.orchestra.run.smithi170:> ceph' orch host ls '|' grep -v 'foo 2022-02-21T16:21:06.026 DEBUG:teuthology.orchestra.run.smithi170:> ' 2022-02-21T16:21:06.253 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:hints = 1 2022-02-21T16:21:06.253 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 360 seconds or 0 objects 2022-02-21T16:21:06.253 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Object prefix: benchmark_data_smithi170_50617 2022-02-21T16:21:06.254 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:21:06.254 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 0 0 0 0 0 0 - 0 2022-02-21T16:21:06.577 INFO:teuthology.orchestra.run.smithi170.stdout:ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2022-02-21T16:21:06.602 INFO:teuthology.run_tasks:Running task exec... 2022-02-21T16:21:06.615 INFO:teuthology.task.exec:Executing custom commands... 2022-02-21T16:21:06.615 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi170.front.sepia.ceph.com 2022-02-21T16:21:06.616 DEBUG:teuthology.orchestra.run.smithi170:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2022-02-21T16:21:06.616 DEBUG:teuthology.orchestra.run.smithi170:> toolbox() { 2022-02-21T16:21:06.616 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- "$@" 2022-02-21T16:21:06.617 DEBUG:teuthology.orchestra.run.smithi170:> } 2022-02-21T16:21:06.617 DEBUG:teuthology.orchestra.run.smithi170:> orig_num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-02-21T16:21:06.617 DEBUG:teuthology.orchestra.run.smithi170:> toolbox ceph orch osd rm 0 --force 2022-02-21T16:21:06.618 DEBUG:teuthology.orchestra.run.smithi170:> removed_pv="" 2022-02-21T16:21:06.618 DEBUG:teuthology.orchestra.run.smithi170:> while [ "$removed_pv" = "" ] 2022-02-21T16:21:06.618 DEBUG:teuthology.orchestra.run.smithi170:> do 2022-02-21T16:21:06.618 DEBUG:teuthology.orchestra.run.smithi170:> removed_pv=`kubectl get pv | grep Released | cut -f1 -d " "` 2022-02-21T16:21:06.619 DEBUG:teuthology.orchestra.run.smithi170:> sleep 3s 2022-02-21T16:21:06.619 DEBUG:teuthology.orchestra.run.smithi170:> done 2022-02-21T16:21:06.619 DEBUG:teuthology.orchestra.run.smithi170:> target_path=`kubectl get pv $removed_pv -o jsonpath='"'"'{.spec.local.path}'"'"'` 2022-02-21T16:21:06.620 DEBUG:teuthology.orchestra.run.smithi170:> host=`echo $removed_pv | cut -f1 -d "-"` 2022-02-21T16:21:06.620 DEBUG:teuthology.orchestra.run.smithi170:> toolbox ceph orch device zap $host $target_path --force 2022-02-21T16:21:06.620 DEBUG:teuthology.orchestra.run.smithi170:> zap_completion="0" 2022-02-21T16:21:06.621 DEBUG:teuthology.orchestra.run.smithi170:> while [ "$zap_completion" = "0" ] 2022-02-21T16:21:06.621 DEBUG:teuthology.orchestra.run.smithi170:> do 2022-02-21T16:21:06.621 DEBUG:teuthology.orchestra.run.smithi170:> zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap -o jsonpath='"'"'{.status.succeeded.path}'"'"'` 2022-02-21T16:21:06.621 DEBUG:teuthology.orchestra.run.smithi170:> sleep 3s 2022-02-21T16:21:06.622 DEBUG:teuthology.orchestra.run.smithi170:> done 2022-02-21T16:21:06.622 DEBUG:teuthology.orchestra.run.smithi170:> kubectl patch pv $removed_pv -p '"'"'{"spec":{"claimRef": null}}'"'"' 2022-02-21T16:21:06.622 DEBUG:teuthology.orchestra.run.smithi170:> toolbox ceph orch apply osd --all-available-devices 2022-02-21T16:21:06.623 DEBUG:teuthology.orchestra.run.smithi170:> kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-02-21T16:21:06.623 DEBUG:teuthology.orchestra.run.smithi170:> num_osd="0" 2022-02-21T16:21:06.623 DEBUG:teuthology.orchestra.run.smithi170:> while [ "$num_osd" != "$orig_num_osd" ] 2022-02-21T16:21:06.624 DEBUG:teuthology.orchestra.run.smithi170:> do 2022-02-21T16:21:06.624 DEBUG:teuthology.orchestra.run.smithi170:> echo "waiting for osd to come back up" 2022-02-21T16:21:06.624 DEBUG:teuthology.orchestra.run.smithi170:> num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-02-21T16:21:06.625 DEBUG:teuthology.orchestra.run.smithi170:> sleep 30s 2022-02-21T16:21:06.625 DEBUG:teuthology.orchestra.run.smithi170:> done 2022-02-21T16:21:06.625 DEBUG:teuthology.orchestra.run.smithi170:> ' 2022-02-21T16:21:06.639 INFO:teuthology.orchestra.run.smithi170.stderr:++ toolbox ceph osd stat 2022-02-21T16:21:06.639 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T16:21:06.639 INFO:teuthology.orchestra.run.smithi170.stderr:++ cut -f3 -d ' ' 2022-02-21T16:21:07.253 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 1 16 1190 1174 73.3715 73.375 0.00622641 0.013533 2022-02-21T16:21:08.254 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 2 16 2671 2655 82.9637 92.5625 0.00675335 0.0120332 2022-02-21T16:21:09.254 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 3 16 4131 4115 85.7232 91.25 0.0102026 0.0116389 2022-02-21T16:21:09.377 INFO:teuthology.orchestra.run.smithi170.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T16:21:10.198 INFO:teuthology.orchestra.run.smithi170.stderr:+ orig_num_osd=4 2022-02-21T16:21:10.198 INFO:teuthology.orchestra.run.smithi170.stderr:+ toolbox ceph orch osd rm 0 --force 2022-02-21T16:21:10.198 INFO:teuthology.orchestra.run.smithi170.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch osd rm 0 --force 2022-02-21T16:21:10.271 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 4 16 5433 5417 84.5939 81.375 0.00963189 0.0118 2022-02-21T16:21:10.326 INFO:teuthology.orchestra.run.smithi170.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T16:21:11.120 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:11.136795 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-02-21T16:21:11.120 INFO:tasks.rook.operator.smithi170.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", AllowUnsupported: true}, 2022-02-21T16:21:11.120 INFO:tasks.rook.operator.smithi170.stdout:   Storage: v1.StorageScopeSpec{ 2022-02-21T16:21:11.120 INFO:tasks.rook.operator.smithi170.stdout:   ... // 3 identical fields 2022-02-21T16:21:11.121 INFO:tasks.rook.operator.smithi170.stdout:   Config: nil, 2022-02-21T16:21:11.121 INFO:tasks.rook.operator.smithi170.stdout:   Selection: {}, 2022-02-21T16:21:11.121 INFO:tasks.rook.operator.smithi170.stdout:   StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-02-21T16:21:11.121 INFO:tasks.rook.operator.smithi170.stdout:   {Name: "smithi170-lv-1", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi170-lv-1", StorageClassName: &"scratch", ...}}}}, 2022-02-21T16:21:11.122 INFO:tasks.rook.operator.smithi170.stdout:   {Name: "smithi170-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi170-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-02-21T16:21:11.122 INFO:tasks.rook.operator.smithi170.stdout:   {Name: "smithi170-lv-3", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi170-lv-3", StorageClassName: &"scratch", ...}}}}, 2022-02-21T16:21:11.122 INFO:tasks.rook.operator.smithi170.stdout:-  { 2022-02-21T16:21:11.122 INFO:tasks.rook.operator.smithi170.stdout:-  Name: "smithi170-lv-4", 2022-02-21T16:21:11.123 INFO:tasks.rook.operator.smithi170.stdout:-  Count: 1, 2022-02-21T16:21:11.123 INFO:tasks.rook.operator.smithi170.stdout:-  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-02-21T16:21:11.123 INFO:tasks.rook.operator.smithi170.stdout:-  }, 2022-02-21T16:21:11.123 INFO:tasks.rook.operator.smithi170.stdout:   }, 2022-02-21T16:21:11.124 INFO:tasks.rook.operator.smithi170.stdout:   }, 2022-02-21T16:21:11.124 INFO:tasks.rook.operator.smithi170.stdout:   Annotations: nil, 2022-02-21T16:21:11.124 INFO:tasks.rook.operator.smithi170.stdout:   Labels: nil, 2022-02-21T16:21:11.124 INFO:tasks.rook.operator.smithi170.stdout:   ... // 20 identical fields 2022-02-21T16:21:11.124 INFO:tasks.rook.operator.smithi170.stdout:  } 2022-02-21T16:21:11.125 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:11.137106 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T16:21:11.216 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:11.233658 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:21:11.256 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 5 16 6624 6608 82.5609 74.4375 0.00839957 0.0120805 2022-02-21T16:21:11.428 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:11.442028 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T16:21:12.256 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 6 16 7011 6995 72.8342 24.1875 0.00685306 0.0122495 2022-02-21T16:21:13.256 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 7 16 7011 6995 62.4312 0 - 0.0122495 2022-02-21T16:21:14.258 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 8 16 7011 6995 54.6177 0 - 0.0122495 2022-02-21T16:21:15.258 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 9 16 7011 6995 48.5514 0 - 0.0122495 2022-02-21T16:21:16.258 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 10 16 7011 6995 43.6981 0 - 0.0122495 2022-02-21T16:21:17.259 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 11 16 7011 6995 39.7268 0 - 0.0122495 2022-02-21T16:21:18.003 INFO:teuthology.orchestra.run.smithi170.stdout:Success 2022-02-21T16:21:18.023 INFO:teuthology.orchestra.run.smithi170.stderr:+ removed_pv= 2022-02-21T16:21:18.023 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' '' = '' ']' 2022-02-21T16:21:18.023 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl get pv 2022-02-21T16:21:18.024 INFO:teuthology.orchestra.run.smithi170.stderr:++ grep Released 2022-02-21T16:21:18.024 INFO:teuthology.orchestra.run.smithi170.stderr:++ cut -f1 -d ' ' 2022-02-21T16:21:18.129 INFO:teuthology.orchestra.run.smithi170.stderr:+ removed_pv= 2022-02-21T16:21:18.129 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 3s 2022-02-21T16:21:18.259 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 12 16 7011 6995 36.4173 0 - 0.0122495 2022-02-21T16:21:19.259 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 13 16 7011 6995 33.6167 0 - 0.0122495 2022-02-21T16:21:20.259 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 14 16 7197 7181 32.0462 1.45312 0.00799027 0.029593 2022-02-21T16:21:21.129 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' '' = '' ']' 2022-02-21T16:21:21.130 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl get pv 2022-02-21T16:21:21.130 INFO:teuthology.orchestra.run.smithi170.stderr:++ grep Released 2022-02-21T16:21:21.131 INFO:teuthology.orchestra.run.smithi170.stderr:++ cut -f1 -d ' ' 2022-02-21T16:21:21.189 INFO:teuthology.orchestra.run.smithi170.stderr:+ removed_pv= 2022-02-21T16:21:21.189 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 3s 2022-02-21T16:21:21.259 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 15 16 7841 7825 32.5928 40.25 0.0106569 0.0306631 2022-02-21T16:21:22.260 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 16 16 8652 8636 33.7221 50.6875 0.0168415 0.0296299 2022-02-21T16:21:23.260 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 17 16 9123 9107 33.47 29.4375 0.00244872 0.029026 2022-02-21T16:21:24.190 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' '' = '' ']' 2022-02-21T16:21:24.191 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl get pv 2022-02-21T16:21:24.191 INFO:teuthology.orchestra.run.smithi170.stderr:++ grep Released 2022-02-21T16:21:24.192 INFO:teuthology.orchestra.run.smithi170.stderr:++ cut -f1 -d ' ' 2022-02-21T16:21:24.260 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 18 16 9123 9107 31.611 0 - 0.029026 2022-02-21T16:21:24.608 INFO:teuthology.orchestra.run.smithi170.stderr:+ removed_pv= 2022-02-21T16:21:24.608 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 3s 2022-02-21T16:21:25.260 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 19 16 9123 9107 29.9476 0 - 0.029026 2022-02-21T16:21:26.260 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:21:26.278323+0000 min lat: 0.00152012 max lat: 7.84872 avg lat: 0.029026 2022-02-21T16:21:26.261 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:21:26.261 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 20 16 9123 9107 28.4505 0 - 0.029026 2022-02-21T16:21:27.260 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 21 16 9123 9107 27.096 0 - 0.029026 2022-02-21T16:21:27.609 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' '' = '' ']' 2022-02-21T16:21:27.610 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl get pv 2022-02-21T16:21:27.610 INFO:teuthology.orchestra.run.smithi170.stderr:++ grep Released 2022-02-21T16:21:27.611 INFO:teuthology.orchestra.run.smithi170.stderr:++ cut -f1 -d ' ' 2022-02-21T16:21:27.941 INFO:teuthology.orchestra.run.smithi170.stderr:+ removed_pv=smithi170-lv-4 2022-02-21T16:21:27.941 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 3s 2022-02-21T16:21:28.153 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:28.170824 I | ceph-spec: object "rook-ceph-osd-0" matched on delete, reconciling 2022-02-21T16:21:28.260 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 22 16 9123 9107 25.8646 0 - 0.029026 2022-02-21T16:21:29.260 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 23 16 9123 9107 24.7403 0 - 0.029026 2022-02-21T16:21:30.261 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 24 16 9123 9107 23.7096 0 - 0.029026 2022-02-21T16:21:30.942 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' smithi170-lv-4 = '' ']' 2022-02-21T16:21:30.943 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl get pv smithi170-lv-4 -o 'jsonpath={.spec.local.path}' 2022-02-21T16:21:31.261 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 25 16 9123 9107 22.7614 0 - 0.029026 2022-02-21T16:21:31.437 INFO:teuthology.orchestra.run.smithi170.stderr:+ target_path=/dev/vg_nvme/lv_4 2022-02-21T16:21:31.438 INFO:teuthology.orchestra.run.smithi170.stderr:++ echo smithi170-lv-4 2022-02-21T16:21:31.438 INFO:teuthology.orchestra.run.smithi170.stderr:++ cut -f1 -d - 2022-02-21T16:21:31.439 INFO:teuthology.orchestra.run.smithi170.stderr:+ host=smithi170 2022-02-21T16:21:31.439 INFO:teuthology.orchestra.run.smithi170.stderr:+ toolbox ceph orch device zap smithi170 /dev/vg_nvme/lv_4 --force 2022-02-21T16:21:31.440 INFO:teuthology.orchestra.run.smithi170.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch device zap smithi170 /dev/vg_nvme/lv_4 --force 2022-02-21T16:21:31.855 INFO:teuthology.orchestra.run.smithi170.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T16:21:32.261 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 26 16 9123 9107 21.8861 0 - 0.029026 2022-02-21T16:21:32.405 INFO:teuthology.orchestra.run.smithi170.stdout:/dev/vg_nvme/lv_4 on smithi170 zapped 2022-02-21T16:21:32.429 INFO:teuthology.orchestra.run.smithi170.stderr:+ zap_completion=0 2022-02-21T16:21:32.429 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' 0 = 0 ']' 2022-02-21T16:21:32.429 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl get job -n rook-ceph rook-ceph-device-zap -o 'jsonpath={.status.succeeded.path}' 2022-02-21T16:21:32.535 INFO:teuthology.orchestra.run.smithi170.stderr:+ zap_completion= 2022-02-21T16:21:32.535 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 3s 2022-02-21T16:21:33.261 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 27 16 9123 9107 21.0756 0 - 0.029026 2022-02-21T16:21:34.261 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 28 16 9123 9107 20.323 0 - 0.029026 2022-02-21T16:21:35.261 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 29 16 9123 9107 19.6224 0 - 0.029026 2022-02-21T16:21:35.536 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' '' = 0 ']' 2022-02-21T16:21:35.537 INFO:teuthology.orchestra.run.smithi170.stderr:+ kubectl patch pv smithi170-lv-4 -p '{"spec":{"claimRef": null}}' 2022-02-21T16:21:35.603 INFO:teuthology.orchestra.run.smithi170.stdout:persistentvolume/smithi170-lv-4 patched 2022-02-21T16:21:35.604 INFO:teuthology.orchestra.run.smithi170.stderr:+ toolbox ceph orch apply osd --all-available-devices 2022-02-21T16:21:35.604 INFO:teuthology.orchestra.run.smithi170.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch apply osd --all-available-devices 2022-02-21T16:21:36.261 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 30 16 9160 9144 19.0454 0.177885 0.00221365 0.0510429 2022-02-21T16:21:36.570 INFO:teuthology.orchestra.run.smithi170.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T16:21:37.261 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 31 16 9160 9144 18.4311 0 - 0.0510429 2022-02-21T16:21:37.774 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:37.791294 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T16:21:37.775 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:37.791314 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T16:21:37.775 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:37.791320 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T16:21:37.781 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:37.796818 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:21:38.262 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 32 16 9160 9144 17.8552 0 - 0.0510429 2022-02-21T16:21:38.360 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:38.375421 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:21:38.360 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:38.375815 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:21:38.425 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:38.441870 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-02-21T16:21:38.426 INFO:tasks.rook.operator.smithi170.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", AllowUnsupported: true}, 2022-02-21T16:21:38.426 INFO:tasks.rook.operator.smithi170.stdout:   Storage: v1.StorageScopeSpec{ 2022-02-21T16:21:38.426 INFO:tasks.rook.operator.smithi170.stdout:   ... // 3 identical fields 2022-02-21T16:21:38.427 INFO:tasks.rook.operator.smithi170.stdout:   Config: nil, 2022-02-21T16:21:38.427 INFO:tasks.rook.operator.smithi170.stdout:   Selection: {}, 2022-02-21T16:21:38.427 INFO:tasks.rook.operator.smithi170.stdout:   StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-02-21T16:21:38.427 INFO:tasks.rook.operator.smithi170.stdout:   {Name: "smithi170-lv-1", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi170-lv-1", StorageClassName: &"scratch", ...}}}}, 2022-02-21T16:21:38.428 INFO:tasks.rook.operator.smithi170.stdout:   {Name: "smithi170-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi170-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-02-21T16:21:38.428 INFO:tasks.rook.operator.smithi170.stdout:   {Name: "smithi170-lv-3", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi170-lv-3", StorageClassName: &"scratch", ...}}}}, 2022-02-21T16:21:38.428 INFO:tasks.rook.operator.smithi170.stdout:+  { 2022-02-21T16:21:38.429 INFO:tasks.rook.operator.smithi170.stdout:+  Name: "smithi170-lv-4", 2022-02-21T16:21:38.429 INFO:tasks.rook.operator.smithi170.stdout:+  Count: 1, 2022-02-21T16:21:38.429 INFO:tasks.rook.operator.smithi170.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-02-21T16:21:38.429 INFO:tasks.rook.operator.smithi170.stdout:+  }, 2022-02-21T16:21:38.429 INFO:tasks.rook.operator.smithi170.stdout:   }, 2022-02-21T16:21:38.430 INFO:tasks.rook.operator.smithi170.stdout:   }, 2022-02-21T16:21:38.430 INFO:tasks.rook.operator.smithi170.stdout:   Annotations: nil, 2022-02-21T16:21:38.430 INFO:tasks.rook.operator.smithi170.stdout:   Labels: nil, 2022-02-21T16:21:38.430 INFO:tasks.rook.operator.smithi170.stdout:   ... // 20 identical fields 2022-02-21T16:21:38.431 INFO:tasks.rook.operator.smithi170.stdout:  } 2022-02-21T16:21:38.431 INFO:teuthology.orchestra.run.smithi170.stdout:['Success'] 2022-02-21T16:21:38.445 INFO:teuthology.orchestra.run.smithi170.stderr:+ kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-02-21T16:21:38.521 INFO:teuthology.orchestra.run.smithi170.stdout:job.batch "rook-ceph-device-zap" deleted 2022-02-21T16:21:38.551 INFO:teuthology.orchestra.run.smithi170.stderr:+ num_osd=0 2022-02-21T16:21:38.552 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' 0 '!=' 4 ']' 2022-02-21T16:21:38.552 INFO:teuthology.orchestra.run.smithi170.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T16:21:38.552 INFO:teuthology.orchestra.run.smithi170.stdout:waiting for osd to come back up 2022-02-21T16:21:38.553 INFO:teuthology.orchestra.run.smithi170.stderr:++ toolbox ceph osd stat 2022-02-21T16:21:38.553 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T16:21:38.554 INFO:teuthology.orchestra.run.smithi170.stderr:++ cut -f3 -d ' ' 2022-02-21T16:21:38.695 INFO:teuthology.orchestra.run.smithi170.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T16:21:38.856 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:38.874026 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T16:21:39.082 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:39.099150 I | op-mon: start running mons 2022-02-21T16:21:39.152 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:39.169661 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:21:39.170 INFO:teuthology.orchestra.run.smithi170.stderr:+ num_osd=3 2022-02-21T16:21:39.171 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 30s 2022-02-21T16:21:39.193 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:39.211249 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.106.248.84:6789"]}] data:a=10.106.248.84:6789 mapping:{"node":{"a":{"Name":"smithi170","Hostname":"smithi170","Address":"172.21.15.170"}}} maxMonId:0] 2022-02-21T16:21:39.201 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:39.218466 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:21:39.201 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:39.218595 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:21:39.262 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 33 16 9160 9144 17.3142 0 - 0.0510429 2022-02-21T16:21:40.229 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:40.246131 I | op-mon: targeting the mon count 1 2022-02-21T16:21:40.262 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 34 16 9160 9144 16.805 0 - 0.0510429 2022-02-21T16:21:40.273 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:40.291024 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-02-21T16:21:40.274 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:40.291110 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T16:21:40.490 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:40.507320 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:21:40.686 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:40.703549 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T16:21:40.716 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:40.734045 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-02-21T16:21:40.721 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:40.738965 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-02-21T16:21:41.262 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 35 16 9160 9144 16.3249 0 - 0.0510429 2022-02-21T16:21:42.262 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 36 16 9160 9144 15.8715 0 - 0.0510429 2022-02-21T16:21:42.765 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:42.782841 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-02-21T16:21:43.262 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 37 16 9160 9144 15.4426 0 - 0.0510429 2022-02-21T16:21:44.262 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 38 16 9232 9216 15.1546 0.5625 0.00202603 0.0646145 2022-02-21T16:21:44.767 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:21:44.785157 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-02-21T16:21:45.262 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 39 16 9232 9216 14.7661 0 - 0.0646145 2022-02-21T16:21:46.263 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:21:46.280486+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0646145 2022-02-21T16:21:46.263 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:21:46.263 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 40 16 9232 9216 14.397 0 - 0.0646145 2022-02-21T16:21:47.263 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 41 16 9232 9216 14.0459 0 - 0.0646145 2022-02-21T16:21:48.263 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 42 16 9232 9216 13.7115 0 - 0.0646145 2022-02-21T16:21:49.263 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 43 16 9232 9216 13.3926 0 - 0.0646145 2022-02-21T16:21:50.263 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 44 16 9232 9216 13.0883 0 - 0.0646145 2022-02-21T16:21:51.263 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 45 16 9232 9216 12.7975 0 - 0.0646145 2022-02-21T16:21:52.263 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 46 16 9509 9493 12.8956 2.16406 0.00235746 0.0722414 2022-02-21T16:21:53.263 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 47 16 10035 10019 13.3206 32.875 0.0153092 0.0747427 2022-02-21T16:21:54.265 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 48 16 10796 10780 14.0334 47.5625 0.0188465 0.0712489 2022-02-21T16:21:55.265 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 49 16 11849 11833 15.0898 65.8125 0.0185555 0.0662543 2022-02-21T16:21:56.265 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 50 16 12896 12880 16.0965 65.4375 0.0134888 0.0621125 2022-02-21T16:21:57.265 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 51 16 13653 13637 16.7084 47.3125 0.0161732 0.0598402 2022-02-21T16:21:58.265 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 52 16 14373 14357 17.2523 45 0.018903 0.0577806 2022-02-21T16:21:59.265 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 53 16 14979 14963 17.6413 37.875 0.0144402 0.0562635 2022-02-21T16:22:00.265 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 54 16 14979 14963 17.3146 0 - 0.0562635 2022-02-21T16:22:01.266 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 55 16 15996 15980 18.1553 31.7812 0.00884149 0.0550684 2022-02-21T16:22:02.266 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 56 16 16569 16553 18.4705 35.8125 0.011153 0.0536992 2022-02-21T16:22:03.266 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 57 16 16777 16761 18.3745 13 0.0148378 0.0541596 2022-02-21T16:22:04.266 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 58 16 16777 16761 18.0578 0 - 0.0541596 2022-02-21T16:22:05.266 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 59 16 17226 17210 18.2273 14.0312 0.0455199 0.0548277 2022-02-21T16:22:06.267 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:22:06.285064+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0533699 2022-02-21T16:22:06.268 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:22:06.268 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 60 16 18004 17988 18.7335 48.625 0.00982922 0.0533699 2022-02-21T16:22:07.267 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 61 16 18907 18891 19.3514 56.4375 0.0212786 0.0516611 2022-02-21T16:22:08.267 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 62 16 19929 19913 20.0693 63.875 0.011176 0.0498179 2022-02-21T16:22:09.172 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' 3 '!=' 4 ']' 2022-02-21T16:22:09.173 INFO:teuthology.orchestra.run.smithi170.stdout:waiting for osd to come back up 2022-02-21T16:22:09.173 INFO:teuthology.orchestra.run.smithi170.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T16:22:09.174 INFO:teuthology.orchestra.run.smithi170.stderr:++ toolbox ceph osd stat 2022-02-21T16:22:09.174 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T16:22:09.174 INFO:teuthology.orchestra.run.smithi170.stderr:++ cut -f3 -d ' ' 2022-02-21T16:22:09.267 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 63 16 20051 20035 19.8718 7.625 0.0125629 0.0496977 2022-02-21T16:22:09.651 INFO:teuthology.orchestra.run.smithi170.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T16:22:10.267 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 64 16 20223 20207 19.7293 10.75 0.0180382 0.0506759 2022-02-21T16:22:11.152 INFO:teuthology.orchestra.run.smithi170.stderr:+ num_osd=3 2022-02-21T16:22:11.153 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 30s 2022-02-21T16:22:11.268 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 65 16 21102 21086 20.2708 54.9375 0.0212709 0.0493225 2022-02-21T16:22:12.268 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 66 16 21965 21949 20.7808 53.9375 0.00831683 0.0480642 2022-02-21T16:22:13.268 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 67 16 22604 22588 21.0666 39.9375 0.00855757 0.0473328 2022-02-21T16:22:14.268 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 68 16 23367 23351 21.458 47.6875 0.0096227 0.0465929 2022-02-21T16:22:15.268 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 69 16 23941 23925 21.6668 35.875 0.00916738 0.0461387 2022-02-21T16:22:16.268 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 70 16 24651 24635 21.9911 44.375 0.0142257 0.0454635 2022-02-21T16:22:17.268 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 71 16 25309 25293 22.2605 41.125 0.020858 0.0449112 2022-02-21T16:22:18.268 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 72 16 26202 26186 22.7264 55.8125 0.0579351 0.0439747 2022-02-21T16:22:19.268 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 73 16 26810 26794 22.9356 38 0.0716878 0.0435627 2022-02-21T16:22:20.269 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 74 16 27528 27512 23.232 44.875 0.0127572 0.0430024 2022-02-21T16:22:21.269 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 75 16 28245 28229 23.5196 44.8125 0.00540689 0.0424729 2022-02-21T16:22:22.269 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 76 16 28665 28649 23.5555 26.25 0.0157349 0.0424449 2022-02-21T16:22:23.269 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 77 16 29387 29371 23.8355 45.125 0.0139235 0.0419459 2022-02-21T16:22:24.269 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 78 16 30072 30056 24.0788 42.8125 0.0157739 0.0415198 2022-02-21T16:22:25.269 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 79 16 30812 30796 24.3593 46.25 0.0109086 0.0410447 2022-02-21T16:22:26.269 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:22:26.287182+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0407589 2022-02-21T16:22:26.270 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:22:26.270 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 80 16 31403 31387 24.5165 36.9375 0.0107124 0.0407589 2022-02-21T16:22:27.270 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 81 16 31981 31965 24.6596 36.125 0.0187065 0.0405428 2022-02-21T16:22:28.271 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 82 16 32879 32863 25.043 56.125 0.0388946 0.039922 2022-02-21T16:22:29.271 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 83 16 33589 33573 25.2759 44.375 0.0191295 0.0395534 2022-02-21T16:22:30.271 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 84 16 34294 34278 25.4994 44.0625 0.00857249 0.0392048 2022-02-21T16:22:31.271 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 85 16 35048 35032 25.7538 47.125 0.0144669 0.0388123 2022-02-21T16:22:32.271 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 86 16 35621 35605 25.8707 35.8125 0.0982397 0.0386164 2022-02-21T16:22:33.271 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 87 16 36264 36248 26.0352 40.1875 0.0224565 0.0383866 2022-02-21T16:22:34.271 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 88 16 36945 36929 26.2229 42.5625 0.030607 0.0381268 2022-02-21T16:22:35.271 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 89 16 37489 37473 26.3103 34 0.0230949 0.0380002 2022-02-21T16:22:36.273 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 90 16 38189 38173 26.5036 43.75 0.0281969 0.037721 2022-02-21T16:22:37.273 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 91 16 38810 38794 26.6388 38.8125 0.0133462 0.0375284 2022-02-21T16:22:38.273 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 92 16 39668 39652 26.932 53.625 0.00835556 0.0371232 2022-02-21T16:22:39.273 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 93 16 40422 40406 27.1491 47.125 0.033082 0.036824 2022-02-21T16:22:40.273 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 94 16 41084 41068 27.3004 41.375 0.0147482 0.0366218 2022-02-21T16:22:40.669 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:40.685835 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T16:22:40.670 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:40.685856 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T16:22:40.670 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:40.685863 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T16:22:40.700 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:40.717776 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:22:41.040 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:41.056763 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:22:41.076 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:41.092914 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:22:41.153 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' 3 '!=' 4 ']' 2022-02-21T16:22:41.153 INFO:teuthology.orchestra.run.smithi170.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T16:22:41.154 INFO:teuthology.orchestra.run.smithi170.stdout:waiting for osd to come back up 2022-02-21T16:22:41.154 INFO:teuthology.orchestra.run.smithi170.stderr:++ toolbox ceph osd stat 2022-02-21T16:22:41.155 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T16:22:41.155 INFO:teuthology.orchestra.run.smithi170.stderr:++ cut -f3 -d ' ' 2022-02-21T16:22:41.273 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 95 16 41706 41690 27.4221 38.875 0.0146683 0.036458 2022-02-21T16:22:41.449 INFO:teuthology.orchestra.run.smithi170.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T16:22:42.117 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:42.131311 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T16:22:42.273 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 96 16 42244 42228 27.4867 33.625 0.0410335 0.0363319 2022-02-21T16:22:42.531 INFO:teuthology.orchestra.run.smithi170.stderr:+ num_osd=3 2022-02-21T16:22:42.531 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 30s 2022-02-21T16:22:43.273 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 97 16 42878 42862 27.6118 39.625 0.0183173 0.0362071 2022-02-21T16:22:43.366 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:43.382518 I | op-mon: start running mons 2022-02-21T16:22:43.499 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:43.511711 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:22:43.514 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:43.531120 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.106.248.84:6789"]}] data:a=10.106.248.84:6789 mapping:{"node":{"a":{"Name":"smithi170","Hostname":"smithi170","Address":"172.21.15.170"}}} maxMonId:0] 2022-02-21T16:22:43.520 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:43.538041 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:22:43.521 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:43.538197 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:22:44.174 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:44.191624 I | op-mon: targeting the mon count 1 2022-02-21T16:22:44.182 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:44.197324 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T16:22:44.273 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 98 16 43566 43550 27.7687 43 0.0225272 0.0360012 2022-02-21T16:22:44.880 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:44.897255 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T16:22:44.880 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:44.897284 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T16:22:45.274 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 99 16 44149 44133 27.8563 36.4375 0.0153601 0.0358904 2022-02-21T16:22:45.491 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:45.507604 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T16:22:45.494 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:45.507633 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T16:22:46.274 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:22:46.291712+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0357864 2022-02-21T16:22:46.274 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:22:46.274 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 100 16 44718 44702 27.9333 35.5625 0.11715 0.0357864 2022-02-21T16:22:46.821 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:46.838203 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T16:22:46.822 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:46.838229 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-02-21T16:22:47.274 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 101 16 45263 45247 27.9939 34.0625 0.0205275 0.0357112 2022-02-21T16:22:47.562 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:47.577032 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-02-21T16:22:47.563 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:47.577061 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T16:22:48.130 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:48.147746 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T16:22:48.131 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:48.147775 I | op-config: deleting "log file" option from the mon configuration database 2022-02-21T16:22:48.274 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 102 16 45933 45917 28.13 41.875 0.0324483 0.0355415 2022-02-21T16:22:48.741 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:48.757203 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-02-21T16:22:48.745 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:48.757227 I | op-mon: checking for basic quorum with existing mons 2022-02-21T16:22:48.844 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:48.857905 I | op-mon: mon "a" endpoint is [v2:10.106.248.84:3300,v1:10.106.248.84:6789] 2022-02-21T16:22:48.857 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:48.874443 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.106.248.84:6789"]}] data:a=10.106.248.84:6789 mapping:{"node":{"a":{"Name":"smithi170","Hostname":"smithi170","Address":"172.21.15.170"}}} maxMonId:0] 2022-02-21T16:22:48.865 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:48.881944 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:22:48.865 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:48.882169 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:22:49.181 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:49.197831 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-02-21T16:22:49.200 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:49.216812 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-02-21T16:22:49.201 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:49.216845 I | op-mon: waiting for mon quorum with [a] 2022-02-21T16:22:49.274 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 103 16 46632 46616 28.2809 43.6875 0.0202366 0.0353524 2022-02-21T16:22:49.348 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:49.364096 I | op-mon: mons running: [a] 2022-02-21T16:22:50.057 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:50.074432 I | op-mon: Monitors in quorum: [a] 2022-02-21T16:22:50.057 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:50.074457 I | op-mon: mons created: 1 2022-02-21T16:22:50.274 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 104 16 47285 47269 28.4014 40.8125 0.0172332 0.0351988 2022-02-21T16:22:50.824 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:50.841881 I | op-mon: waiting for mon quorum with [a] 2022-02-21T16:22:50.833 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:50.850544 I | op-mon: mons running: [a] 2022-02-21T16:22:51.274 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 105 16 47939 47923 28.5201 40.875 0.0119842 0.0350547 2022-02-21T16:22:51.615 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:51.632717 I | op-mon: Monitors in quorum: [a] 2022-02-21T16:22:51.615 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:51.632756 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-02-21T16:22:52.274 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 106 16 48572 48556 28.6243 39.5625 0.0199412 0.0349264 2022-02-21T16:22:52.418 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:52.435502 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-02-21T16:22:53.274 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 107 16 49205 49189 28.7265 39.5625 0.0198878 0.0348023 2022-02-21T16:22:53.275 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:53.293114 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-02-21T16:22:54.086 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:54.102518 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-02-21T16:22:54.275 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 108 16 49808 49792 28.8094 37.6875 0.0324275 0.0347029 2022-02-21T16:22:54.889 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:54.906566 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-02-21T16:22:54.889 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:54.906588 I | cephclient: getting or creating ceph auth key "client.crash" 2022-02-21T16:22:55.275 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 109 16 50169 50153 28.7521 22.5625 0.0222808 0.0347626 2022-02-21T16:22:55.817 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:55.834517 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-02-21T16:22:56.275 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 110 16 50634 50618 28.7549 29.0625 0.0227075 0.0347301 2022-02-21T16:22:56.462 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:56.477046 I | cephclient: successfully enabled msgr2 protocol 2022-02-21T16:22:56.462 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:56.477076 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-02-21T16:22:56.462 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:56.477081 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-02-21T16:22:57.266 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:57.280228 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-02-21T16:22:57.274 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 111 16 51189 51173 28.8083 34.6875 0.0177895 0.0347031 2022-02-21T16:22:57.303 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:57.320622 I | op-mgr: start running mgr 2022-02-21T16:22:57.303 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:57.320651 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-02-21T16:22:58.172 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.188297 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-02-21T16:22:58.181 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.196914 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-02-21T16:22:58.184 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.202021 I | op-mgr: setting services to point to mgr "a" 2022-02-21T16:22:58.275 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 112 16 51816 51800 28.9009 39.1875 0.0154982 0.0345933 2022-02-21T16:22:58.350 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.366366 I | op-osd: start running osds in namespace "rook-ceph" 2022-02-21T16:22:58.350 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.366392 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-02-21T16:22:58.372 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.385364 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-02-21T16:22:58.372 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.387895 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi170-lv-1" 2022-02-21T16:22:58.373 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.387929 I | op-osd: OSD PVC "smithi170-lv-1-data-0h795j" already exists 2022-02-21T16:22:58.373 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.387946 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi170-lv-2" 2022-02-21T16:22:58.373 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.387956 I | op-osd: OSD PVC "smithi170-lv-2-data-08lfm6" already exists 2022-02-21T16:22:58.373 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.387964 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi170-lv-3" 2022-02-21T16:22:58.374 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.387973 I | op-osd: OSD PVC "smithi170-lv-3-data-04mkkt" already exists 2022-02-21T16:22:58.374 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.387982 I | op-osd: creating 1 new PVCs for device set "smithi170-lv-4" 2022-02-21T16:22:58.378 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.393456 I | op-osd: successfully provisioned PVC "smithi170-lv-4-data-0bpwn2" 2022-02-21T16:22:58.444 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.460488 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-1-data-0h795j" 2022-02-21T16:22:58.444 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.460507 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-2-data-08lfm6" 2022-02-21T16:22:58.445 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.460511 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-3-data-04mkkt" 2022-02-21T16:22:58.445 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.460514 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-4-data-0bpwn2" 2022-02-21T16:22:58.486 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.503193 I | op-osd: started OSD provisioning job for PVC "smithi170-lv-4-data-0bpwn2" 2022-02-21T16:22:58.486 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.503223 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-02-21T16:22:58.486 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.503228 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-02-21T16:22:58.598 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:22:58.614866 I | op-osd: OSD orchestration status for PVC smithi170-lv-4-data-0bpwn2 is "starting" 2022-02-21T16:22:59.275 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 113 16 52217 52201 28.8669 25.0625 0.0319146 0.0346347 2022-02-21T16:23:00.075 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:00.088265 I | op-mgr: successful modules: prometheus 2022-02-21T16:23:00.095 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:00.112954 I | op-mgr: successful modules: dashboard 2022-02-21T16:23:00.123 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:00.137727 I | op-mgr: successful modules: mgr module(s) from the spec 2022-02-21T16:23:00.275 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 114 16 52753 52737 28.9075 33.5 0.0186337 0.0345824 2022-02-21T16:23:00.676 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:00.693533 I | op-mgr: successful modules: balancer 2022-02-21T16:23:00.795 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:00.811786 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T16:23:00.955 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:00.972374 I | op-osd: updating OSD 1 on PVC "smithi170-lv-3-data-04mkkt" 2022-02-21T16:23:00.962 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:00.973608 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-3-data-04mkkt" 2022-02-21T16:23:01.275 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 115 16 53043 53027 28.8138 18.125 0.02802 0.0346976 2022-02-21T16:23:02.275 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 116 16 53629 53613 28.8811 36.625 0.013547 0.0346139 2022-02-21T16:23:02.491 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:02.506344 I | op-mgr: successful modules: orchestrator modules 2022-02-21T16:23:03.152 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:03.169078 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T16:23:03.161 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:03.178482 I | op-osd: updating OSD 2 on PVC "smithi170-lv-2-data-08lfm6" 2022-02-21T16:23:03.162 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:03.178508 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-2-data-08lfm6" 2022-02-21T16:23:03.275 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 117 16 54177 54161 28.9269 34.25 0.0328602 0.0345595 2022-02-21T16:23:04.275 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 118 16 54711 54695 28.9646 33.375 0.0265801 0.0345157 2022-02-21T16:23:05.242 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:05.259538 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T16:23:05.275 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 119 16 55248 55232 29.0032 33.5625 0.0136952 0.0344297 2022-02-21T16:23:05.504 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:05.521197 I | op-osd: updating OSD 3 on PVC "smithi170-lv-1-data-0h795j" 2022-02-21T16:23:05.504 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:05.521240 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-1-data-0h795j" 2022-02-21T16:23:06.276 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:23:06.293623+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0345574 2022-02-21T16:23:06.276 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:23:06.277 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 120 16 55574 55558 28.9313 20.375 0.0313104 0.0345574 2022-02-21T16:23:07.276 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 121 16 56165 56149 28.9974 36.9375 0.0552949 0.0344764 2022-02-21T16:23:08.276 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 122 16 56817 56801 29.0937 40.75 0.0215847 0.0343631 2022-02-21T16:23:09.276 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 123 16 57267 57251 29.0858 28.125 0.0201933 0.0342912 2022-02-21T16:23:10.276 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 124 16 57718 57702 29.0785 28.1875 0.0176374 0.0343814 2022-02-21T16:23:11.276 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 125 16 58335 58319 29.1544 38.5625 0.0251741 0.0342917 2022-02-21T16:23:12.276 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 126 16 58907 58891 29.2067 35.75 0.0236685 0.0342035 2022-02-21T16:23:12.532 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' 3 '!=' 4 ']' 2022-02-21T16:23:12.532 INFO:teuthology.orchestra.run.smithi170.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T16:23:12.533 INFO:teuthology.orchestra.run.smithi170.stdout:waiting for osd to come back up 2022-02-21T16:23:12.534 INFO:teuthology.orchestra.run.smithi170.stderr:++ toolbox ceph osd stat 2022-02-21T16:23:12.534 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T16:23:12.534 INFO:teuthology.orchestra.run.smithi170.stderr:++ cut -f3 -d ' ' 2022-02-21T16:23:12.633 INFO:teuthology.orchestra.run.smithi170.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T16:23:13.276 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 127 16 59283 59267 29.1617 23.5 0.0209286 0.0342835 2022-02-21T16:23:13.513 INFO:teuthology.orchestra.run.smithi170.stderr:+ num_osd=3 2022-02-21T16:23:13.514 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 30s 2022-02-21T16:23:14.277 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 128 16 59868 59852 29.2195 36.5625 0.0481606 0.0342132 2022-02-21T16:23:15.277 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 129 16 60232 60216 29.1693 22.75 0.0214721 0.0341796 2022-02-21T16:23:16.277 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 130 16 60232 60216 28.945 0 - 0.0341796 2022-02-21T16:23:17.277 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 131 16 60497 60481 28.8504 8.28125 0.0183445 0.0346521 2022-02-21T16:23:18.277 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 132 16 61102 61086 28.9183 37.8125 0.0209914 0.0345723 2022-02-21T16:23:19.277 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 133 16 61619 61603 28.9438 32.3125 0.0103695 0.0345412 2022-02-21T16:23:20.277 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 134 16 62168 62152 28.9838 34.3125 0.0176677 0.0344937 2022-02-21T16:23:21.277 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 135 16 62785 62769 29.0548 38.5625 0.0225794 0.0344094 2022-02-21T16:23:22.277 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 136 16 63318 63302 29.086 33.3125 0.0171109 0.034371 2022-02-21T16:23:23.277 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 137 16 63905 63889 29.1415 36.6875 0.0275283 0.034307 2022-02-21T16:23:24.277 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 138 16 64280 64264 29.1001 23.4375 0.0138539 0.0343555 2022-02-21T16:23:25.277 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 139 16 64853 64837 29.1484 35.8125 0.0312247 0.0342988 2022-02-21T16:23:26.278 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:23:26.295668+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0343543 2022-02-21T16:23:26.278 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:23:26.278 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 140 16 65171 65155 29.0822 19.875 0.0794761 0.0343543 2022-02-21T16:23:27.278 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 141 16 65686 65670 29.1042 32.1875 0.0274109 0.0343487 2022-02-21T16:23:28.278 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 142 16 66255 66239 29.1496 35.5625 0.0249987 0.0342973 2022-02-21T16:23:29.278 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 143 16 66818 66802 29.1918 35.1875 0.0334951 0.0342444 2022-02-21T16:23:30.278 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 144 16 67234 67218 29.1696 26 0.0181157 0.0342729 2022-02-21T16:23:31.278 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 145 16 67791 67775 29.2085 34.8125 0.0260766 0.0342273 2022-02-21T16:23:32.278 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 146 16 68296 68280 29.2246 31.5625 0.0186375 0.0342072 2022-02-21T16:23:33.278 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 147 16 68863 68847 29.2669 35.4375 0.02303 0.034161 2022-02-21T16:23:34.278 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 148 16 69287 69271 29.2481 26.5 0.0271131 0.03418 2022-02-21T16:23:35.279 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 149 16 69835 69819 29.2817 34.25 0.0391615 0.03414 2022-02-21T16:23:36.279 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 150 16 70336 70320 29.2952 31.3125 0.0321999 0.0341274 2022-02-21T16:23:37.279 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 151 16 70776 70760 29.2833 27.5 0.0287185 0.0341395 2022-02-21T16:23:38.279 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 152 16 71320 71304 29.3143 34 0.0171369 0.0341048 2022-02-21T16:23:39.279 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 153 16 71841 71825 29.3355 32.5625 0.0251595 0.0340811 2022-02-21T16:23:40.279 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 154 16 72433 72417 29.3852 37 0.020982 0.0340218 2022-02-21T16:23:41.279 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 155 16 72932 72916 29.3968 31.1875 0.0237686 0.0340105 2022-02-21T16:23:42.279 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 156 16 73482 73466 29.4287 34.375 0.0251986 0.0339616 2022-02-21T16:23:43.279 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 157 16 73951 73935 29.428 29.3125 0.0229924 0.0339666 2022-02-21T16:23:43.514 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' 3 '!=' 4 ']' 2022-02-21T16:23:43.515 INFO:teuthology.orchestra.run.smithi170.stdout:waiting for osd to come back up 2022-02-21T16:23:43.516 INFO:teuthology.orchestra.run.smithi170.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T16:23:43.516 INFO:teuthology.orchestra.run.smithi170.stderr:++ toolbox ceph osd stat 2022-02-21T16:23:43.517 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T16:23:43.517 INFO:teuthology.orchestra.run.smithi170.stderr:++ cut -f3 -d ' ' 2022-02-21T16:23:43.628 INFO:teuthology.orchestra.run.smithi170.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T16:23:43.825 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:43.840521 I | op-osd: OSD orchestration status for node smithi170-lv-4-data-0bpwn2 is "orchestrating" 2022-02-21T16:23:44.279 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 158 16 74407 74391 29.4221 28.5 0.0300914 0.0339788 2022-02-21T16:23:44.379 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:44.396887 I | op-osd: OSD orchestration status for PVC smithi170-lv-4-data-0bpwn2 is "orchestrating" 2022-02-21T16:23:44.511 INFO:teuthology.orchestra.run.smithi170.stderr:+ num_osd=3 2022-02-21T16:23:44.511 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 30s 2022-02-21T16:23:45.280 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 159 16 74906 74890 29.4332 31.1875 0.035725 0.0339679 2022-02-21T16:23:46.280 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:23:46.297713+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0339623 2022-02-21T16:23:46.280 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:23:46.280 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 160 16 75388 75372 29.4375 30.125 0.0353244 0.0339623 2022-02-21T16:23:47.280 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 161 16 75837 75821 29.4289 28.0625 0.0249585 0.0339724 2022-02-21T16:23:48.280 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 162 16 76374 76358 29.4544 33.5625 0.0251763 0.0339438 2022-02-21T16:23:49.280 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 163 16 76866 76850 29.4623 30.75 0.0323705 0.0339351 2022-02-21T16:23:50.280 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 164 16 77416 77400 29.4923 34.375 0.0144463 0.0338985 2022-02-21T16:23:51.280 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 165 16 77848 77832 29.4772 27 0.0299414 0.0339168 2022-02-21T16:23:52.280 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 166 16 78330 78314 29.481 30.125 0.0437728 0.0339103 2022-02-21T16:23:52.563 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:52.580541 I | op-osd: OSD orchestration status for PVC smithi170-lv-4-data-0bpwn2 is "completed" 2022-02-21T16:23:52.567 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:52.580692 I | op-osd: creating OSD 0 on PVC "smithi170-lv-4-data-0bpwn2" 2022-02-21T16:23:52.568 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:52.580709 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-4-data-0bpwn2" 2022-02-21T16:23:53.280 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 167 16 78737 78721 29.4568 25.4375 0.0364766 0.033939 2022-02-21T16:23:54.280 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 168 16 79164 79148 29.4403 26.6875 0.0819841 0.033959 2022-02-21T16:23:55.281 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 169 16 79548 79532 29.4081 24 0.0350667 0.0339937 2022-02-21T16:23:55.479 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:55.496884 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-02-21T16:23:55.480 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:55.496912 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T16:23:55.725 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:55.715451 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T16:23:56.281 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 170 16 79946 79930 29.3814 24.875 0.0313732 0.0340263 2022-02-21T16:23:56.588 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:56.559258 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:23:57.108 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:23:57.123167 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T16:23:57.281 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 171 16 80352 80336 29.358 25.375 0.0211498 0.0340543 2022-02-21T16:23:58.281 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 172 16 80827 80811 29.3599 29.6875 0.0413562 0.034047 2022-02-21T16:23:59.281 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 173 16 81244 81228 29.3408 26.0625 0.022283 0.0340634 2022-02-21T16:24:00.281 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 174 16 81623 81607 29.3083 23.6875 0.0214401 0.0341124 2022-02-21T16:24:01.281 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 175 16 82115 82099 29.3165 30.75 0.0459547 0.0340997 2022-02-21T16:24:02.281 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 176 16 82555 82539 29.3062 27.5 0.0244218 0.0341156 2022-02-21T16:24:03.281 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 177 16 83020 83004 29.3048 29.0625 0.0199724 0.0341148 2022-02-21T16:24:04.281 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 178 16 83392 83376 29.2708 23.25 0.0309584 0.0341545 2022-02-21T16:24:05.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 179 16 83855 83839 29.2689 28.9375 0.0354963 0.0341583 2022-02-21T16:24:06.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:24:06.299654+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0341737 2022-02-21T16:24:06.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:24:06.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 180 16 84283 84267 29.2549 26.75 0.0487994 0.0341737 2022-02-21T16:24:07.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 181 16 84656 84640 29.2221 23.3125 0.0296961 0.0342118 2022-02-21T16:24:08.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 182 16 85131 85115 29.2246 29.6875 0.0369846 0.0342095 2022-02-21T16:24:09.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 183 16 85610 85594 29.2285 29.9375 0.0116233 0.0342047 2022-02-21T16:24:10.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 184 16 86058 86042 29.2218 28 0.0237663 0.0342126 2022-02-21T16:24:11.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 185 16 86545 86529 29.2283 30.4375 0.0202289 0.0342035 2022-02-21T16:24:12.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 186 16 87010 86994 29.2274 29.0625 0.0417052 0.0342043 2022-02-21T16:24:13.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 187 16 87475 87459 29.2265 29.0625 0.0277468 0.0342077 2022-02-21T16:24:14.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 188 16 87857 87841 29.1981 23.875 0.103638 0.0342367 2022-02-21T16:24:14.512 INFO:teuthology.orchestra.run.smithi170.stdout:waiting for osd to come back up 2022-02-21T16:24:14.513 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' 3 '!=' 4 ']' 2022-02-21T16:24:14.513 INFO:teuthology.orchestra.run.smithi170.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T16:24:14.514 INFO:teuthology.orchestra.run.smithi170.stderr:++ toolbox ceph osd stat 2022-02-21T16:24:14.514 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T16:24:14.514 INFO:teuthology.orchestra.run.smithi170.stderr:++ cut -f3 -d ' ' 2022-02-21T16:24:14.772 INFO:teuthology.orchestra.run.smithi170.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T16:24:15.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 189 16 88294 88278 29.1881 27.3125 0.0321576 0.0342512 2022-02-21T16:24:16.163 INFO:teuthology.orchestra.run.smithi170.stderr:+ num_osd=3 2022-02-21T16:24:16.164 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 30s 2022-02-21T16:24:16.282 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 190 16 88696 88680 29.1667 25.125 0.029268 0.0342776 2022-02-21T16:24:17.288 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 191 16 89105 89089 29.147 25.5625 0.0204777 0.0342992 2022-02-21T16:24:18.288 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 192 16 89544 89528 29.138 27.4375 0.0254973 0.0343113 2022-02-21T16:24:19.288 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 193 16 89925 89909 29.1104 23.8125 0.0363704 0.0343437 2022-02-21T16:24:20.288 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 194 16 90367 90351 29.1028 27.625 0.0198897 0.0343449 2022-02-21T16:24:20.346 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:20.363510 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T16:24:20.347 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:20.363525 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T16:24:20.347 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:20.363530 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T16:24:20.439 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:20.456341 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:24:20.856 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:20.871866 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:24:21.104 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:21.004603 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:24:21.288 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 195 16 90756 90740 29.0782 24.3125 0.0267081 0.034381 2022-02-21T16:24:22.055 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:22.064719 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T16:24:22.289 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 196 16 91193 91177 29.0692 27.3125 0.0243709 0.0343938 2022-02-21T16:24:22.713 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:22.729665 I | op-mon: start running mons 2022-02-21T16:24:23.289 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 197 16 91592 91576 29.0482 24.9375 0.0409944 0.034413 2022-02-21T16:24:23.492 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:23.507285 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:24:23.774 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:23.789967 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.106.248.84:6789"]}] data:a=10.106.248.84:6789 mapping:{"node":{"a":{"Name":"smithi170","Hostname":"smithi170","Address":"172.21.15.170"}}} maxMonId:0] 2022-02-21T16:24:23.785 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:23.800122 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:24:23.806 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:23.800301 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:24:23.897 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:23.912685 I | op-mon: targeting the mon count 1 2022-02-21T16:24:23.904 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:23.918695 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T16:24:24.289 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 198 16 91995 91979 29.0287 25.1875 0.0255427 0.0344392 2022-02-21T16:24:24.568 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:24.585100 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T16:24:24.568 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:24.585118 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T16:24:25.289 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 199 16 92345 92329 28.9927 21.875 0.0515531 0.0344785 2022-02-21T16:24:25.385 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:25.399641 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T16:24:25.386 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:25.399668 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T16:24:26.288 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:26.305173 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T16:24:26.288 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:26.305343 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-02-21T16:24:26.289 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:24:26.307325+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0345135 2022-02-21T16:24:26.289 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:24:26.289 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 200 16 92727 92711 28.9671 23.875 0.0606833 0.0345135 2022-02-21T16:24:27.027 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:27.042191 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-02-21T16:24:27.028 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:27.042215 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T16:24:27.289 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 201 16 93095 93079 28.9374 23 0.0446743 0.0345478 2022-02-21T16:24:27.643 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:27.660407 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T16:24:27.643 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:27.660425 I | op-config: deleting "log file" option from the mon configuration database 2022-02-21T16:24:28.290 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 202 16 93507 93491 28.9216 25.75 0.0490573 0.034568 2022-02-21T16:24:28.407 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:28.422581 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-02-21T16:24:28.407 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:28.422607 I | op-mon: checking for basic quorum with existing mons 2022-02-21T16:24:29.290 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 203 16 93916 93900 28.905 25.5625 0.0488222 0.0345885 2022-02-21T16:24:30.070 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:30.087031 I | op-mon: mon "a" endpoint is [v2:10.106.248.84:3300,v1:10.106.248.84:6789] 2022-02-21T16:24:30.115 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:30.132389 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.106.248.84:6789"]}] data:a=10.106.248.84:6789 mapping:{"node":{"a":{"Name":"smithi170","Hostname":"smithi170","Address":"172.21.15.170"}}} maxMonId:0] 2022-02-21T16:24:30.123 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:30.140821 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T16:24:30.123 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:30.140957 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T16:24:30.188 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:30.205974 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-02-21T16:24:30.215 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:30.228441 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-02-21T16:24:30.216 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:30.228466 I | op-mon: waiting for mon quorum with [a] 2022-02-21T16:24:30.221 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:30.235070 I | op-mon: mons running: [a] 2022-02-21T16:24:30.290 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 204 16 94368 94352 28.9018 28.25 0.0484685 0.0345906 2022-02-21T16:24:31.096 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:31.112585 I | op-mon: Monitors in quorum: [a] 2022-02-21T16:24:31.099 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:31.112654 I | op-mon: mons created: 1 2022-02-21T16:24:31.290 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 205 16 94786 94770 28.8883 26.125 0.0245019 0.0346071 2022-02-21T16:24:32.106 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:32.121777 I | op-mon: waiting for mon quorum with [a] 2022-02-21T16:24:32.116 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:32.133669 I | op-mon: mons running: [a] 2022-02-21T16:24:32.290 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 206 16 95178 95162 28.8669 24.5 0.0263129 0.0346334 2022-02-21T16:24:32.930 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:32.947021 I | op-mon: Monitors in quorum: [a] 2022-02-21T16:24:32.930 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:32.947066 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-02-21T16:24:33.290 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 207 16 95563 95547 28.8437 24.0625 0.0576705 0.0346585 2022-02-21T16:24:33.773 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:33.731927 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-02-21T16:24:34.290 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 208 16 95908 95892 28.8087 21.5625 0.0443216 0.0347045 2022-02-21T16:24:34.665 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:34.626134 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-02-21T16:24:35.291 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 209 16 96268 96252 28.7785 22.5 0.173637 0.0347397 2022-02-21T16:24:35.435 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:35.452415 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-02-21T16:24:36.291 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 210 16 96671 96655 28.7613 25.1875 0.0563008 0.0347619 2022-02-21T16:24:36.410 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:36.427198 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-02-21T16:24:36.419 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:36.427495 I | cephclient: getting or creating ceph auth key "client.crash" 2022-02-21T16:24:37.291 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 211 16 97029 97013 28.7311 22.375 0.0133836 0.0347965 2022-02-21T16:24:37.333 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:37.350170 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-02-21T16:24:38.088 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:38.105090 I | cephclient: successfully enabled msgr2 protocol 2022-02-21T16:24:38.088 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:38.105114 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-02-21T16:24:38.088 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:38.105119 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-02-21T16:24:38.291 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 212 16 97431 97415 28.7141 25.125 0.0325247 0.0348174 2022-02-21T16:24:38.965 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:38.982562 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-02-21T16:24:39.055 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.072733 I | op-mgr: start running mgr 2022-02-21T16:24:39.056 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.072763 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-02-21T16:24:39.291 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 213 16 97856 97840 28.7039 26.5625 0.0314686 0.0348288 2022-02-21T16:24:39.711 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.728102 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-02-21T16:24:39.716 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.734052 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-02-21T16:24:39.720 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.736172 I | op-mgr: setting services to point to mgr "a" 2022-02-21T16:24:39.803 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.820158 I | op-osd: start running osds in namespace "rook-ceph" 2022-02-21T16:24:39.803 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.820201 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-02-21T16:24:39.868 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.884647 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-02-21T16:24:39.871 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.888209 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi170-lv-1" 2022-02-21T16:24:39.871 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.888245 I | op-osd: OSD PVC "smithi170-lv-1-data-0h795j" already exists 2022-02-21T16:24:39.871 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.888256 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi170-lv-2" 2022-02-21T16:24:39.872 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.888266 I | op-osd: OSD PVC "smithi170-lv-2-data-08lfm6" already exists 2022-02-21T16:24:39.872 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.888275 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi170-lv-3" 2022-02-21T16:24:39.872 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.888283 I | op-osd: OSD PVC "smithi170-lv-3-data-04mkkt" already exists 2022-02-21T16:24:39.872 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.888294 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi170-lv-4" 2022-02-21T16:24:39.872 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.888303 I | op-osd: OSD PVC "smithi170-lv-4-data-0bpwn2" already exists 2022-02-21T16:24:39.879 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.896733 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-1-data-0h795j" 2022-02-21T16:24:39.879 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.896750 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-2-data-08lfm6" 2022-02-21T16:24:39.880 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.896754 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-3-data-04mkkt" 2022-02-21T16:24:39.880 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.896756 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-4-data-0bpwn2" 2022-02-21T16:24:39.880 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.896759 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-02-21T16:24:39.880 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:39.896761 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-02-21T16:24:40.292 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 214 16 97886 97870 28.5786 1.875 0.00860242 0.034829 2022-02-21T16:24:40.624 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:40.641171 I | op-mgr: successful modules: dashboard 2022-02-21T16:24:40.630 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:40.647765 I | op-mgr: successful modules: prometheus 2022-02-21T16:24:40.633 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:40.647985 I | op-mgr: successful modules: mgr module(s) from the spec 2022-02-21T16:24:40.825 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:40.842082 I | op-mgr: successful modules: balancer 2022-02-21T16:24:41.073 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:41.090578 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T16:24:41.078 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:41.095663 I | op-osd: updating OSD 0 on PVC "smithi170-lv-4-data-0bpwn2" 2022-02-21T16:24:41.078 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:41.095687 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-4-data-0bpwn2" 2022-02-21T16:24:41.291 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 215 16 97886 97870 28.4457 0 - 0.034829 2022-02-21T16:24:42.027 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:42.044540 I | op-mgr: successful modules: orchestrator modules 2022-02-21T16:24:42.291 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 216 16 97886 97870 28.314 0 - 0.034829 2022-02-21T16:24:42.368 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:42.385328 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T16:24:42.373 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:42.391277 I | op-osd: updating OSD 1 on PVC "smithi170-lv-3-data-04mkkt" 2022-02-21T16:24:42.374 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:42.391294 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-3-data-04mkkt" 2022-02-21T16:24:43.293 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 217 16 97886 97870 28.1835 0 - 0.034829 2022-02-21T16:24:44.291 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 218 16 97886 97870 28.0542 0 - 0.034829 2022-02-21T16:24:44.395 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:44.413082 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T16:24:44.453 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:44.469764 I | op-osd: updating OSD 2 on PVC "smithi170-lv-2-data-08lfm6" 2022-02-21T16:24:44.454 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:44.469787 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-2-data-08lfm6" 2022-02-21T16:24:45.292 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 219 16 98017 98001 27.9635 1.6375 0.0269163 0.0357481 2022-02-21T16:24:46.164 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' 3 '!=' 4 ']' 2022-02-21T16:24:46.165 INFO:teuthology.orchestra.run.smithi170.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T16:24:46.165 INFO:teuthology.orchestra.run.smithi170.stdout:waiting for osd to come back up 2022-02-21T16:24:46.166 INFO:teuthology.orchestra.run.smithi170.stderr:++ toolbox ceph osd stat 2022-02-21T16:24:46.166 INFO:teuthology.orchestra.run.smithi170.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T16:24:46.167 INFO:teuthology.orchestra.run.smithi170.stderr:++ cut -f3 -d ' ' 2022-02-21T16:24:46.277 INFO:teuthology.orchestra.run.smithi170.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T16:24:46.294 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:24:46.312584+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0358292 2022-02-21T16:24:46.295 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:24:46.295 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 220 16 98239 98223 27.8991 13.875 0.057733 0.0358292 2022-02-21T16:24:46.856 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:46.873456 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T16:24:46.861 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:46.878608 I | op-osd: updating OSD 3 on PVC "smithi170-lv-1-data-0h795j" 2022-02-21T16:24:46.861 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:46.878631 I | op-osd: OSD will have its main bluestore block on "smithi170-lv-1-data-0h795j" 2022-02-21T16:24:47.295 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 221 16 98419 98403 27.8238 11.25 0.0770298 0.0359256 2022-02-21T16:24:47.320 INFO:teuthology.orchestra.run.smithi170.stderr:+ num_osd=4 2022-02-21T16:24:47.320 INFO:teuthology.orchestra.run.smithi170.stderr:+ sleep 30s 2022-02-21T16:24:47.757 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:47.767914 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-02-21T16:24:47.757 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:24:47.767942 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T16:24:48.295 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 222 16 98655 98639 27.7649 14.75 0.0450067 0.0360034 2022-02-21T16:24:49.295 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 223 16 98887 98871 27.7054 14.5 0.0478041 0.0360822 2022-02-21T16:24:50.295 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 224 16 99126 99110 27.6484 14.9375 0.0191764 0.0361446 2022-02-21T16:24:51.295 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 225 16 99309 99293 27.5764 11.4375 0.032923 0.0362509 2022-02-21T16:24:52.295 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 226 16 99575 99559 27.5279 16.625 0.122821 0.0363147 2022-02-21T16:24:53.295 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 227 16 99823 99807 27.4749 15.5 0.14079 0.0363863 2022-02-21T16:24:54.295 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 228 16 100076 100060 27.4238 15.8125 0.0731702 0.0364536 2022-02-21T16:24:55.295 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 229 16 100340 100324 27.3761 16.5 0.078837 0.0365192 2022-02-21T16:24:56.296 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 230 16 100588 100572 27.3244 15.5 0.0177336 0.0365863 2022-02-21T16:24:57.296 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 231 16 100830 100814 27.2716 15.125 0.0176272 0.0366574 2022-02-21T16:24:58.296 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 232 16 101062 101046 27.2165 14.5 0.0112593 0.036717 2022-02-21T16:24:59.296 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 233 16 101271 101255 27.1558 13.0625 0.0595852 0.0368142 2022-02-21T16:25:00.296 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 234 16 101525 101509 27.1076 15.875 0.0588849 0.0368773 2022-02-21T16:25:01.296 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 235 16 101699 101683 27.0385 10.875 0.0168134 0.0369704 2022-02-21T16:25:02.296 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 236 16 101948 101932 26.9899 15.5625 0.139697 0.0370396 2022-02-21T16:25:03.296 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 237 16 102176 102160 26.9361 14.25 0.0495226 0.0371137 2022-02-21T16:25:04.296 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 238 16 102409 102393 26.8841 14.5625 0.146853 0.0371876 2022-02-21T16:25:05.296 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 239 16 102648 102632 26.8342 14.9375 0.0125561 0.037248 2022-02-21T16:25:06.297 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:25:06.314567+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0373419 2022-02-21T16:25:06.297 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:25:06.297 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 240 16 102840 102824 26.7723 12 0.0534361 0.0373419 2022-02-21T16:25:07.297 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 241 16 103059 103043 26.7181 13.6875 0.0598442 0.0374176 2022-02-21T16:25:08.297 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 242 16 103284 103268 26.6658 14.0625 0.0409244 0.0374904 2022-02-21T16:25:09.297 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 243 16 103495 103479 26.6103 13.1875 0.0419924 0.0375669 2022-02-21T16:25:10.297 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 244 16 103706 103690 26.5553 13.1875 0.0288825 0.0376446 2022-02-21T16:25:11.297 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 245 16 103771 103755 26.4635 4.0625 0.0168634 0.0376639 2022-02-21T16:25:12.297 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 246 16 103771 103755 26.3559 0 - 0.0376639 2022-02-21T16:25:13.297 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 247 16 103798 103782 26.256 0.84375 0.869986 0.0379776 2022-02-21T16:25:14.297 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 248 16 104023 104007 26.2069 14.0625 0.139653 0.0381458 2022-02-21T16:25:15.298 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 249 16 104228 104212 26.1531 12.8125 0.0237845 0.0382167 2022-02-21T16:25:16.298 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 250 16 104431 104415 26.0992 12.6875 0.0546343 0.0383052 2022-02-21T16:25:17.298 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 251 16 104657 104641 26.0515 14.125 0.0607662 0.0383737 2022-02-21T16:25:17.321 INFO:teuthology.orchestra.run.smithi170.stderr:+ '[' 4 '!=' 4 ']' 2022-02-21T16:25:17.322 INFO:teuthology.run_tasks:Running task rook.shell... 2022-02-21T16:25:17.337 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch status 2022-02-21T16:25:18.298 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 252 16 104899 104883 26.0081 15.125 0.0843535 0.0384398 2022-02-21T16:25:19.298 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 253 16 105144 105128 25.9659 15.3125 0.0446828 0.0385021 2022-02-21T16:25:20.299 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 254 16 105355 105339 25.9156 13.1875 0.0497626 0.0385754 2022-02-21T16:25:21.298 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 255 16 105499 105483 25.8492 9 0.0623706 0.0386738 2022-02-21T16:25:21.934 INFO:teuthology.orchestra.run.smithi170.stdout:Backend: rook 2022-02-21T16:25:21.934 INFO:teuthology.orchestra.run.smithi170.stdout:Available: Yes 2022-02-21T16:25:21.978 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ps 2022-02-21T16:25:22.299 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 256 16 105737 105721 25.8063 14.875 0.0234744 0.0387381 2022-02-21T16:25:22.855 INFO:teuthology.orchestra.run.smithi170.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-02-21T16:25:22.855 INFO:teuthology.orchestra.run.smithi170.stdout:crashcollector.crash smithi170 running (8m) 0s ago 8m - - f61e120f25ae 2022-02-21T16:25:22.855 INFO:teuthology.orchestra.run.smithi170.stdout:mgr.a smithi170 running (9m) 0s ago 9m - - f61e120f25ae 2022-02-21T16:25:22.856 INFO:teuthology.orchestra.run.smithi170.stdout:mon.a smithi170 running (10m) 0s ago 10m - - f61e120f25ae 2022-02-21T16:25:22.856 INFO:teuthology.orchestra.run.smithi170.stdout:osd.0 smithi170 running (88s) 0s ago 89s - - f61e120f25ae 2022-02-21T16:25:22.856 INFO:teuthology.orchestra.run.smithi170.stdout:osd.1 smithi170 running (8m) 0s ago 8m - - f61e120f25ae 2022-02-21T16:25:22.856 INFO:teuthology.orchestra.run.smithi170.stdout:osd.2 smithi170 running (7m) 0s ago 7m - - f61e120f25ae 2022-02-21T16:25:22.857 INFO:teuthology.orchestra.run.smithi170.stdout:osd.3 smithi170 running (7m) 0s ago 7m - - f61e120f25ae 2022-02-21T16:25:22.897 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls 2022-02-21T16:25:23.299 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 257 16 105965 105949 25.7613 14.25 0.0297677 0.0388071 2022-02-21T16:25:24.058 INFO:teuthology.orchestra.run.smithi170.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-02-21T16:25:24.058 INFO:teuthology.orchestra.run.smithi170.stdout:crash 1/1 0s ago 8m * 2022-02-21T16:25:24.058 INFO:teuthology.orchestra.run.smithi170.stdout:mgr 1/1 0s ago 9m count:1 2022-02-21T16:25:24.059 INFO:teuthology.orchestra.run.smithi170.stdout:mon 1/1 0s ago 10m count:1 2022-02-21T16:25:24.059 INFO:teuthology.orchestra.run.smithi170.stdout:osd 8 0s ago 8m 2022-02-21T16:25:24.059 INFO:teuthology.orchestra.run.smithi170.stdout:osd.all-available-devices 0 0s ago - * 2022-02-21T16:25:24.102 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch host ls 2022-02-21T16:25:24.299 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 258 16 106191 106175 25.7162 14.125 0.0649682 0.0388732 2022-02-21T16:25:25.299 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 259 16 106337 106321 25.6522 9.125 0.0465186 0.0389716 2022-02-21T16:25:25.477 INFO:teuthology.orchestra.run.smithi170.stdout:HOST ADDR LABELS STATUS 2022-02-21T16:25:25.477 INFO:teuthology.orchestra.run.smithi170.stdout:smithi170 172.21.15.170/smithi170 2022-02-21T16:25:25.478 INFO:teuthology.orchestra.run.smithi170.stdout:1 hosts in cluster 2022-02-21T16:25:25.527 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch device ls 2022-02-21T16:25:26.299 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:25:26.317019+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0390481 2022-02-21T16:25:26.300 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:25:26.300 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 260 16 106534 106518 25.6009 12.3125 0.0352525 0.0390481 2022-02-21T16:25:26.388 INFO:teuthology.orchestra.run.smithi170.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2022-02-21T16:25:26.388 INFO:teuthology.orchestra.run.smithi170.stdout:smithi170 /dev/vg_nvme/lv_1 unknown None 107G 2022-02-21T16:25:26.388 INFO:teuthology.orchestra.run.smithi170.stdout:smithi170 /dev/vg_nvme/lv_2 unknown None 107G 2022-02-21T16:25:26.388 INFO:teuthology.orchestra.run.smithi170.stdout:smithi170 /dev/vg_nvme/lv_3 unknown None 107G 2022-02-21T16:25:26.389 INFO:teuthology.orchestra.run.smithi170.stdout:smithi170 /dev/vg_nvme/lv_4 unknown None 107G 2022-02-21T16:25:26.462 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch apply rgw foo 2022-02-21T16:25:27.299 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 261 16 106721 106705 25.5476 11.6875 0.0757855 0.0391266 2022-02-21T16:25:27.426 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:27.443390 I | ceph-spec: adding finalizer "cephobjectstore.ceph.rook.io" on "foo" 2022-02-21T16:25:27.429 INFO:teuthology.orchestra.run.smithi170.stdout:Created 2022-02-21T16:25:27.471 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch apply mds foo 2022-02-21T16:25:27.522 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:27.539698 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:25:28.299 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 262 16 106915 106899 25.4963 12.125 0.159822 0.0392105 2022-02-21T16:25:28.570 INFO:teuthology.orchestra.run.smithi170.stdout:Created 2022-02-21T16:25:28.577 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:28.594575 I | ceph-spec: adding finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-02-21T16:25:28.609 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch apply rbd-mirror 2022-02-21T16:25:28.628 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:28.645197 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:25:29.299 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 263 16 107085 107069 25.4398 10.625 0.0335615 0.0392913 2022-02-21T16:25:29.705 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:29.722208 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:25:29.898 INFO:teuthology.orchestra.run.smithi170.stdout:Success 2022-02-21T16:25:29.915 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:29.928792 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:25:29.916 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:29.928820 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:25:29.952 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch apply nfs foo --port 12777 2022-02-21T16:25:30.012 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:30.019676 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:25:30.300 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 264 16 107205 107189 25.3718 7.5 0.0520294 0.0393994 2022-02-21T16:25:30.774 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:30.790132 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-02-21T16:25:31.300 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 265 16 107342 107326 25.3084 8.5625 0.0477324 0.0394988 2022-02-21T16:25:31.932 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:31.948852 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-02-21T16:25:31.932 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:31.948918 I | ceph-rbd-mirror-controller: configure rbd-mirroring with 1 workers 2022-02-21T16:25:31.933 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:31.948945 I | cephclient: getting or creating ceph auth key "client.rbd-mirror.a" 2022-02-21T16:25:32.300 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 266 16 107509 107493 25.2525 10.4375 0.0457715 0.0395787 2022-02-21T16:25:33.300 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 267 16 107623 107607 25.1846 7.125 0.0676474 0.0396935 2022-02-21T16:25:33.439 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:33.456083 I | ceph-spec: adding finalizer "cephnfs.ceph.rook.io" on "foo" 2022-02-21T16:25:33.447 INFO:teuthology.orchestra.run.smithi170.stdout:Created 2022-02-21T16:25:33.504 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:33.520677 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:25:33.552 DEBUG:teuthology.run_tasks:Unwinding manager radosbench 2022-02-21T16:25:33.563 INFO:tasks.radosbench:joining radosbench (timing out after 11100s) 2022-02-21T16:25:33.563 INFO:teuthology.orchestra.run:waiting for 11100 2022-02-21T16:25:33.768 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:33.785391 I | ceph-rbd-mirror-controller: "rook-ceph-rbd-mirror-a" deployment started 2022-02-21T16:25:34.030 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:34.045812 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi170": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T16:25:34.300 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 268 16 107746 107730 25.1193 7.6875 0.0949891 0.039793 2022-02-21T16:25:34.907 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:34.924701 I | ceph-file-controller: creating filesystem "foo" 2022-02-21T16:25:35.300 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 269 16 107890 107874 25.0594 9 0.0988379 0.0398924 2022-02-21T16:25:36.300 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 270 16 108052 108036 25.0041 10.125 0.365412 0.0399684 2022-02-21T16:25:37.300 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 271 16 108201 108185 24.9462 9.3125 0.106783 0.0400729 2022-02-21T16:25:37.995 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:38.010128 I | ceph-nfs-controller: updating ceph nfs "foo" 2022-02-21T16:25:38.300 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 272 16 108406 108390 24.9016 12.8125 0.0570166 0.0401457 2022-02-21T16:25:39.276 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:39.291086 I | cephclient: getting or creating ceph auth key "client.nfs-ganesha.foo.a" 2022-02-21T16:25:39.300 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 273 16 108627 108611 24.8609 13.8125 0.0294373 0.0402092 2022-02-21T16:25:40.301 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 274 16 108823 108807 24.8149 12.25 0.0998968 0.0402867 2022-02-21T16:25:41.301 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 275 16 108995 108979 24.7638 10.75 0.0170042 0.0403691 2022-02-21T16:25:42.301 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 276 16 109209 109193 24.7225 13.375 0.0963375 0.0404374 2022-02-21T16:25:43.301 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 277 16 109409 109393 24.6784 12.5 0.101737 0.0405057 2022-02-21T16:25:43.668 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:43.684746 I | ceph-nfs-controller: ceph nfs deployment "rook-ceph-nfs-foo-a" started 2022-02-21T16:25:43.956 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:43.973678 I | ceph-nfs-controller: ceph nfs service running at 10.107.227.252:2049 2022-02-21T16:25:43.959 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:43.975633 I | ceph-nfs-controller: adding ganesha "a" to grace db 2022-02-21T16:25:44.301 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 278 16 109586 109570 24.6294 11.0625 0.044498 0.0405879 2022-02-21T16:25:44.489 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:44.506403 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.control" 2022-02-21T16:25:44.493 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:44.507945 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.meta" 2022-02-21T16:25:44.512 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:44.529142 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.index" 2022-02-21T16:25:45.301 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 279 16 109719 109703 24.5709 8.3125 0.0617201 0.0406868 2022-02-21T16:25:46.301 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:25:46.319109+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.040757 2022-02-21T16:25:46.302 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:25:46.302 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 280 16 109918 109902 24.5276 12.4375 0.0843367 0.040757 2022-02-21T16:25:46.716 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:46.732674 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-metadata" 2022-02-21T16:25:46.759 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:46.773749 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.non-ec" 2022-02-21T16:25:46.809 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:46.825967 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.log" 2022-02-21T16:25:47.301 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 281 16 110062 110046 24.4723 9 0.0406956 0.040851 2022-02-21T16:25:48.301 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 282 16 110226 110210 24.4219 10.25 0.126609 0.0409269 2022-02-21T16:25:49.302 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 283 16 110420 110404 24.3784 12.125 0.0275592 0.0410085 2022-02-21T16:25:50.302 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 284 16 110643 110627 24.3417 13.9375 0.0447715 0.0410708 2022-02-21T16:25:50.757 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:50.774611 I | cephclient: creating replicated pool foo.rgw.control succeeded 2022-02-21T16:25:50.763 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:50.780827 I | cephclient: creating replicated pool foo.rgw.buckets.index succeeded 2022-02-21T16:25:50.777 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:50.795056 I | cephclient: creating replicated pool foo-metadata succeeded 2022-02-21T16:25:50.778 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:50.795176 I | cephclient: creating replicated pool foo.rgw.meta succeeded 2022-02-21T16:25:51.302 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 285 16 110804 110788 24.2916 10.0625 0.0761661 0.0411542 2022-02-21T16:25:52.303 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 286 16 111014 110998 24.2525 13.125 0.0425502 0.0412181 2022-02-21T16:25:53.302 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 287 16 111249 111233 24.2192 14.6875 0.0436745 0.0412797 2022-02-21T16:25:54.302 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 288 16 111449 111433 24.1785 12.5 0.0403345 0.0413494 2022-02-21T16:25:55.043 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:55.058523 I | cephclient: creating replicated pool foo.rgw.log succeeded 2022-02-21T16:25:55.060 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:55.076645 I | cephclient: creating replicated pool foo.rgw.buckets.non-ec succeeded 2022-02-21T16:25:55.302 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 289 16 111657 111641 24.1398 13 0.0421575 0.0414116 2022-02-21T16:25:55.916 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:55.930348 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-02-21T16:25:55.916 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:55.930373 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-02-21T16:25:56.217 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:25:56.234839 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:25:56.302 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 290 16 111853 111837 24.0988 12.25 0.088249 0.0414873 2022-02-21T16:25:57.303 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 291 16 112024 112008 24.0527 10.6875 0.0806704 0.0415613 2022-02-21T16:25:58.303 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 292 16 112260 112244 24.0208 14.75 0.0915819 0.041621 2022-02-21T16:25:59.303 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 293 16 112438 112422 23.9768 11.125 0.0384484 0.0416953 2022-02-21T16:26:00.004 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:00.020986 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:26:00.184 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:00.200929 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-data0" 2022-02-21T16:26:00.304 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 294 16 112649 112633 23.9401 13.1875 0.0446562 0.0417586 2022-02-21T16:26:01.303 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 295 16 112839 112823 23.8992 11.875 0.172895 0.0418212 2022-02-21T16:26:01.545 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:01.551785 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:26:01.545 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:01.551812 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:26:02.303 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 296 16 113058 113042 23.8647 13.6875 0.0925828 0.0418876 2022-02-21T16:26:02.573 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:02.570180 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-02-21T16:26:03.303 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 297 16 113252 113236 23.8252 12.125 0.0318597 0.0419584 2022-02-21T16:26:04.303 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 298 16 113421 113405 23.7807 10.5625 0.0547989 0.0420358 2022-02-21T16:26:05.303 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 299 16 113612 113596 23.7411 11.9375 0.106734 0.0421079 2022-02-21T16:26:06.254 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:06.268671 I | cephclient: creating replicated pool foo-data0 succeeded 2022-02-21T16:26:06.255 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:06.268706 I | cephclient: creating filesystem "foo" with metadata pool "foo-metadata" and data pools [foo-data0] 2022-02-21T16:26:06.304 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:26:06.321271+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0421857 2022-02-21T16:26:06.304 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:26:06.304 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 300 16 113782 113766 23.6974 10.625 0.0669325 0.0421857 2022-02-21T16:26:07.304 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 301 16 113957 113941 23.655 10.9375 0.0945964 0.0422537 2022-02-21T16:26:08.304 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 302 16 114191 114175 23.6251 14.625 0.104202 0.0423177 2022-02-21T16:26:09.304 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 303 16 114413 114397 23.5929 13.875 0.0287477 0.0423733 2022-02-21T16:26:09.386 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:09.401441 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-02-21T16:26:09.664 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:09.676982 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:26:10.304 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 304 16 114589 114573 23.5515 11 0.101604 0.0424486 2022-02-21T16:26:11.304 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 305 16 114779 114763 23.5132 11.875 0.0751849 0.0425188 2022-02-21T16:26:11.356 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:11.373599 I | ceph-file-controller: created filesystem "foo" on 1 data pool(s) and metadata pool "foo-metadata" 2022-02-21T16:26:12.304 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 306 16 114982 114966 23.4778 12.6875 0.111854 0.0425826 2022-02-21T16:26:12.812 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:12.829469 I | cephclient: setting allow_standby_replay for filesystem "foo" 2022-02-21T16:26:13.029 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:13.046321 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:26:13.304 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 307 16 115175 115159 23.4406 12.0625 0.0202504 0.0426459 2022-02-21T16:26:14.304 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 308 16 115371 115355 23.4043 12.25 0.105758 0.0427147 2022-02-21T16:26:14.566 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:14.583010 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:26:14.567 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:14.583057 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:26:14.814 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:14.824748 I | ceph-file-controller: start running mdses for filesystem "foo" 2022-02-21T16:26:15.305 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 309 16 115548 115532 23.3643 11.0625 0.0475716 0.0427904 2022-02-21T16:26:15.659 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:15.676526 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-02-21T16:26:15.948 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:15.964828 I | cephclient: getting or creating ceph auth key "mds.foo-a" 2022-02-21T16:26:16.305 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 310 16 115680 115664 23.3155 8.25 0.126675 0.0428762 2022-02-21T16:26:17.305 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 311 16 115833 115817 23.2713 9.5625 0.0708386 0.0429587 2022-02-21T16:26:18.136 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:18.148811 I | op-mds: setting mds config flags 2022-02-21T16:26:18.136 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:18.148844 I | op-config: setting "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-02-21T16:26:18.305 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 312 16 115973 115957 23.2248 8.75 0.153175 0.0430458 2022-02-21T16:26:19.306 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 313 16 116170 116154 23.1899 12.3125 0.111618 0.0431026 2022-02-21T16:26:20.306 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 314 16 116328 116312 23.1475 9.875 0.405887 0.0431536 2022-02-21T16:26:20.538 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:20.552670 I | op-config: successfully set "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-02-21T16:26:20.864 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:20.880884 I | cephclient: getting or creating ceph auth key "mds.foo-b" 2022-02-21T16:26:21.306 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 315 16 116430 116414 23.0943 6.375 0.0719796 0.0432911 2022-02-21T16:26:21.532 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:21.548921 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-02-21T16:26:21.696 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:21.712049 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:26:21.993 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:22.006027 I | op-mds: setting mds config flags 2022-02-21T16:26:21.993 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:22.006055 I | op-config: setting "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-02-21T16:26:22.306 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 316 16 116586 116570 23.052 9.75 0.0251908 0.0433653 2022-02-21T16:26:23.306 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 317 16 116858 116842 23.0329 17 0.0896972 0.0434052 2022-02-21T16:26:24.306 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 318 16 117127 117111 23.0134 16.8125 0.0211869 0.0434427 2022-02-21T16:26:25.307 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 319 16 117295 117279 22.9741 10.5 0.13999 0.0434978 2022-02-21T16:26:25.843 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:25.852469 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:26:26.307 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:26:26.324601+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0435741 2022-02-21T16:26:26.307 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:26:26.308 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 320 16 117513 117497 22.9449 13.625 0.0551076 0.0435741 2022-02-21T16:26:26.581 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:26.598318 I | op-config: successfully set "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-02-21T16:26:26.675 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:26.687598 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:26:26.675 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:26.687623 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:26:27.307 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 321 16 117722 117706 22.9141 13.0625 0.157478 0.0436254 2022-02-21T16:26:28.048 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:28.061856 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-02-21T16:26:28.307 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 322 16 117994 117978 22.8957 17 0.0690266 0.0436614 2022-02-21T16:26:29.307 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 323 16 118240 118224 22.8724 15.375 0.107621 0.0437055 2022-02-21T16:26:30.307 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 324 16 118470 118454 22.8462 14.375 0.0437684 0.0437597 2022-02-21T16:26:31.308 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 325 16 118701 118685 22.8203 14.4375 0.0323597 0.0438111 2022-02-21T16:26:32.308 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 326 16 118932 118916 22.7946 14.4375 0.0238249 0.0438612 2022-02-21T16:26:33.158 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:33.172925 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-02-21T16:26:33.215 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:33.228400 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:26:33.313 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 327 16 119180 119164 22.7719 15.5 0.0807433 0.0438987 2022-02-21T16:26:34.314 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 328 16 119430 119414 22.75 15.625 0.0538072 0.0439433 2022-02-21T16:26:35.314 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 329 16 119678 119662 22.728 15.5 0.0638808 0.0439845 2022-02-21T16:26:35.552 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:35.569293 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:26:36.315 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 330 16 119871 119855 22.6957 12.0625 0.0488245 0.0440506 2022-02-21T16:26:37.315 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 331 16 120126 120110 22.6753 15.9375 0.0489388 0.0440927 2022-02-21T16:26:37.486 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:37.502626 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:26:37.486 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:37.502651 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:26:38.315 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 332 16 120393 120377 22.6572 16.6875 0.0390678 0.0441266 2022-02-21T16:26:38.420 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:38.432783 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-02-21T16:26:39.315 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 333 16 120640 120624 22.6355 15.4375 0.136121 0.0441632 2022-02-21T16:26:40.315 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 334 16 120874 120858 22.6116 14.625 0.0874293 0.044215 2022-02-21T16:26:41.315 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 335 16 121189 121173 22.6028 19.6875 0.0582035 0.0442325 2022-02-21T16:26:42.315 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 336 16 121486 121470 22.5908 18.5625 0.158688 0.0442541 2022-02-21T16:26:42.862 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:42.879018 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-02-21T16:26:42.948 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:42.964921 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:26:43.315 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 337 16 121810 121794 22.5838 20.25 0.030323 0.0442679 2022-02-21T16:26:44.315 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 338 16 122038 122022 22.5592 14.25 0.131239 0.0443165 2022-02-21T16:26:45.315 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 339 16 122307 122291 22.5422 16.8125 0.0421238 0.044352 2022-02-21T16:26:46.163 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:46.178302 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:26:46.316 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:2022-02-21T16:26:46.333089+0000 min lat: 0.00152012 max lat: 12.6989 avg lat: 0.0443835 2022-02-21T16:26:46.316 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T16:26:46.316 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 340 16 122581 122565 22.5263 17.125 0.041768 0.0443835 2022-02-21T16:26:47.316 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 341 16 122849 122833 22.5093 16.75 0.0226341 0.0444149 2022-02-21T16:26:47.368 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:47.383836 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:26:47.379 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:47.384010 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:26:48.316 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 342 16 123178 123162 22.5036 20.5625 0.0174716 0.0444287 2022-02-21T16:26:48.458 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:48.474896 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-02-21T16:26:49.316 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 343 16 123404 123388 22.4792 14.125 0.0459028 0.0444724 2022-02-21T16:26:50.316 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 344 16 123669 123653 22.462 16.5625 0.0974306 0.0445092 2022-02-21T16:26:51.316 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 345 16 123965 123949 22.4505 18.5 0.0470295 0.0445313 2022-02-21T16:26:51.927 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:51.942541 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-02-21T16:26:52.140 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:52.156691 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:26:52.316 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 346 16 124228 124212 22.4331 16.4375 0.0278738 0.0445675 2022-02-21T16:26:53.316 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 347 16 124518 124502 22.4207 18.125 0.149392 0.0445903 2022-02-21T16:26:54.195 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:54.212142 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:26:54.271 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:54.287952 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:26:54.271 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:54.287976 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:26:54.316 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 348 16 124824 124808 22.4113 19.125 0.109611 0.0446116 2022-02-21T16:26:54.960 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:54.972281 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-02-21T16:26:55.317 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 349 16 125066 125050 22.3904 15.125 0.0404414 0.0446489 2022-02-21T16:26:56.317 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 350 16 125255 125239 22.3601 11.8125 0.066079 0.0447114 2022-02-21T16:26:57.317 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 351 16 125467 125451 22.3342 13.25 0.0284087 0.0447644 2022-02-21T16:26:57.808 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:57.824973 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-02-21T16:26:58.135 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:26:58.151645 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:26:58.317 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 352 16 125787 125771 22.3276 20 0.0563528 0.0447781 2022-02-21T16:26:59.317 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 353 16 126093 126077 22.3185 19.125 0.0491505 0.0447962 2022-02-21T16:27:00.155 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:00.168975 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:27:00.317 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 354 16 126355 126339 22.3017 16.375 0.0533636 0.0448316 2022-02-21T16:27:00.465 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:00.481170 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:27:00.465 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:00.481198 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:27:01.056 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:01.065789 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-02-21T16:27:01.317 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 355 16 126628 126612 22.2869 17.0625 0.268335 0.0448575 2022-02-21T16:27:02.317 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 356 16 126843 126827 22.2621 13.4375 0.145026 0.0449092 2022-02-21T16:27:03.317 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 357 16 127148 127132 22.2531 19.0625 0.0257979 0.0449293 2022-02-21T16:27:03.940 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:03.953691 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-02-21T16:27:04.318 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 358 16 127425 127409 22.2393 17.3125 0.0118117 0.0449427 2022-02-21T16:27:04.776 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:04.788841 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:27:05.318 INFO:tasks.radosbench.radosbench.a.smithi170.stdout: 359 16 127603 127587 22.2083 11.125 0.049963 0.0450174 2022-02-21T16:27:06.318 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Total time run: 360.032 2022-02-21T16:27:06.319 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Total writes made: 127862 2022-02-21T16:27:06.319 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Write size: 65536 2022-02-21T16:27:06.319 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Object size: 65536 2022-02-21T16:27:06.319 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Bandwidth (MB/sec): 22.1963 2022-02-21T16:27:06.320 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Stddev Bandwidth: 16.016 2022-02-21T16:27:06.320 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Max bandwidth (MB/sec): 92.5625 2022-02-21T16:27:06.320 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Min bandwidth (MB/sec): 0 2022-02-21T16:27:06.320 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Average IOPS: 355 2022-02-21T16:27:06.320 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Stddev IOPS: 256.266 2022-02-21T16:27:06.321 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Max IOPS: 1481 2022-02-21T16:27:06.321 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Min IOPS: 0 2022-02-21T16:27:06.321 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Average Latency(s): 0.0450445 2022-02-21T16:27:06.321 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Stddev Latency(s): 0.226654 2022-02-21T16:27:06.322 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Max latency(s): 12.6989 2022-02-21T16:27:06.322 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Min latency(s): 0.00152012 2022-02-21T16:27:06.322 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Cleaning up (deleting benchmark objects) 2022-02-21T16:27:07.435 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:07.449606 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:27:07.555 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:07.570396 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:27:07.555 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:07.570427 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:27:08.265 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:08.279948 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-02-21T16:27:11.175 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:11.189953 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-02-21T16:27:13.114 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:13.130546 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:27:15.561 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:15.575509 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:27:15.694 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:15.709286 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:27:15.695 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:15.709311 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:27:16.225 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:16.240834 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-02-21T16:27:19.062 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:19.078632 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-02-21T16:27:21.634 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:21.648503 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:27:23.944 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:23.957206 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:27:25.639 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:25.587701 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:27:25.642 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:25.587721 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:27:26.289 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:26.305236 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-02-21T16:27:30.794 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:30.751658 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-02-21T16:27:36.114 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:36.130619 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:27:38.124 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:38.140500 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:27:38.252 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:38.251225 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:27:38.259 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:38.251245 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:27:38.932 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:38.946080 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-02-21T16:27:41.866 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:41.880953 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-02-21T16:27:52.151 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:52.165742 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:27:54.266 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:54.281848 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:27:54.401 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:54.417489 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:27:54.401 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:54.417514 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:27:55.110 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:55.124711 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-02-21T16:27:59.598 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:27:59.611075 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-02-21T16:28:20.081 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:28:20.096398 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:28:22.073 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:28:22.085330 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:28:22.185 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:28:22.200845 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:28:22.185 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:28:22.200870 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:28:22.872 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:28:22.887894 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-02-21T16:28:26.157 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:28:26.173494 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-02-21T16:29:07.443 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:29:07.455362 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:29:10.037 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:29:10.049810 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:29:10.203 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:29:10.219022 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:29:10.207 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:29:10.219337 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:29:10.917 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:29:10.932349 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-02-21T16:29:14.004 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:29:14.020555 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-02-21T16:30:35.948 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:30:35.963831 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:30:38.086 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:30:38.099423 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:30:38.193 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:30:38.208958 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:30:38.196 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:30:38.209848 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:30:38.864 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:30:38.879679 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-02-21T16:30:41.600 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:30:41.615527 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-02-21T16:33:25.458 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:33:25.472787 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:33:27.649 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:33:27.662816 I | ceph-object-controller: reconciling object store deployments 2022-02-21T16:33:27.733 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:33:27.748654 I | ceph-object-controller: ceph object store gateway service running at 10.100.37.224 2022-02-21T16:33:27.733 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:33:27.748679 I | ceph-object-controller: reconciling object store pools 2022-02-21T16:33:28.303 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:33:28.315012 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-02-21T16:33:33.253 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:33:33.237376 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-02-21T16:34:47.599 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Removed 127862 objects 2022-02-21T16:34:47.600 INFO:tasks.radosbench.radosbench.a.smithi170.stdout:Clean up completed and total clean up time :461.276 2022-02-21T16:34:48.777 INFO:tasks.rook.ceph_manager.ceph:removing pool_name unique_pool_0 2022-02-21T16:34:48.778 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph osd pool rm unique_pool_0 unique_pool_0 --yes-i-really-really-mean-it 2022-02-21T16:34:52.619 INFO:teuthology.orchestra.run.smithi170.stderr:pool 'unique_pool_0' removed 2022-02-21T16:34:52.636 DEBUG:teuthology.run_tasks:Unwinding manager install 2022-02-21T16:34:52.649 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits... 2022-02-21T16:34:52.650 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits 2022-02-21T16:34:53.816 DEBUG:teuthology.run_tasks:Unwinding manager rook 2022-02-21T16:34:53.830 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:34:55.299 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:34:55.299 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:25:34.000000Z", "last_refresh": "2022-02-21T16:34:54.498356Z", "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:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:34:54.498356Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:34:54.498356Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:34:54.498356Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2022-02-21T16:25:33.000000Z", "last_refresh": "2022-02-21T16:34:54.498356Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:34:54.498356Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:34:54.498356Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_name": "rbd-mirror", "service_type": "rbd-mirror", "status": {"last_refresh": "2022-02-21T16:34:54.498356Z", "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:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:34:54.498356Z", "running": 0, "size": 1}}] 2022-02-21T16:34:55.322 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch rm mds.foo 2022-02-21T16:34:56.666 INFO:teuthology.orchestra.run.smithi170.stdout:Removed cephfilesystems/foo 2022-02-21T16:34:56.689 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch rm nfs.foo 2022-02-21T16:34:56.755 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:34:56.771435 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:34:57.921 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:34:57.937810 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-02-21T16:34:59.623 INFO:teuthology.orchestra.run.smithi170.stdout:Removed cephnfses/foo 2022-02-21T16:34:59.643 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch rm rbd-mirror 2022-02-21T16:35:00.335 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:00.350715 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:35:00.447 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:00.463406 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-02-21T16:35:00.447 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:00.463450 I | op-mds: successfully deleted mds config for "mds.foo-a" in mon configuration database 2022-02-21T16:35:00.448 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:00.463462 I | cephclient: deleting ceph auth "mds.foo-a" 2022-02-21T16:35:00.824 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:00.840629 I | ceph-nfs-controller: deleting ceph nfs "foo" 2022-02-21T16:35:00.825 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:00.840656 I | ceph-nfs-controller: removing ganesha "a" from grace db 2022-02-21T16:35:00.855 INFO:teuthology.orchestra.run.smithi170.stdout:Removed cephrbdmirrors/default-rbd-mirror 2022-02-21T16:35:00.876 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch rm rgw.foo 2022-02-21T16:35:00.885 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:00.902168 I | ceph-spec: object "rook-ceph-rbd-mirror-a" matched on delete, reconciling 2022-02-21T16:35:01.111 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:01.127596 I | op-mds: successfully deleted mds CephX key for "mds.foo-a" 2022-02-21T16:35:01.120 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:01.136531 I | ceph-spec: removing finalizer "cephnfs.ceph.rook.io" on "foo" 2022-02-21T16:35:01.145 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:01.156926 I | ceph-spec: object "rook-ceph-nfs-foo-a" matched on delete, reconciling 2022-02-21T16:35:01.148 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:01.162380 I | ceph-spec: object "rook-ceph-nfs-foo-a" matched on delete, reconciling 2022-02-21T16:35:01.149 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:01.162542 I | ceph-spec: object "rook-ceph-nfs-foo-a" matched on delete, reconciling 2022-02-21T16:35:01.441 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:01.457564 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-02-21T16:35:01.935 INFO:teuthology.orchestra.run.smithi170.stdout:Removed cephobjectstores/foo 2022-02-21T16:35:01.953 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:35:02.298 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:02.305993 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:35:03.377 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:03.393385 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-02-21T16:35:03.377 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:03.393418 I | op-mds: successfully deleted mds config for "mds.foo-b" in mon configuration database 2022-02-21T16:35:03.377 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:03.393426 I | cephclient: deleting ceph auth "mds.foo-b" 2022-02-21T16:35:03.972 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:35:03.973 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:25:34.000000Z", "last_refresh": "2022-02-21T16:35:03.251622Z", "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:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:35:03.251622Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:35:03.251622Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:35:03.251622Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:35:03.251622Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:35:03.251622Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:35:03.251622Z", "running": 0, "size": 1}}] 2022-02-21T16:35:04.931 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:04.947153 I | op-mds: successfully deleted mds CephX key for "mds.foo-b" 2022-02-21T16:35:04.931 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:04.947175 I | ceph-file-controller: downing filesystem "foo" 2022-02-21T16:35:06.331 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:06.347626 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-02-21T16:35:06.337+0000 7f838aa18340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T16:35:06.332 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:35:06.337+0000 7f838aa18340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T16:35:06.332 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:35:06.337+0000 7f838aa18340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T16:35:06.333 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T16:35:06.333 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:06.347651 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-02-21T16:35:06.337+0000 7f838aa18340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T16:35:06.333 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:35:06.337+0000 7f838aa18340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T16:35:06.333 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:35:06.337+0000 7f838aa18340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T16:35:06.333 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T16:35:06.451 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:06.467596 I | ceph-file-controller: downed filesystem "foo" 2022-02-21T16:35:09.921 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:09.937280 I | cephclient: no images/snapshosts present in pool "foo-metadata" 2022-02-21T16:35:09.921 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:09.937300 I | cephclient: purging pool "foo-metadata" (id=9) 2022-02-21T16:35:12.246 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:12.262743 I | cephclient: purge completed for pool "foo-metadata" 2022-02-21T16:35:12.784 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:12.795079 I | cephclient: no images/snapshosts present in pool "foo-data0" 2022-02-21T16:35:12.784 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:12.795098 I | cephclient: purging pool "foo-data0" (id=10) 2022-02-21T16:35:13.994 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:35:15.067 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:35:15.068 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:25:34.000000Z", "last_refresh": "2022-02-21T16:35:14.992738Z", "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:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:35:14.992738Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:35:14.992738Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:35:14.992738Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:35:14.992738Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:35:14.992738Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:35:14.992738Z", "running": 0, "size": 1}}] 2022-02-21T16:35:15.939 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:15.955014 I | cephclient: purge completed for pool "foo-data0" 2022-02-21T16:35:15.939 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:15.955047 I | ceph-spec: removing finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-02-21T16:35:16.135 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:16.150751 I | ceph-spec: object "rook-ceph-mds-foo-b" matched on delete, reconciling 2022-02-21T16:35:16.155 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:16.170797 I | ceph-spec: object "rook-ceph-mds-foo-b-keyring" matched on delete, reconciling 2022-02-21T16:35:16.160 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:16.176644 I | ceph-spec: object "rook-ceph-mds-foo-a-keyring" matched on delete, reconciling 2022-02-21T16:35:16.163 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:16.177315 I | ceph-spec: object "rook-ceph-mds-foo-a" matched on delete, reconciling 2022-02-21T16:35:21.486 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:35:21.502208 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi170": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T16:35:25.090 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:35:33.448 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:35:33.449 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:25:34.000000Z", "last_refresh": "2022-02-21T16:35:33.385020Z", "running": 2, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:35:33.385020Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:35:33.385020Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:35:33.385020Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:35:33.385020Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:35:33.385020Z", "running": 0, "size": 1}}] 2022-02-21T16:35:43.468 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:35:44.119 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:35:44.119 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:35:44.016656Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:35:44.016656Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:35:44.016656Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:35:44.016656Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:35:44.016656Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:35:44.016656Z", "running": 0, "size": 1}}] 2022-02-21T16:35:54.140 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:35:54.763 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:35:54.764 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:35:54.686668Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:35:54.686668Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:35:54.686668Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:35:54.686668Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:35:54.686668Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:35:54.686668Z", "running": 0, "size": 1}}] 2022-02-21T16:36:04.791 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:36:05.420 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:36:05.421 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:36:05.324742Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:36:05.324742Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:36:05.324742Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:36:05.324742Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:36:05.324742Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:36:05.324742Z", "running": 0, "size": 1}}] 2022-02-21T16:36:15.442 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:36:16.083 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:36:16.083 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:36:15.993821Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:36:15.993821Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:36:15.993821Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:36:15.993821Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:36:15.993821Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:36:15.993821Z", "running": 0, "size": 1}}] 2022-02-21T16:36:26.109 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:36:26.818 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:36:26.818 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:36:26.702491Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:36:26.702491Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:36:26.702491Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:36:26.702491Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:36:26.702491Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:36:26.702491Z", "running": 0, "size": 1}}] 2022-02-21T16:36:36.838 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:36:37.462 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:36:37.463 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:36:37.381921Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:36:37.381921Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:36:37.381921Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:36:37.381921Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:36:37.381921Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:36:37.381921Z", "running": 0, "size": 1}}] 2022-02-21T16:36:47.488 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:36:48.096 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:36:48.096 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:36:48.019024Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:36:48.019024Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:36:48.019024Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:36:48.019024Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:36:48.019024Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:36:48.019024Z", "running": 0, "size": 1}}] 2022-02-21T16:36:58.118 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:36:58.761 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:36:58.762 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:36:58.645754Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:36:58.645754Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:36:58.645754Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:36:58.645754Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:36:58.645754Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:36:58.645754Z", "running": 0, "size": 1}}] 2022-02-21T16:37:08.784 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:37:09.433 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:37:09.433 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:37:09.306204Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:37:09.306204Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:37:09.306204Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:37:09.306204Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:37:09.306204Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:37:09.306204Z", "running": 0, "size": 1}}] 2022-02-21T16:37:19.458 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:37:20.083 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:37:20.084 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:37:19.998056Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:37:19.998056Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:37:19.998056Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:37:19.998056Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:37:19.998056Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:37:19.998056Z", "running": 0, "size": 1}}] 2022-02-21T16:37:30.105 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:37:30.748 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:37:30.749 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:37:30.661753Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:37:30.661753Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:37:30.661753Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:37:30.661753Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:37:30.661753Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:37:30.661753Z", "running": 0, "size": 1}}] 2022-02-21T16:37:40.778 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:37:41.450 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:37:41.451 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:37:41.334813Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:37:41.334813Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:37:41.334813Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:37:41.334813Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:37:41.334813Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:37:41.334813Z", "running": 0, "size": 1}}] 2022-02-21T16:37:51.480 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:37:52.143 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:37:52.143 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:37:52.056745Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:37:52.056745Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:37:52.056745Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:37:52.056745Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:37:52.056745Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:37:52.056745Z", "running": 0, "size": 1}}] 2022-02-21T16:38:02.164 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:38:02.793 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:38:02.794 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:38:02.698467Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:38:02.698467Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:38:02.698467Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:38:02.698467Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:38:02.698467Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:38:02.698467Z", "running": 0, "size": 1}}] 2022-02-21T16:38:12.817 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:38:13.477 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:38:13.477 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:38:13.397902Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:38:13.397902Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:38:13.397902Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:38:13.397902Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:38:13.397902Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:38:13.397902Z", "running": 0, "size": 1}}] 2022-02-21T16:38:23.503 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:38:24.474 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:38:24.475 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:38:24.059429Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:38:24.059429Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:38:24.059429Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:38:24.059429Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:38:24.059429Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:38:24.059429Z", "running": 0, "size": 1}}] 2022-02-21T16:38:34.497 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:38:35.105 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:38:35.106 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:38:35.017537Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:38:35.017537Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:38:35.017537Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:38:35.017537Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:38:35.017537Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:38:35.017537Z", "running": 0, "size": 1}}] 2022-02-21T16:38:45.132 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:38:45.776 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:38:45.776 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:38:45.691416Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:38:45.691416Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:38:45.691416Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:38:45.691416Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:38:45.691416Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:38:45.691416Z", "running": 0, "size": 1}}] 2022-02-21T16:38:55.801 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:38:56.418 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:38:56.419 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:38:56.331616Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:38:56.331616Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:38:56.331616Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:38:56.331616Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:38:56.331616Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:38:56.331616Z", "running": 0, "size": 1}}] 2022-02-21T16:39:00.920 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:39:00.927508 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:39:01.577 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:39:01.585133 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-02-21T16:39:01.573+0000 7f0a024d9340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T16:39:01.578 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:39:01.573+0000 7f0a024d9340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T16:39:01.578 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:39:01.573+0000 7f0a024d9340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T16:39:01.578 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T16:39:01.578 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:39:01.585156 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-02-21T16:39:01.573+0000 7f0a024d9340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T16:39:01.579 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:39:01.573+0000 7f0a024d9340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T16:39:01.579 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:39:01.573+0000 7f0a024d9340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T16:39:01.579 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T16:39:06.463 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:39:07.100 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:39:07.101 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:39:07.010145Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:39:07.010145Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:39:07.010145Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:39:07.010145Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:39:07.010145Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:39:07.010145Z", "running": 0, "size": 1}}] 2022-02-21T16:39:17.130 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:39:17.732 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:39:17.733 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:39:17.642231Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:39:17.642231Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:39:17.642231Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:39:17.642231Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:39:17.642231Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:39:17.642231Z", "running": 0, "size": 1}}] 2022-02-21T16:39:27.761 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:39:28.389 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:39:28.390 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:39:28.298778Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:39:28.298778Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:39:28.298778Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:39:28.298778Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:39:28.298778Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:39:28.298778Z", "running": 0, "size": 1}}] 2022-02-21T16:39:38.414 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:39:39.041 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:39:39.042 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:39:38.950537Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:39:38.950537Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:39:38.950537Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:39:38.950537Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:39:38.950537Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:39:38.950537Z", "running": 0, "size": 1}}] 2022-02-21T16:39:49.068 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:39:49.682 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:39:49.682 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:39:49.602627Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:39:49.602627Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:39:49.602627Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:39:49.602627Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:39:49.602627Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:39:49.602627Z", "running": 0, "size": 1}}] 2022-02-21T16:39:59.705 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:40:00.354 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:40:00.354 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:40:00.258876Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:40:00.258876Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:40:00.258876Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:40:00.258876Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:40:00.258876Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:40:00.258876Z", "running": 0, "size": 1}}] 2022-02-21T16:40:10.378 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:40:10.987 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:40:10.987 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:40:10.902598Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:40:10.902598Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:40:10.902598Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:40:10.902598Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:40:10.902598Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:40:10.902598Z", "running": 0, "size": 1}}] 2022-02-21T16:40:21.009 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:40:21.630 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:40:21.631 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:40:21.546746Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:40:21.546746Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:40:21.546746Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:40:21.546746Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:40:21.546746Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:40:21.546746Z", "running": 0, "size": 1}}] 2022-02-21T16:40:31.654 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:40:32.269 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:40:32.269 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:40:32.178636Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:40:32.178636Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:40:32.178636Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:40:32.178636Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:40:32.178636Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:40:32.178636Z", "running": 0, "size": 1}}] 2022-02-21T16:40:42.297 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:40:42.922 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:40:42.922 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:40:42.840945Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:40:42.840945Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:40:42.840945Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:40:42.840945Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:40:42.840945Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:40:42.840945Z", "running": 0, "size": 1}}] 2022-02-21T16:40:52.943 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:40:53.569 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:40:53.570 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:40:53.437860Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:40:53.437860Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:40:53.437860Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:40:53.437860Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:40:53.437860Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:40:53.437860Z", "running": 0, "size": 1}}] 2022-02-21T16:41:03.595 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:41:04.249 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:41:04.250 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:41:04.159915Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:41:04.159915Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:41:04.159915Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:41:04.159915Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:41:04.159915Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:41:04.159915Z", "running": 0, "size": 1}}] 2022-02-21T16:41:14.277 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:41:15.036 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:41:15.037 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:41:14.862382Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:41:14.862382Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:41:14.862382Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:41:14.862382Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:41:14.862382Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:41:14.862382Z", "running": 0, "size": 1}}] 2022-02-21T16:41:25.062 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:41:25.792 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:41:25.792 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:41:25.683642Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:41:25.683642Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:41:25.683642Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:41:25.683642Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:41:25.683642Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:41:25.683642Z", "running": 0, "size": 1}}] 2022-02-21T16:41:35.817 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:41:36.418 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:41:36.419 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:41:36.326635Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:41:36.326635Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:41:36.326635Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:41:36.326635Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:41:36.326635Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:41:36.326635Z", "running": 0, "size": 1}}] 2022-02-21T16:41:46.443 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:41:47.125 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:41:47.286 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:41:47.035010Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:41:47.035010Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:41:47.035010Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:41:47.035010Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:41:47.035010Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:41:47.035010Z", "running": 0, "size": 1}}] 2022-02-21T16:41:57.289 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:41:57.939 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:41:57.940 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:41:57.820912Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:41:57.820912Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:41:57.820912Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:41:57.820912Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:41:57.820912Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:41:57.820912Z", "running": 0, "size": 1}}] 2022-02-21T16:42:07.962 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:42:08.630 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:42:08.630 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:42:08.495246Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:42:08.495246Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:42:08.495246Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:42:08.495246Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:42:08.495246Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:42:08.495246Z", "running": 0, "size": 1}}] 2022-02-21T16:42:18.654 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:42:19.296 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:42:19.296 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:42:19.210279Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:42:19.210279Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:42:19.210279Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:42:19.210279Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:42:19.210279Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:42:19.210279Z", "running": 0, "size": 1}}] 2022-02-21T16:42:29.322 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:42:29.929 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:42:29.930 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:42:29.840772Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:42:29.840772Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:42:29.840772Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:42:29.840772Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:42:29.840772Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:42:29.840772Z", "running": 0, "size": 1}}] 2022-02-21T16:42:39.951 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:42:40.524 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:42:40.525 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:42:40.434213Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:42:40.434213Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:42:40.434213Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:42:40.434213Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:42:40.434213Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:42:40.434213Z", "running": 0, "size": 1}}] 2022-02-21T16:42:50.546 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:42:51.144 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:42:51.145 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:42:51.048481Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:42:51.048481Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:42:51.048481Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:42:51.048481Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:42:51.048481Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:42:51.048481Z", "running": 0, "size": 1}}] 2022-02-21T16:43:01.168 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:43:01.798 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:43:01.798 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:43:01.706287Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:43:01.706287Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:43:01.706287Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:43:01.706287Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:43:01.706287Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:43:01.706287Z", "running": 0, "size": 1}}] 2022-02-21T16:43:11.821 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:43:12.473 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:43:12.473 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:43:12.348251Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:43:12.348251Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:43:12.348251Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:43:12.348251Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:43:12.348251Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:43:12.348251Z", "running": 0, "size": 1}}] 2022-02-21T16:43:22.495 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:43:23.108 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:43:23.109 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:43:23.024336Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:43:23.024336Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:43:23.024336Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:43:23.024336Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:43:23.024336Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:43:23.024336Z", "running": 0, "size": 1}}] 2022-02-21T16:43:33.131 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:43:33.769 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:43:33.770 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:43:33.636974Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:43:33.636974Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:43:33.636974Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:43:33.636974Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:43:33.636974Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:43:33.636974Z", "running": 0, "size": 1}}] 2022-02-21T16:43:43.792 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:43:44.394 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:43:44.395 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:43:44.300326Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:43:44.300326Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:43:44.300326Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:43:44.300326Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:43:44.300326Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:43:44.300326Z", "running": 0, "size": 1}}] 2022-02-21T16:43:54.420 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:43:55.078 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:43:55.079 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:43:54.952157Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:43:54.952157Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:43:54.952157Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:43:54.952157Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:43:54.952157Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:43:54.952157Z", "running": 0, "size": 1}}] 2022-02-21T16:44:05.099 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:44:05.750 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:44:05.751 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:44:05.629064Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:44:05.629064Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:44:05.629064Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:44:05.629064Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:44:05.629064Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:44:05.629064Z", "running": 0, "size": 1}}] 2022-02-21T16:44:15.773 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:44:16.523 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:44:16.523 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:44:16.402234Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:44:16.402234Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:44:16.402234Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:44:16.402234Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:44:16.402234Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:44:16.402234Z", "running": 0, "size": 1}}] 2022-02-21T16:44:26.546 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:44:27.168 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:44:27.169 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:44:27.079030Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:44:27.079030Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:44:27.079030Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:44:27.079030Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:44:27.079030Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:44:27.079030Z", "running": 0, "size": 1}}] 2022-02-21T16:44:37.197 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:44:37.833 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:44:37.833 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:44:37.686160Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:44:37.686160Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:44:37.686160Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:44:37.686160Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:44:37.686160Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:44:37.686160Z", "running": 0, "size": 1}}] 2022-02-21T16:44:47.866 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:44:48.529 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:44:48.530 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:44:48.423339Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:44:48.423339Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:44:48.423339Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:44:48.423339Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:44:48.423339Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:44:48.423339Z", "running": 0, "size": 1}}] 2022-02-21T16:44:58.555 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:44:59.172 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:44:59.172 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:44:59.080973Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:44:59.080973Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:44:59.080973Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:44:59.080973Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:44:59.080973Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:44:59.080973Z", "running": 0, "size": 1}}] 2022-02-21T16:45:09.193 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:45:09.809 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:45:09.810 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:45:09.719755Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:45:09.719755Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:45:09.719755Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:45:09.719755Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:45:09.719755Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:45:09.719755Z", "running": 0, "size": 1}}] 2022-02-21T16:45:19.833 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:45:20.475 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:45:20.475 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:45:20.356307Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:45:20.356307Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:45:20.356307Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:45:20.356307Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:45:20.356307Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:45:20.356307Z", "running": 0, "size": 1}}] 2022-02-21T16:45:30.497 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:45:33.874 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:45:33.875 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:45:33.777362Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:45:33.777362Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:45:33.777362Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:45:33.777362Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:45:33.777362Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:45:33.777362Z", "running": 0, "size": 1}}] 2022-02-21T16:45:43.900 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:45:44.811 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:45:44.812 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:45:44.725929Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:45:44.725929Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:45:44.725929Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:45:44.725929Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:45:44.725929Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:45:44.725929Z", "running": 0, "size": 1}}] 2022-02-21T16:45:54.834 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:45:55.511 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:45:55.512 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:45:55.421825Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:45:55.421825Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:45:55.421825Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:45:55.421825Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:45:55.421825Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:45:55.421825Z", "running": 0, "size": 1}}] 2022-02-21T16:46:05.535 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:46:06.135 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:46:06.136 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:46:06.035359Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:46:06.035359Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:46:06.035359Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:46:06.035359Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:46:06.035359Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:46:06.035359Z", "running": 0, "size": 1}}] 2022-02-21T16:46:16.159 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:46:16.811 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:46:16.811 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:46:16.703266Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:46:16.703266Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:46:16.703266Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:46:16.703266Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:46:16.703266Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:46:16.703266Z", "running": 0, "size": 1}}] 2022-02-21T16:46:26.832 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:46:27.455 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:46:27.455 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:46:27.359278Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:46:27.359278Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:46:27.359278Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:46:27.359278Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:46:27.359278Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:46:27.359278Z", "running": 0, "size": 1}}] 2022-02-21T16:46:37.480 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:46:38.101 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:46:38.101 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:46:38.004821Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:46:38.004821Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:46:38.004821Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:46:38.004821Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:46:38.004821Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:46:38.004821Z", "running": 0, "size": 1}}] 2022-02-21T16:46:48.125 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:46:48.772 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:46:48.772 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:46:48.642353Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:46:48.642353Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:46:48.642353Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:46:48.642353Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:46:48.642353Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:46:48.642353Z", "running": 0, "size": 1}}] 2022-02-21T16:46:58.798 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:46:59.419 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:46:59.419 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:46:59.314487Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:46:59.314487Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:46:59.314487Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:46:59.314487Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:46:59.314487Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:46:59.314487Z", "running": 0, "size": 1}}] 2022-02-21T16:47:09.446 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:47:10.076 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:47:10.076 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:47:09.974262Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:47:09.974262Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:47:09.974262Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:47:09.974262Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:47:09.974262Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:47:09.974262Z", "running": 0, "size": 1}}] 2022-02-21T16:47:20.100 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:47:20.742 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:47:20.743 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:47:20.621881Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:47:20.621881Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:47:20.621881Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:47:20.621881Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:47:20.621881Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:47:20.621881Z", "running": 0, "size": 1}}] 2022-02-21T16:47:30.763 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:47:31.402 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:47:31.402 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:47:31.296720Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:47:31.296720Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:47:31.296720Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:47:31.296720Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:47:31.296720Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:47:31.296720Z", "running": 0, "size": 1}}] 2022-02-21T16:47:41.426 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:47:42.043 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:47:42.043 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:47:41.941490Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:47:41.941490Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:47:41.941490Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:47:41.941490Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:47:41.941490Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:47:41.941490Z", "running": 0, "size": 1}}] 2022-02-21T16:47:52.069 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:47:52.713 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:47:52.714 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:47:52.603723Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:47:52.603723Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:47:52.603723Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:47:52.603723Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:47:52.603723Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:47:52.603723Z", "running": 0, "size": 1}}] 2022-02-21T16:48:02.739 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:48:03.366 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:48:03.366 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:48:03.270102Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:48:03.270102Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:48:03.270102Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:48:03.270102Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:48:03.270102Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:48:03.270102Z", "running": 0, "size": 1}}] 2022-02-21T16:48:13.388 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:48:13.998 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:48:13.998 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:48:13.894905Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:48:13.894905Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:48:13.894905Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:48:13.894905Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:48:13.894905Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:48:13.894905Z", "running": 0, "size": 1}}] 2022-02-21T16:48:24.022 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:48:24.647 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:48:24.648 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:48:24.550004Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:48:24.550004Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:48:24.550004Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:48:24.550004Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:48:24.550004Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:48:24.550004Z", "running": 0, "size": 1}}] 2022-02-21T16:48:34.693 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:48:35.330 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:48:35.330 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:48:35.223504Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:48:35.223504Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:48:35.223504Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:48:35.223504Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:48:35.223504Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:48:35.223504Z", "running": 0, "size": 1}}] 2022-02-21T16:48:45.353 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:48:45.967 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:48:45.967 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:48:45.875725Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:48:45.875725Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:48:45.875725Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:48:45.875725Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:48:45.875725Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:48:45.875725Z", "running": 0, "size": 1}}] 2022-02-21T16:48:55.993 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:48:56.808 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:48:56.808 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:48:56.482170Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:48:56.482170Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:48:56.482170Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:48:56.482170Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:48:56.482170Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:48:56.482170Z", "running": 0, "size": 1}}] 2022-02-21T16:49:06.834 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:49:07.757 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:49:07.757 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:49:07.662797Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:49:07.662797Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:49:07.662797Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:49:07.662797Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:49:07.662797Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:49:07.662797Z", "running": 0, "size": 1}}] 2022-02-21T16:49:17.781 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:49:18.379 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:49:18.380 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:49:18.281492Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:49:18.281492Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:49:18.281492Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:49:18.281492Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:49:18.281492Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:49:18.281492Z", "running": 0, "size": 1}}] 2022-02-21T16:49:28.403 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:49:29.070 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:49:29.070 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:49:28.959292Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:49:28.959292Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:49:28.959292Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:49:28.959292Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:49:28.959292Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:49:28.959292Z", "running": 0, "size": 1}}] 2022-02-21T16:49:39.093 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:49:39.698 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:49:39.698 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:49:39.594873Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:49:39.594873Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:49:39.594873Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:49:39.594873Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:49:39.594873Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:49:39.594873Z", "running": 0, "size": 1}}] 2022-02-21T16:49:49.721 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:49:50.342 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:49:50.343 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:49:50.241414Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:49:50.241414Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:49:50.241414Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:49:50.241414Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:49:50.241414Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:49:50.241414Z", "running": 0, "size": 1}}] 2022-02-21T16:50:00.364 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:50:01.049 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:50:01.050 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:50:00.885482Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:50:00.885482Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:50:00.885482Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:50:00.885482Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:50:00.885482Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:50:00.885482Z", "running": 0, "size": 1}}] 2022-02-21T16:50:11.071 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:50:11.760 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:50:11.761 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:50:11.642264Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:50:11.642264Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:50:11.642264Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:50:11.642264Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:50:11.642264Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:50:11.642264Z", "running": 0, "size": 1}}] 2022-02-21T16:50:21.782 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:50:22.368 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:50:22.368 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:50:22.284600Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:50:22.284600Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:50:22.284600Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:50:22.284600Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:50:22.284600Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:50:22.284600Z", "running": 0, "size": 1}}] 2022-02-21T16:50:32.390 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:50:33.015 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:50:33.016 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:50:32.914179Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:50:32.914179Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:50:32.914179Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:50:32.914179Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:50:32.914179Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:50:32.914179Z", "running": 0, "size": 1}}] 2022-02-21T16:50:43.038 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:50:43.679 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:50:43.679 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:50:43.540715Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:50:43.540715Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:50:43.540715Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:50:43.540715Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:50:43.540715Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:50:43.540715Z", "running": 0, "size": 1}}] 2022-02-21T16:50:53.706 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:50:54.375 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:50:54.376 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:50:54.223556Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:50:54.223556Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:50:54.223556Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:50:54.223556Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:50:54.223556Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:50:54.223556Z", "running": 0, "size": 1}}] 2022-02-21T16:51:04.400 DEBUG:teuthology.orchestra.run.smithi170:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-77mdt -- ceph orch ls -f json 2022-02-21T16:51:05.055 INFO:teuthology.orchestra.run.smithi170.stdout: 2022-02-21T16:51:05.055 INFO:teuthology.orchestra.run.smithi170.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:35:21.000000Z", "last_refresh": "2022-02-21T16:51:04.922013Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:43.000000Z", "last_refresh": "2022-02-21T16:51:04.922013Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:15:16.000000Z", "last_refresh": "2022-02-21T16:51:04.922013Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T16:17:15.000000Z", "last_refresh": "2022-02-21T16:51:04.922013Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T16:51:04.922013Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T16:51:04.922013Z", "running": 0, "size": 1}}] 2022-02-21T16:51:05.080 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/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-02-21T16:51:05.081 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 530, in ceph_config_keyring yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/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-02-21T16:51:05.082 INFO:tasks.rook:Cleaning up config and client.admin keyring 2022-02-21T16:51:05.083 DEBUG:teuthology.orchestra.run.smithi170:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2022-02-21T16:51:05.099 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 478, in rook_post_config yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/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-02-21T16:51:05.100 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 442, in rook_toolbox yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/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-02-21T16:51:05.164 DEBUG:teuthology.orchestra.remote:smithi170:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-02-21T16:51:05.179 DEBUG:teuthology.orchestra.run.smithi170:> kubectl delete -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-02-21T16:51:05.249 INFO:teuthology.orchestra.run.smithi170.stdout:deployment.apps "rook-ceph-tools" deleted 2022-02-21T16:51:05.256 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 379, in rook_cluster yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/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-02-21T16:51:05.257 DEBUG:teuthology.orchestra.run.smithi170:> kubectl delete -f cluster.yaml 2022-02-21T16:51:05.419 INFO:teuthology.orchestra.run.smithi170.stdout:cephcluster.ceph.rook.io "rook-ceph" deleted 2022-02-21T16:51:05.422 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:05.418460 I | ceph-cluster-controller: CR "rook-ceph" is going be deleted, cancelling any ongoing orchestration 2022-02-21T16:51:06.344 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:06.340192 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:51:06.354 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:06.350114 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:51:06.354 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:06.350137 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-02-21T16:51:16.573 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:16.569619 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:51:16.585 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:16.581271 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:51:26.820 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:26.815731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:51:26.829 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:26.824950 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:51:37.047 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:37.042856 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:51:37.061 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:37.057041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:51:47.325 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:47.320846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:51:47.343 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:47.338156 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:51:57.579 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:57.574725 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:51:57.591 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:51:57.587253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:52:07.811 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:52:07.806685 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:52:07.824 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:52:07.820254 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:52:18.046 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:52:18.041243 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:52:18.058 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:52:18.053421 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:52:28.275 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:52:28.270257 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:52:28.291 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:52:28.286933 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:52:38.513 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:52:38.508780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:52:38.526 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:52:38.521753 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:52:48.825 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:52:48.819918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:52:48.893 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:52:48.888014 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:52:59.128 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:52:59.123184 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:52:59.136 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:52:59.131462 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:53:09.371 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:53:09.365851 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:53:09.390 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:53:09.384838 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:53:19.627 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:53:19.622323 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:53:19.639 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:53:19.634585 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:53:29.860 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:53:29.854207 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:53:29.871 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:53:29.865731 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:53:40.092 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:53:40.086497 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:53:40.112 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:53:40.106211 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:53:50.328 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:53:50.323099 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:53:50.339 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:53:50.334531 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:54:00.563 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:54:00.557784 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:54:00.575 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:54:00.569763 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:54:10.796 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:54:10.790172 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:54:10.810 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:54:10.804412 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:54:21.110 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:54:21.104408 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:54:21.122 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:54:21.115773 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:54:31.343 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:54:31.337059 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:54:31.362 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:54:31.356835 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:54:41.581 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:54:41.575516 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:54:41.590 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:54:41.585037 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:54:51.809 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:54:51.802882 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:54:51.821 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:54:51.814975 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:55:02.044 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:02.037700 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:55:02.057 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:02.051320 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:55:12.315 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:12.308930 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:55:12.673 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:12.321646 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:55:22.550 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:22.543637 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:55:22.564 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:22.557595 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:55:32.815 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:32.809195 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:55:32.826 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:32.819925 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:55:41.604 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:41.597500 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T16:55:42.199 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:42.192323 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-02-21T16:55:42.182+0000 7fad7a880340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T16:55:42.199 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:55:42.182+0000 7fad7a880340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T16:55:42.200 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:55:42.182+0000 7fad7a880340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T16:55:42.200 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T16:55:42.200 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:42.192348 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-02-21T16:55:42.182+0000 7fad7a880340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T16:55:42.201 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:55:42.182+0000 7fad7a880340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T16:55:42.201 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T16:55:42.182+0000 7fad7a880340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T16:55:42.201 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T16:55:43.082 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:43.075885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:55:43.095 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:43.088405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:55:53.316 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:53.309650 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:55:53.327 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:55:53.320972 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:56:03.545 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:56:03.538800 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:56:03.558 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:56:03.552374 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:56:13.778 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:56:13.771262 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:56:13.789 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:56:13.782857 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:56:24.008 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:56:24.001531 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:56:24.021 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:56:24.014474 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:56:34.241 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:56:34.232868 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:56:34.251 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:56:34.244233 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:56:44.470 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:56:44.462883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:56:44.484 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:56:44.477474 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:56:54.705 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:56:54.697767 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:56:54.717 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:56:54.710119 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:57:04.943 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:57:04.936774 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:57:04.957 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:57:04.949062 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:57:15.183 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:57:15.176009 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:57:15.199 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:57:15.192917 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:57:25.418 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:57:25.410976 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:57:25.449 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:57:25.442061 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:57:35.666 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:57:35.657928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:57:35.677 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:57:35.670621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:57:45.899 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:57:45.891588 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:57:45.912 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:57:45.905304 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:57:56.131 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:57:56.124080 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:57:56.209 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:57:56.135452 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:58:06.364 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:58:06.356210 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:58:06.371 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:58:06.364504 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:58:16.633 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:58:16.625896 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:58:16.644 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:58:16.637333 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:58:26.870 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:58:26.862422 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:58:27.160 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:58:26.874422 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:58:37.105 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:58:37.096945 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:58:37.119 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:58:37.111629 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:58:47.346 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:58:47.338679 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:58:47.360 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:58:47.352663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:58:57.577 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:58:57.569168 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:58:57.588 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:58:57.581181 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:59:07.840 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:59:07.832435 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:59:07.854 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:59:07.846323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:59:18.080 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:59:18.072414 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:59:18.092 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:59:18.084100 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:59:28.342 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:59:28.334407 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:59:28.356 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:59:28.348405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:59:38.573 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:59:38.565065 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:59:38.586 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:59:38.578231 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:59:48.803 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:59:48.794513 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:59:48.817 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:59:48.809389 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:59:59.038 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:59:59.030260 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T16:59:59.050 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 16:59:59.042216 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:00:09.298 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:00:09.289334 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:00:09.311 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:00:09.303545 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:00:19.564 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:00:19.555567 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:00:19.575 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:00:19.566913 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:00:29.794 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:00:29.785859 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:00:29.807 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:00:29.799086 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:00:40.028 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:00:40.019947 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:00:40.040 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:00:40.032340 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:00:50.259 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:00:50.250796 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:00:50.271 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:00:50.262866 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:01:00.500 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:01:00.491805 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:01:00.509 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:01:00.500429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:01:10.771 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:01:10.762561 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:01:10.783 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:01:10.775317 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:01:21.029 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:01:21.021106 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:01:21.038 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:01:21.030306 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:01:31.268 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:01:31.259079 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:01:31.279 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:01:31.270604 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:01:41.496 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:01:41.487654 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:01:41.510 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:01:41.501792 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:01:51.729 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:01:51.720776 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:01:51.741 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:01:51.732521 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:02:01.964 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:02:01.955114 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:02:01.973 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:02:01.964172 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:02:12.200 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:02:12.190794 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:02:12.214 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:02:12.205693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:02:22.439 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:02:22.429790 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:02:22.449 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:02:22.439537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:02:32.672 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:02:32.662496 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:02:32.683 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:02:32.673792 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:02:42.906 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:02:42.896783 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:02:42.918 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:02:42.909186 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:02:53.171 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:02:53.162103 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:02:53.183 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:02:53.174517 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:02:53.332 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:02:53.322756 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 17:02:53.311976812 +0000 UTC m=+2936.195429011 LastTransitionTime:2022-02-21 16:15:53 +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-02-21T17:03:03.405 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:03:03.395394 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:03:03.418 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:03:03.408896 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:03:13.639 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:03:13.629452 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:03:13.650 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:03:13.641330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:03:23.870 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:03:23.861150 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:03:23.882 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:03:23.873372 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:03:34.106 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:03:34.096083 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:03:34.116 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:03:34.107054 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:03:44.338 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:03:44.328775 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:03:44.351 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:03:44.341688 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:03:54.679 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:03:54.669216 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:03:54.689 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:03:54.680158 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:04:04.918 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:04:04.908876 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:04:04.932 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:04:04.922939 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:04:15.153 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:04:15.143071 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:04:15.165 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:04:15.155894 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:04:25.691 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:04:25.679093 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:04:25.701 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:04:25.691548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:04:35.924 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:04:35.914671 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:04:35.937 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:04:35.927401 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:04:46.163 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:04:46.153136 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:04:46.179 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:04:46.168946 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:04:56.778 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:04:56.768128 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:04:56.789 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:04:56.779924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:05:07.065 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:05:07.055869 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:05:07.075 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:05:07.065153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:05:17.297 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:05:17.286778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:05:17.308 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:05:17.298771 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:05:28.013 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:05:28.002518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:05:28.026 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:05:28.016337 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:05:38.305 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:05:38.294917 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:05:38.316 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:05:38.305228 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:05:48.533 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:05:48.523200 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:05:48.546 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:05:48.536830 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:05:58.858 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:05:58.847954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:05:58.907 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:05:58.896847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:06:09.157 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:06:09.146549 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:06:09.169 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:06:09.159835 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:06:19.390 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:06:19.380026 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:06:19.399 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:06:19.389083 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:06:29.788 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:06:29.778002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:06:29.801 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:06:29.791136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:06:40.068 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:06:40.057934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:06:40.080 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:06:40.069841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:06:50.336 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:06:50.325864 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:06:50.348 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:06:50.337693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:07:00.604 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:07:00.593735 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:07:00.618 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:07:00.607550 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:07:10.836 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:07:10.826002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:07:10.923 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:07:10.913230 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:07:21.151 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:07:21.140771 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:07:21.164 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:07:21.153857 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:07:31.497 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:07:31.486830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:07:31.510 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:07:31.499658 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:07:41.724 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:07:41.713564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:07:41.735 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:07:41.725460 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:07:51.952 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:07:51.941821 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:07:51.963 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:07:51.952430 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:08:02.182 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:08:02.171751 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:08:02.194 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:08:02.183807 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:08:12.411 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:08:12.400335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:08:12.423 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:08:12.412868 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:08:22.673 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:08:22.662333 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:08:22.681 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:08:22.670847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:08:32.923 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:08:32.912750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:08:32.935 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:08:32.924528 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:08:43.162 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:08:43.151616 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:08:43.172 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:08:43.161314 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:08:53.423 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:08:53.412642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:08:53.432 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:08:53.421354 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:09:03.710 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:09:03.699702 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:09:03.720 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:09:03.709583 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:09:13.962 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:09:13.951368 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:09:13.972 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:09:13.961505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:09:24.191 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:09:24.180317 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:09:24.205 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:09:24.194110 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:09:34.428 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:09:34.417043 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:09:34.439 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:09:34.428225 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:09:44.672 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:09:44.661442 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:09:44.681 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:09:44.670403 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:09:54.900 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:09:54.889059 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:09:54.907 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:09:54.896713 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:10:05.245 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:10:05.233780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:10:05.254 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:10:05.243040 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:10:15.473 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:10:15.462032 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:10:15.484 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:10:15.473126 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:10:25.743 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:10:25.731267 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:10:25.768 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:10:25.757073 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:10:36.047 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:10:36.035949 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:10:36.054 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:10:36.043544 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:10:46.268 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:10:46.256696 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:10:46.283 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:10:46.271208 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:10:56.549 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:10:56.537316 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:10:56.561 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:10:56.549888 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:11:07.212 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:11:07.200288 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:11:07.219 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:11:07.207816 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:11:17.475 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:11:17.463537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:11:17.611 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:11:17.474958 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:11:27.715 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:11:27.703421 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:11:27.724 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:11:27.712752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:11:37.980 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:11:37.968382 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:11:37.991 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:11:37.979969 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:11:48.212 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:11:48.200943 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:11:48.257 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:11:48.245879 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:11:58.486 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:11:58.473767 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:11:58.499 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:11:58.487022 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:12:09.135 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:12:09.123139 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:12:09.151 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:12:09.139334 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:12:19.372 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:12:19.359830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:12:19.385 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:12:19.373270 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:12:22.212 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:12:22.200942 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T17:12:22.851 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:12:22.838074 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-02-21T17:12:22.830+0000 7f9f236b5340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T17:12:22.851 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T17:12:22.830+0000 7f9f236b5340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T17:12:22.851 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T17:12:22.830+0000 7f9f236b5340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T17:12:22.852 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T17:12:22.852 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:12:22.838097 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-02-21T17:12:22.830+0000 7f9f236b5340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T17:12:22.852 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T17:12:22.830+0000 7f9f236b5340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T17:12:22.852 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T17:12:22.830+0000 7f9f236b5340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T17:12:22.853 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T17:12:29.611 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:12:29.599448 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:12:29.624 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:12:29.612737 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:12:40.476 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:12:40.464676 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:12:40.485 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:12:40.473251 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:12:50.710 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:12:50.698158 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:12:50.718 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:12:50.706818 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:13:00.976 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:13:00.963505 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:13:00.987 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:13:00.975043 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:13:11.437 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:13:11.425540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:13:11.448 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:13:11.436652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:13:21.713 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:13:21.701194 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:13:21.723 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:13:21.711448 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:13:31.943 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:13:31.930954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:13:31.955 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:13:31.943160 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:13:42.176 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:13:42.163274 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:13:42.187 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:13:42.174824 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:13:52.407 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:13:52.394519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:13:52.420 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:13:52.407036 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:14:02.639 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:14:02.627024 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:14:02.650 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:14:02.638489 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:14:02.991 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:14:02.979159 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 17:14:02.968948684 +0000 UTC m=+3605.852400947 LastTransitionTime:2022-02-21 16:15:53 +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-02-21T17:14:12.880 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:14:12.868447 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:14:12.977 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:14:12.965597 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:14:23.198 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:14:23.186111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:14:23.211 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:14:23.199123 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:14:33.461 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:14:33.448829 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:14:33.480 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:14:33.467638 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:14:43.730 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:14:43.714921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:14:43.739 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:14:43.727443 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:14:53.978 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:14:53.965680 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:14:53.991 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:14:53.977292 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:15:04.211 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:15:04.198289 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:15:04.220 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:15:04.208061 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:15:14.435 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:15:14.422918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:15:14.448 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:15:14.435737 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:15:24.670 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:15:24.657173 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:15:24.685 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:15:24.673168 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:15:34.907 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:15:34.893885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:15:34.917 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:15:34.904996 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:15:45.146 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:15:45.133410 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:15:45.159 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:15:45.146806 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:15:55.381 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:15:55.368185 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:15:55.390 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:15:55.377423 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:16:05.615 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:16:05.602253 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:16:05.627 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:16:05.614891 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:16:15.851 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:16:15.838285 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:16:15.871 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:16:15.851688 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:16:26.083 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:16:26.070015 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:16:26.096 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:16:26.081891 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:16:36.332 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:16:36.319660 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:16:36.341 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:16:36.328827 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:16:46.600 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:16:46.587660 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:16:46.609 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:16:46.596992 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:16:56.830 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:16:56.817471 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:16:56.841 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:16:56.828441 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:17:07.059 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:17:07.046565 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:17:07.071 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:17:07.058506 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:17:17.302 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:17:17.286858 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:17:17.341 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:17:17.328484 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:17:27.567 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:17:27.553932 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:17:27.582 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:17:27.568217 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:17:37.801 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:17:37.788109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:17:37.813 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:17:37.800538 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:17:48.036 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:17:48.022579 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:17:48.048 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:17:48.035504 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:17:58.271 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:17:58.258226 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:17:58.284 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:17:58.271172 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:18:08.509 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:18:08.495351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:18:08.521 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:18:08.507277 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:18:18.740 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:18:18.727034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:18:18.748 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:18:18.735750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:18:28.970 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:18:28.956447 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:18:28.982 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:18:28.969532 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:18:39.222 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:18:39.208736 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:18:39.231 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:18:39.218120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:18:49.451 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:18:49.437212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:18:49.463 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:18:49.449839 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:18:59.687 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:18:59.674222 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:18:59.698 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:18:59.684747 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:19:09.923 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:19:09.909129 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:19:09.935 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:19:09.921995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:19:20.153 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:19:20.139264 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:19:20.162 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:19:20.149616 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:19:30.390 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:19:30.376497 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:19:30.404 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:19:30.391014 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:19:40.633 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:19:40.618231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:19:40.644 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:19:40.630176 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:19:50.861 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:19:50.847193 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:19:50.870 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:19:50.856643 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:20:01.095 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:20:01.080555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:20:01.107 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:20:01.093915 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:20:11.328 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:20:11.314296 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:20:11.342 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:20:11.328312 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:20:21.562 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:20:21.548482 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:20:21.576 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:20:21.562076 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:20:31.794 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:20:31.779632 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:20:31.807 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:20:31.793548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:20:42.025 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:20:42.011771 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:20:42.038 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:20:42.024381 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:20:52.258 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:20:52.244253 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:20:52.268 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:20:52.254637 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:21:02.575 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:21:02.560971 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:21:02.624 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:21:02.610426 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:21:12.881 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:21:12.866887 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:21:12.892 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:21:12.878706 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:21:23.121 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:21:23.107148 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:21:23.135 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:21:23.121910 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:21:33.356 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:21:33.342176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:21:33.368 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:21:33.354031 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:21:43.609 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:21:43.595402 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:21:43.624 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:21:43.610350 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:21:53.843 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:21:53.829162 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:21:53.855 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:21:53.840670 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:22:04.121 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:22:04.106814 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:22:04.135 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:22:04.120532 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:22:14.374 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:22:14.360333 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:22:14.387 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:22:14.373128 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:22:24.606 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:22:24.591580 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:22:24.618 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:22:24.604469 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:22:34.840 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:22:34.825641 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:22:34.850 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:22:34.836639 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:22:45.064 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:22:45.050007 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:22:45.077 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:22:45.063011 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:22:55.294 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:22:55.280312 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:22:55.304 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:22:55.290344 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:23:05.524 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:23:05.509218 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:23:05.534 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:23:05.520677 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:23:15.754 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:23:15.740084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:23:15.766 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:23:15.752181 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:23:25.984 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:23:25.969815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:23:25.994 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:23:25.980002 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:23:36.214 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:23:36.199601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:23:36.225 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:23:36.210973 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:23:46.442 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:23:46.427332 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:23:46.452 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:23:46.437593 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:23:56.668 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:23:56.653642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:23:56.684 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:23:56.668429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:24:06.902 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:24:06.887594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:24:06.954 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:24:06.938705 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:24:17.176 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:24:17.162027 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:24:17.187 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:24:17.172797 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:24:27.432 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:24:27.417322 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:24:27.446 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:24:27.431265 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:24:37.667 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:24:37.651822 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:24:37.676 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:24:37.662155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:24:47.893 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:24:47.877787 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:24:47.905 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:24:47.890088 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:24:58.127 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:24:58.111532 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:24:58.139 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:24:58.124337 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:25:08.381 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:25:08.366545 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:25:08.391 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:25:08.376923 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:25:18.612 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:25:18.597217 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:25:18.629 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:25:18.614130 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:25:28.849 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:25:28.833736 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:25:28.860 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:25:28.845591 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:25:39.080 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:25:39.065616 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:25:39.094 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:25:39.077965 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:25:49.313 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:25:49.298079 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:25:49.328 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:25:49.312153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:25:59.549 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:25:59.534361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:25:59.560 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:25:59.544868 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:26:09.782 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:26:09.766836 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:26:09.796 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:26:09.781435 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:26:20.017 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:26:20.001469 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:26:20.027 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:26:20.012223 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:26:30.248 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:26:30.233279 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:26:30.259 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:26:30.243859 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:26:40.479 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:26:40.463794 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:26:40.550 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:26:40.535466 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:26:50.772 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:26:50.756477 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:26:50.783 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:26:50.768005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:27:01.036 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:27:01.021043 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:27:01.049 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:27:01.033652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:27:11.270 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:27:11.254550 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:27:11.283 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:27:11.267440 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:27:21.506 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:27:21.491047 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:27:21.520 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:27:21.504739 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:27:31.740 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:27:31.724137 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:27:31.752 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:27:31.737408 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:27:41.974 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:27:41.958535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:27:41.987 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:27:41.971496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:27:52.214 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:27:52.198862 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:27:52.226 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:27:52.211230 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:28:02.452 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:28:02.436844 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:28:02.462 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:28:02.446595 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:28:12.683 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:28:12.667700 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:28:12.695 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:28:12.679304 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:28:22.926 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:28:22.910360 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:28:22.939 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:28:22.923153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:28:33.157 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:28:33.141190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:28:33.170 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:28:33.154656 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:28:43.390 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:28:43.374534 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:28:43.402 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:28:43.386128 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:28:53.628 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:28:53.612656 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:28:53.641 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:28:53.625641 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:29:02.860 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:02.844642 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T17:29:03.464 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:03.448197 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-02-21T17:29:03.438+0000 7fada2cfe340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T17:29:03.465 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T17:29:03.438+0000 7fada2cfe340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T17:29:03.465 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T17:29:03.438+0000 7fada2cfe340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T17:29:03.466 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T17:29:03.466 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:03.448226 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-02-21T17:29:03.438+0000 7fada2cfe340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T17:29:03.466 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T17:29:03.438+0000 7fada2cfe340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T17:29:03.467 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T17:29:03.438+0000 7fada2cfe340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T17:29:03.467 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T17:29:03.860 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:03.844514 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:29:03.871 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:03.855908 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:29:14.112 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:14.096631 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:29:14.126 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:14.109838 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:29:24.345 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:24.328187 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:29:24.363 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:24.346956 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:29:34.615 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:34.599266 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:29:34.627 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:34.611050 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:29:44.852 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:44.835343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:29:44.864 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:44.847905 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:29:55.116 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:55.100393 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:29:55.141 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:29:55.125003 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:30:05.362 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:30:05.346101 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:30:05.401 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:30:05.385107 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:30:15.645 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:30:15.628702 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:30:15.657 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:30:15.641479 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:30:25.883 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:30:25.863624 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:30:25.889 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:30:25.873264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:30:36.115 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:30:36.099343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:30:36.129 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:30:36.113206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:30:46.353 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:30:46.336454 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:30:46.363 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:30:46.346983 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:30:56.631 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:30:56.614616 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:30:56.642 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:30:56.626412 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:31:06.860 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:31:06.843526 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:31:06.969 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:31:06.922086 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:31:17.161 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:31:17.143995 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:31:17.177 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:31:17.158440 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:31:27.395 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:31:27.379044 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:31:27.409 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:31:27.392615 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:31:37.630 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:31:37.614002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:31:37.643 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:31:37.627099 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:31:47.865 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:31:47.848969 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:31:47.878 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:31:47.862194 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:31:58.104 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:31:58.087161 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:31:58.135 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:31:58.118841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:32:08.356 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:32:08.339984 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:32:08.369 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:32:08.352856 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:32:18.592 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:32:18.575616 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:32:18.603 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:32:18.587209 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:32:18.647 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:32:18.631221 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 17:32:18.62235448 +0000 UTC m=+4701.505806682 LastTransitionTime:2022-02-21 16:15:53 +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-02-21T17:32:28.821 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:32:28.805010 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:32:28.833 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:32:28.816449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:32:39.054 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:32:39.037976 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:32:39.066 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:32:39.049648 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:32:49.288 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:32:49.271674 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:32:49.301 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:32:49.283505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:32:59.525 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:32:59.508336 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:32:59.537 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:32:59.521346 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:33:09.760 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:33:09.743133 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:33:09.777 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:33:09.760461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:33:19.995 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:33:19.978932 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:33:20.073 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:33:20.056466 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:33:30.346 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:33:30.329804 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:33:30.361 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:33:30.344213 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:33:40.583 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:33:40.566460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:33:40.595 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:33:40.578403 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:33:50.832 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:33:50.815044 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:33:50.844 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:33:50.828091 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:34:01.062 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:34:01.045160 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:34:01.077 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:34:01.060463 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:34:11.296 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:34:11.278932 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:34:11.313 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:34:11.296706 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:34:21.537 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:34:21.520117 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:34:21.551 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:34:21.534436 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:34:31.771 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:34:31.754628 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:34:31.783 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:34:31.766165 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:34:42.035 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:34:42.018398 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:34:42.049 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:34:42.032539 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:34:52.268 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:34:52.251402 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:34:52.281 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:34:52.264153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:35:02.500 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:35:02.483377 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:35:02.513 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:35:02.496520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:35:12.732 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:35:12.715271 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:35:12.747 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:35:12.730137 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:35:22.968 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:35:22.951136 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:35:22.981 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:35:22.963964 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:35:33.202 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:35:33.184515 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:35:33.220 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:35:33.202828 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:35:43.445 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:35:43.427896 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:35:43.457 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:35:43.439801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:35:53.692 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:35:53.674677 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:35:53.705 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:35:53.687621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:36:03.929 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:36:03.911898 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:36:03.944 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:36:03.925195 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:36:14.166 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:36:14.149120 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:36:14.180 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:36:14.163149 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:36:24.399 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:36:24.381502 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:36:24.417 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:36:24.399491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:36:34.643 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:36:34.625794 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:36:34.652 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:36:34.635699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:36:44.871 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:36:44.853425 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:36:44.881 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:36:44.864180 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:36:55.099 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:36:55.081574 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:36:55.111 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:36:55.093241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:37:05.333 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:37:05.315568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:37:05.345 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:37:05.327391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:37:15.586 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:37:15.568546 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:37:15.595 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:37:15.578311 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:37:25.815 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:37:25.797391 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:37:25.827 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:37:25.810097 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:37:36.055 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:37:36.037974 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:37:36.066 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:37:36.049006 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:37:46.286 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:37:46.268712 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:37:46.300 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:37:46.281607 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:37:56.516 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:37:56.498325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:37:56.531 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:37:56.512636 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:38:06.750 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:38:06.732551 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:38:06.760 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:38:06.742694 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:38:16.987 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:38:16.967259 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:38:16.996 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:38:16.979350 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:38:27.216 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:38:27.198724 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:38:27.226 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:38:27.206382 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:38:37.444 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:38:37.426830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:38:37.457 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:38:37.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-02-21T17:38:47.677 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:38:47.659293 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:38:47.688 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:38:47.670790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:38:57.912 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:38:57.887660 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:38:57.919 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:38:57.901197 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:39:08.152 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:39:08.134855 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:39:08.230 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:39:08.209788 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:39:18.450 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:39:18.431820 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:39:18.459 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:39:18.441591 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:39:28.695 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:39:28.677764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:39:28.710 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:39:28.692625 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:39:38.924 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:39:38.906165 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:39:38.936 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:39:38.918377 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:39:49.180 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:39:49.162471 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:39:49.191 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:39:49.173953 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:39:59.424 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:39:59.406236 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:39:59.435 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:39:59.417259 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:40:09.653 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:40:09.635328 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:40:09.663 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:40:09.645686 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:40:19.924 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:40:19.905650 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:40:19.938 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:40:19.920372 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:40:30.177 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:40:30.159063 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:40:30.190 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:40:30.172467 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:40:40.416 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:40:40.397695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:40:40.429 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:40:40.411667 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:40:50.677 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:40:50.658736 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:40:50.688 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:40:50.669331 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:41:00.907 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:41:00.888942 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:41:00.917 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:41:00.899562 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:41:11.154 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:41:11.135838 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:41:11.162 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:41:11.144082 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:41:21.382 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:41:21.363665 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:41:21.401 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:41:21.376221 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:41:31.617 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:41:31.599116 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:41:31.626 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:41:31.608339 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:41:41.843 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:41:41.824382 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:41:41.853 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:41:41.835276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:41:52.076 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:41:52.057500 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:41:52.088 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:41:52.070282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:42:02.310 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:42:02.291624 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:42:02.321 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:42:02.303485 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:42:12.536 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:42:12.518140 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:42:12.548 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:42:12.530257 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:42:22.768 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:42:22.750176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:42:22.781 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:42:22.763149 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:42:33.008 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:42:32.989999 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:42:33.021 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:42:33.002640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:42:43.244 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:42:43.226033 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:42:43.257 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:42:43.238851 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:42:53.479 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:42:53.460560 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:42:53.492 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:42:53.473660 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:43:03.757 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:43:03.738475 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:43:03.770 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:43:03.751843 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:43:13.984 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:43:13.965506 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:43:14.000 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:43:13.981315 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:43:24.245 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:43:24.225784 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:43:24.254 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:43:24.235720 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:43:34.475 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:43:34.457171 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:43:34.488 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:43:34.470645 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:43:44.725 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:43:44.705062 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:43:44.732 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:43:44.714102 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:43:54.954 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:43:54.937034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:43:54.964 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:43:54.946562 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:44:05.236 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:44:05.219083 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:44:05.273 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:44:05.255969 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:44:15.497 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:44:15.480591 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:44:15.509 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:44:15.492629 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:44:25.729 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:44:25.711946 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:44:25.743 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:44:25.726627 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:44:35.964 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:44:35.947937 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:44:35.977 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:44:35.961666 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:44:46.195 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:44:46.179706 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:44:46.208 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:44:46.192717 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:44:56.430 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:44:56.414225 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:44:56.444 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:44:56.428258 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:45:06.670 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:06.654985 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:45:06.684 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:06.669186 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:45:16.902 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:16.886798 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:45:16.913 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:16.898281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:45:27.134 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:27.119537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:45:27.148 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:27.132820 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:45:37.377 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:37.363204 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:45:37.391 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:37.377282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:45:43.471 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:43.457527 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T17:45:44.210 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:44.194941 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-02-21T17:45:44.187+0000 7f000afec340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T17:45:44.211 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T17:45:44.187+0000 7f000afec340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T17:45:44.211 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T17:45:44.187+0000 7f000afec340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T17:45:44.212 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T17:45:44.212 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:44.194973 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-02-21T17:45:44.187+0000 7f000afec340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T17:45:44.213 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T17:45:44.187+0000 7f000afec340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T17:45:44.213 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T17:45:44.187+0000 7f000afec340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T17:45:44.213 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T17:45:47.678 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:47.664420 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:45:47.690 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:47.676314 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:45:57.914 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:57.900551 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:45:57.929 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:45:57.915302 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:46:08.147 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:46:08.133944 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:46:08.158 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:46:08.144113 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:46:18.378 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:46:18.365139 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:46:18.393 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:46:18.380079 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:46:28.620 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:46:28.607371 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:46:28.631 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:46:28.618915 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:46:38.869 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:46:38.856855 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:46:38.882 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:46:38.869935 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:46:49.119 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:46:49.106409 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:46:49.222 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:46:49.209129 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:46:59.469 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:46:59.457302 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:46:59.481 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:46:59.470043 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:47:09.698 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:47:09.687015 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:47:09.709 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:47:09.698262 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:47:19.931 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:47:19.919977 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:47:19.944 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:47:19.932481 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:47:30.166 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:47:30.154943 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:47:30.180 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:47:30.169028 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:47:40.399 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:47:40.388294 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:47:40.417 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:47:40.405349 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:47:50.633 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:47:50.621814 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:47:50.645 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:47:50.634508 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:48:00.861 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:48:00.850720 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:48:00.873 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:48:00.862781 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:48:11.100 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:48:11.089522 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:48:11.111 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:48:11.101136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:48:21.361 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:48:21.351440 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:48:21.371 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:48:21.361241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:48:31.586 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:48:31.575624 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:48:31.597 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:48:31.587744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:48:41.818 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:48:41.808257 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:48:41.832 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:48:41.822424 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:48:52.052 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:48:52.042129 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:48:52.061 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:48:52.052355 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:49:02.296 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:49:02.287050 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:49:02.310 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:49:02.301256 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:49:12.551 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:49:12.542309 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:49:12.566 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:49:12.557282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:49:22.786 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:49:22.777277 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:49:22.836 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:49:22.826951 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:49:33.054 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:49:33.045481 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:49:33.064 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:49:33.054126 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:49:43.283 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:49:43.274536 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:49:43.294 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:49:43.286332 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:49:53.513 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:49:53.504826 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:49:53.559 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:49:53.551220 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:50:03.780 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:50:03.771791 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:50:03.791 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:50:03.783805 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:50:14.013 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:50:14.005334 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:50:14.026 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:50:14.018317 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:50:24.246 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:50:24.237960 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:50:24.257 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:50:24.249905 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:50:34.477 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:50:34.469289 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:50:34.487 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:50:34.479421 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:50:34.564 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:50:34.556913 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 17:50:34.496007634 +0000 UTC m=+5797.379459866 LastTransitionTime:2022-02-21 16:15:53 +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-02-21T17:50:44.708 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:50:44.701203 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:50:44.720 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:50:44.712997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:50:54.951 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:50:54.943740 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:50:54.971 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:50:54.957243 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:51:05.240 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:51:05.232950 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:51:05.254 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:51:05.247329 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:51:15.475 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:51:15.468770 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:51:15.488 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:51:15.481020 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:51:15.488 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:51:15.481043 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-02-21T17:51:25.706 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:51:25.699262 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:51:25.719 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:51:25.712219 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:51:35.936 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:51:35.929054 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:51:35.947 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:51:35.940328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:51:46.169 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:51:46.163074 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:51:46.181 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:51:46.174953 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:51:56.406 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:51:56.400064 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:51:56.420 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:51:56.414180 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:52:06.651 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:52:06.645356 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:52:06.663 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:52:06.656884 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:52:16.881 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:52:16.874898 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:52:16.929 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:52:16.923422 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:52:27.173 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:52:27.167809 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:52:27.184 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:52:27.178915 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:52:37.404 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:52:37.398021 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:52:37.417 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:52:37.412069 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:52:47.637 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:52:47.631197 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:52:47.654 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:52:47.648920 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:52:57.875 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:52:57.869201 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:52:57.885 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:52:57.880223 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:53:08.106 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:53:08.101134 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:53:08.121 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:53:08.115377 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:53:18.339 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:53:18.334142 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:53:18.377 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:53:18.371675 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:53:28.637 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:53:28.632525 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:53:28.647 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:53:28.642600 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:53:38.863 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:53:38.858502 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:53:38.876 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:53:38.870222 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:53:49.093 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:53:49.088403 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:53:49.104 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:53:49.100111 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:53:59.324 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:53:59.319556 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:53:59.337 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:53:59.333004 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:54:09.560 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:54:09.555746 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:54:09.570 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:54:09.565528 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:54:19.791 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:54:19.786566 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:54:19.803 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:54:19.798619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:54:30.023 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:54:30.019261 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:54:30.035 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:54:30.030754 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:54:40.256 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:54:40.251741 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:54:40.268 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:54:40.264229 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:54:50.501 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:54:50.497208 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:54:50.511 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:54:50.506924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:55:00.729 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:55:00.725091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:55:00.753 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:55:00.749005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:55:10.971 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:55:10.966579 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:55:10.982 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:55:10.978293 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:55:21.200 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:55:21.196205 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:55:21.214 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:55:21.209882 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:55:31.434 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:55:31.430643 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:55:31.447 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:55:31.442535 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:55:41.667 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:55:41.663192 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:55:41.682 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:55:41.677693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:55:51.924 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:55:51.920519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:55:51.937 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:55:51.933393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:56:02.172 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:56:02.168538 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:56:02.185 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:56:02.182133 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:56:12.445 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:56:12.441174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:56:12.453 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:56:12.450004 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:56:22.669 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:56:22.665536 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:56:22.681 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:56:22.678629 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:56:32.907 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:56:32.903778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:56:32.922 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:56:32.919413 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:56:43.156 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:56:43.152890 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:56:43.169 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:56:43.166606 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:56:53.392 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:56:53.389534 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:56:53.404 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:56:53.401126 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:57:03.630 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:57:03.627617 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:57:03.645 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:57:03.642494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:57:13.864 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:57:13.860381 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:57:13.876 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:57:13.874116 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:57:24.119 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:57:24.116211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:57:24.131 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:57:24.129067 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:57:34.351 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:57:34.348847 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:57:34.364 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:57:34.361056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:57:44.584 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:57:44.581680 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:57:44.595 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:57:44.593254 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:57:54.816 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:57:54.813231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:57:54.828 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:57:54.826064 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:58:05.050 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:58:05.047630 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:58:05.063 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:58:05.060796 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:58:15.288 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:58:15.285938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:58:15.301 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:58:15.299525 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:58:25.524 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:58:25.521822 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:58:25.536 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:58:25.534299 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:58:35.788 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:58:35.785451 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:58:35.803 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:58:35.801311 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:58:46.027 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:58:46.024876 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:58:46.035 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:58:46.033630 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:58:56.259 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:58:56.256918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:58:56.272 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:58:56.270865 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:59:06.507 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:59:06.505380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:59:06.518 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:59:06.516947 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:59:16.736 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:59:16.734912 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:59:16.747 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:59:16.745611 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:59:26.964 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:59:26.962800 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:59:26.979 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:59:26.977052 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:59:37.194 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:59:37.192727 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:59:37.206 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:59:37.205025 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:59:47.428 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:59:47.426174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:59:47.440 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:59:47.438933 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:59:57.661 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:59:57.659854 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T17:59:57.676 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 17:59:57.673874 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:00:07.900 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:00:07.898106 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:00:07.912 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:00:07.910717 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:00:18.178 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:00:18.176499 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:00:18.190 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:00:18.189083 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:00:28.409 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:00:28.407751 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:00:28.421 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:00:28.419476 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:00:38.638 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:00:38.636553 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:00:38.694 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:00:38.693040 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:00:48.912 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:00:48.910852 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:00:48.924 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:00:48.923458 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:00:59.181 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:00:59.179113 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:00:59.192 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:00:59.190674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:01:09.410 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:01:09.409577 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:01:09.423 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:01:09.421003 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:01:19.643 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:01:19.641789 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:01:19.654 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:01:19.653714 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:01:30.107 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:01:30.105851 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:01:30.117 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:01:30.116410 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:01:40.347 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:01:40.346926 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:01:40.363 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:01:40.362501 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:01:50.585 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:01:50.584104 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:01:50.595 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:01:50.594009 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:02:00.811 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:00.810030 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:02:00.819 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:00.818405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:02:11.036 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:11.035321 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:02:11.050 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:11.049550 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:02:21.285 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:21.284079 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:02:21.297 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:21.296936 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:02:24.204 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:24.203193 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T18:02:24.860 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:24.858831 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-02-21T18:02:24.851+0000 7f6d4c5d0340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:02:24.860 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:02:24.851+0000 7f6d4c5d0340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:02:24.860 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:02:24.851+0000 7f6d4c5d0340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:02:24.861 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:02:24.861 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:24.858855 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-02-21T18:02:24.851+0000 7f6d4c5d0340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:02:24.861 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:02:24.851+0000 7f6d4c5d0340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:02:24.862 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:02:24.851+0000 7f6d4c5d0340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:02:24.862 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:02:31.515 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:31.514123 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:02:31.529 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:31.528029 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:02:41.744 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:41.743609 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:02:41.756 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:41.755727 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:02:51.981 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:51.980647 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:02:52.052 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:02:52.052100 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:03:02.276 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:03:02.275225 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:03:02.289 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:03:02.288389 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:03:12.505 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:03:12.505024 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:03:12.519 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:03:12.518559 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:03:22.736 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:03:22.735445 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:03:22.748 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:03:22.748271 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:03:32.971 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:03:32.971371 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:03:33.097 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:03:32.981621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:03:43.228 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:03:43.227717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:03:43.242 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:03:43.241902 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:03:53.461 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:03:53.460089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:03:53.476 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:03:53.474653 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:04:03.698 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:04:03.698279 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:04:03.759 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:04:03.758605 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:04:13.976 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:04:13.975622 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:04:13.986 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:04:13.986291 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:04:24.206 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:04:24.205683 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:04:24.218 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:04:24.217958 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:04:34.440 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:04:34.439929 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:04:34.453 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:04:34.453098 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:04:44.671 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:04:44.671231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:04:44.683 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:04:44.683568 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:04:54.903 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:04:54.902753 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:04:54.914 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:04:54.914439 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:05:05.142 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:05:05.142400 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:05:05.153 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:05:05.153929 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:05:15.412 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:05:15.412543 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:05:15.422 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:05:15.422250 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:05:25.668 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:05:25.668591 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:05:25.687 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:05:25.687347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:05:35.915 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:05:35.912416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:05:35.926 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:05:35.925702 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:05:46.142 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:05:46.142099 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:05:46.156 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:05:46.156193 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:05:56.374 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:05:56.374315 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:05:56.382 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:05:56.383281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:06:06.603 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:06:06.603671 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:06:06.614 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:06:06.614150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:06:16.833 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:06:16.833436 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:06:16.845 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:06:16.845307 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:06:27.065 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:06:27.065406 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:06:27.077 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:06:27.077552 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:06:37.292 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:06:37.292630 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:06:37.301 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:06:37.301746 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:06:47.529 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:06:47.529975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:06:47.539 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:06:47.539841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:06:57.767 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:06:57.768015 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:06:57.777 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:06:57.777867 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:07:07.998 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:07:07.998796 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:07:08.011 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:07:08.012391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:07:18.242 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:07:18.241868 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:07:18.252 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:07:18.252698 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:07:28.486 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:07:28.486641 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:07:28.500 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:07:28.501555 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:07:38.722 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:07:38.722916 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:07:38.731 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:07:38.732347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:07:48.952 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:07:48.953333 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:07:48.964 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:07:48.964902 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:07:59.186 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:07:59.185892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:07:59.196 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:07:59.196900 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:08:09.417 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:08:09.418054 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:08:09.430 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:08:09.430930 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:08:19.648 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:08:19.649295 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:08:19.661 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:08:19.662093 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:08:29.912 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:08:29.913358 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:08:29.924 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:08:29.925766 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:08:40.147 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:08:40.147429 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:08:40.161 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:08:40.162283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:08:50.381 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:08:50.382323 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:08:50.392 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:08:50.392972 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:08:50.493 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:08:50.494320 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 18:08:50.482203966 +0000 UTC m=+6893.365656212 LastTransitionTime:2022-02-21 16:15:53 +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-02-21T18:09:00.612 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:09:00.612663 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:09:00.624 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:09:00.625530 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:09:10.839 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:09:10.840326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:09:10.851 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:09:10.853012 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:09:21.068 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:09:21.069267 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:09:21.080 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:09:21.081051 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:09:31.320 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:09:31.321755 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:09:31.351 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:09:31.352228 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:09:41.569 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:09:41.569907 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:09:41.582 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:09:41.583405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:09:51.849 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:09:51.850413 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:09:51.859 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:09:51.859590 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:10:02.079 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:10:02.079955 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:10:02.097 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:10:02.093253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:10:12.313 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:10:12.314330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:10:12.329 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:10:12.330687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:10:22.581 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:10:22.582817 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:10:22.595 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:10:22.596975 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:10:32.816 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:10:32.817075 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:10:32.829 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:10:32.830288 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:10:43.052 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:10:43.052402 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:10:43.064 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:10:43.065604 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:10:53.285 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:10:53.286381 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:10:53.297 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:10:53.299207 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:11:03.519 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:11:03.520694 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:11:03.529 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:11:03.530901 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:11:13.751 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:11:13.752276 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:11:13.764 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:11:13.765097 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:11:23.989 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:11:23.990156 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:11:24.001 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:11:24.002965 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:11:34.257 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:11:34.258658 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:11:34.267 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:11:34.268255 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:11:44.500 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:11:44.501749 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:11:44.551 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:11:44.537775 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:11:54.800 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:11:54.802240 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:11:54.812 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:11:54.813339 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:12:05.031 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:12:05.032891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:12:05.044 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:12:05.045723 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:12:15.284 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:12:15.285282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:12:15.297 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:12:15.297983 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:12:25.516 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:12:25.517173 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:12:25.527 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:12:25.528629 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:12:35.785 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:12:35.787221 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:12:35.795 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:12:35.796763 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:12:46.016 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:12:46.018053 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:12:46.047 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:12:46.041909 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:12:56.259 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:12:56.260746 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:12:56.273 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:12:56.274945 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:13:06.495 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:13:06.496822 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:13:06.507 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:13:06.508308 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:13:16.724 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:13:16.725428 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:13:16.734 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:13:16.735309 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:13:26.955 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:13:26.951305 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:13:26.959 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:13:26.961069 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:13:37.187 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:13:37.188416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:13:37.222 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:13:37.223518 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:13:47.477 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:13:47.478871 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:13:47.505 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:13:47.507351 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:13:57.727 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:13:57.729375 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:13:57.778 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:13:57.780223 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:14:08.067 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:14:08.068692 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:14:08.076 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:14:08.078456 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:14:18.296 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:14:18.298050 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:14:18.304 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:14:18.306146 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:14:28.525 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:14:28.527383 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:14:28.538 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:14:28.540773 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:14:38.760 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:14:38.761561 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:14:38.773 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:14:38.775444 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:14:48.999 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:14:49.000455 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:14:49.011 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:14:49.013106 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:14:59.229 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:14:59.231271 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:14:59.241 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:14:59.242983 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:15:09.466 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:15:09.467851 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:15:09.479 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:15:09.481801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:15:19.705 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:15:19.706616 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:15:19.718 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:15:19.720241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:15:29.934 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:15:29.936427 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:15:29.945 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:15:29.947514 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:15:40.168 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:15:40.169764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:15:40.180 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:15:40.181532 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:15:50.403 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:15:50.405258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:15:50.420 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:15:50.422541 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:16:00.649 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:16:00.651264 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:16:00.662 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:16:00.664079 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:16:10.883 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:16:10.884706 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:16:10.895 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:16:10.897516 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:16:21.126 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:16:21.128417 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:16:21.140 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:16:21.142849 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:16:31.400 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:16:31.402682 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:16:31.409 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:16:31.411250 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:16:41.631 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:16:41.632553 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:16:41.643 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:16:41.644185 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:16:51.896 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:16:51.898335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:16:51.910 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:16:51.912287 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:17:02.127 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:17:02.129668 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:17:02.140 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:17:02.142354 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:17:12.361 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:17:12.363459 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:17:12.373 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:17:12.375362 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:17:22.597 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:17:22.599773 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:17:22.611 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:17:22.612076 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:17:32.828 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:17:32.830351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:17:32.841 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:17:32.844323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:17:43.062 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:17:43.064964 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:17:43.076 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:17:43.079490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:17:53.337 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:17:53.339675 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:17:53.348 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:17:53.351560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:18:03.572 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:18:03.575024 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:18:03.583 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:18:03.586566 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:18:13.803 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:18:13.806122 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:18:13.814 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:18:13.818166 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:18:24.037 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:18:24.040806 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:18:24.051 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:18:24.055418 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:18:34.272 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:18:34.276325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:18:34.296 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:18:34.299425 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:18:44.516 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:18:44.521095 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:18:44.530 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:18:44.534384 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:18:54.755 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:18:54.759474 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:18:54.767 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:18:54.771955 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:19:04.874 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:04.878553 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T18:19:04.996 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:05.001132 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:19:05.006 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:05.011731 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:19:05.504 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:05.508866 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-02-21T18:19:05.498+0000 7f6e09605340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:19:05.505 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:19:05.498+0000 7f6e09605340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:19:05.506 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:19:05.498+0000 7f6e09605340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:19:05.506 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:19:05.506 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:05.508892 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-02-21T18:19:05.498+0000 7f6e09605340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:19:05.507 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:19:05.498+0000 7f6e09605340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:19:05.507 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:19:05.498+0000 7f6e09605340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:19:05.507 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:19:15.228 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:15.233212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:19:15.240 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:15.245675 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:19:25.475 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:25.480852 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:19:25.487 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:25.492711 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:19:35.709 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:35.714776 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:19:35.722 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:35.727621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:19:45.943 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:45.949012 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:19:45.957 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:45.963257 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:19:56.183 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:56.189579 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:19:56.193 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:19:56.199559 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:20:06.410 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:20:06.416853 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:20:06.422 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:20:06.428991 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:20:16.647 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:20:16.654089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:20:16.658 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:20:16.665766 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:20:26.882 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:20:26.889650 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:20:26.901 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:20:26.907673 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:20:37.154 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:20:37.161844 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:20:37.167 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:20:37.174312 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:20:47.390 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:20:47.395897 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:20:47.401 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:20:47.408853 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:20:57.633 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:20:57.641457 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:20:57.647 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:20:57.653223 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:21:07.882 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:21:07.890065 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:21:07.895 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:21:07.902812 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:21:18.115 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:21:18.123811 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:21:18.127 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:21:18.136173 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:21:28.355 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:21:28.364239 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:21:28.441 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:21:28.449795 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:21:38.685 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:21:38.693757 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:21:38.699 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:21:38.707449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:21:48.928 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:21:48.936836 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:21:48.940 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:21:48.949422 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:21:59.160 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:21:59.168968 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:21:59.172 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:21:59.181461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:22:09.405 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:22:09.414487 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:22:09.414 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:22:09.423443 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:22:19.636 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:22:19.646111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:22:19.650 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:22:19.659822 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:22:29.868 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:22:29.878430 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:22:29.880 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:22:29.890189 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:22:40.099 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:22:40.108998 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:22:40.113 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:22:40.122085 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:22:50.363 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:22:50.373357 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:22:50.377 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:22:50.387467 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:23:00.597 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:23:00.607274 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:23:00.619 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:23:00.629204 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:23:10.838 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:23:10.848477 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:23:10.849 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:23:10.860095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:23:21.069 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:23:21.079967 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:23:21.082 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:23:21.092526 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:23:31.302 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:23:31.313445 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:23:31.315 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:23:31.326338 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:23:41.551 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:23:41.562525 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:23:41.564 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:23:41.573798 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:23:51.810 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:23:51.822006 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:23:51.822 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:23:51.834373 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:24:02.039 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:24:02.051345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:24:02.050 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:24:02.062124 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:24:12.273 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:24:12.285031 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:24:12.342 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:24:12.353993 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:24:22.579 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:24:22.591318 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:24:22.589 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:24:22.601236 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:24:32.847 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:24:32.856469 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:24:32.860 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:24:32.868344 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:24:43.084 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:24:43.096079 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:24:43.091 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:24:43.104394 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:24:53.310 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:24:53.322813 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:24:53.322 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:24:53.334800 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:03.546 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:25:03.556976 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:03.556 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:25:03.568809 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:13.795 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:25:13.808226 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:13.826 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:25:13.838741 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:24.051 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:25:24.064368 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:24.065 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:25:24.078320 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:34.286 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:25:34.298730 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:34.297 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:25:34.310447 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:44.517 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:25:44.530877 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:44.528 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:25:44.542115 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:54.745 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:25:54.758166 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:54.755 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:25:54.769494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:04.977 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:26:04.988901 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:04.988 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:26:05.002127 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:05.347 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:26:05.360601 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 18:26:05.352042265 +0000 UTC m=+7928.235494536 LastTransitionTime:2022-02-21 16:15:53 +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-02-21T18:26:15.209 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:26:15.223160 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:15.220 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:26:15.234474 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:25.441 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:26:25.454773 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:25.453 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:26:25.467346 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:35.671 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:26:35.685701 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:35.684 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:26:35.698645 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:45.903 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:26:45.916543 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:45.992 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:26:46.007006 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:56.280 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:26:56.294389 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:56.292 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:26:56.307006 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:06.577 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:27:06.589736 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:06.587 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:27:06.601269 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:16.808 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:27:16.822497 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:16.820 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:27:16.835142 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:27.089 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:27:27.104651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:27.100 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:27:27.115878 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:37.324 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:27:37.339468 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:37.339 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:27:37.354781 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:47.560 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:27:47.574660 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:47.573 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:27:47.588324 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:57.791 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:27:57.806120 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:57.805 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:27:57.820601 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:08.028 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:28:08.043824 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:08.041 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:28:08.056756 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:18.261 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:28:18.276936 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:18.275 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:28:18.290704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:28.495 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:28:28.511026 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:28.509 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:28:28.523245 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:38.726 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:28:38.741504 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:38.737 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:28:38.753176 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:48.960 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:28:48.975696 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:48.971 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:28:48.987520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:59.208 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:28:59.224462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:59.221 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:28:59.237355 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:09.442 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:29:09.458658 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:09.455 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:29:09.471623 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:19.683 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:29:19.698950 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:19.694 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:29:19.709454 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:29.913 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:29:29.929721 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:29.979 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:29:29.995211 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:40.227 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:29:40.243815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:40.237 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:29:40.254606 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:50.462 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:29:50.478619 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:50.475 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:29:50.492201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:00.696 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:30:00.712847 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:00.704 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:30:00.721405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:10.925 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:30:10.941364 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:10.936 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:30:10.953720 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:21.152 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:30:21.169382 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:21.164 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:30:21.181264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:31.390 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:30:31.406749 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:31.398 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:30:31.415308 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:41.618 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:30:41.634758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:41.685 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:30:41.698676 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:51.897 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:30:51.914739 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:51.908 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:30:51.925502 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:02.199 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:31:02.215906 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:02.211 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:31:02.228709 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:12.433 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:31:12.450247 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:12.446 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:31:12.464108 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:22.668 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:31:22.685079 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:22.683 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:31:22.700440 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:32.945 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:31:32.962949 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:32.977 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:31:32.994885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:43.218 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:31:43.236239 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:43.254 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:31:43.271647 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:53.472 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:31:53.490326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:53.485 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:31:53.503406 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:03.704 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:32:03.721668 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:03.716 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:32:03.734185 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:13.934 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:32:13.952814 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:13.947 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:32:13.965835 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:24.167 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:32:24.185788 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:24.182 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:32:24.200813 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:34.403 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:32:34.421949 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:34.434 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:32:34.450802 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:44.679 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:32:44.697927 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:44.691 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:32:44.709947 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:54.909 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:32:54.927710 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:54.921 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:32:54.939429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:05.155 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:33:05.173122 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:05.170 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:33:05.185690 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:15.422 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:33:15.440297 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:15.434 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:33:15.451770 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:25.659 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:33:25.677800 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:25.668 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:33:25.687015 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:35.888 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:33:35.906861 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:35.900 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:33:35.919239 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:46.118 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:33:46.136974 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:46.131 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:33:46.150032 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:56.353 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:33:56.371306 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:56.370 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:33:56.389183 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:06.599 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:34:06.617690 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:06.609 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:34:06.628139 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:16.828 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:34:16.847008 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:16.842 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:34:16.861423 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:27.060 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:34:27.079261 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:27.069 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:34:27.088190 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:37.284 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:34:37.304125 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:37.295 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:34:37.314660 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:47.509 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:34:47.528925 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:47.519 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:34:47.538843 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:57.794 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:34:57.813732 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:57.805 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:34:57.824033 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:08.070 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:08.090398 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:08.083 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:08.102463 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:18.306 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:18.325826 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:18.316 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:18.336216 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:28.534 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:28.553721 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:28.547 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:28.567008 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:38.871 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:38.891613 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:38.881 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:38.901685 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:45.500 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:45.520253 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T18:35:46.109 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:46.128668 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-02-21T18:35:46.118+0000 7fba8a92a340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:35:46.109 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:35:46.118+0000 7fba8a92a340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:35:46.110 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:35:46.118+0000 7fba8a92a340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:35:46.110 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:35:46.110 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:46.128689 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-02-21T18:35:46.118+0000 7fba8a92a340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:35:46.111 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:35:46.118+0000 7fba8a92a340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:35:46.111 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:35:46.118+0000 7fba8a92a340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:35:46.111 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:35:49.104 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:49.121781 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:49.111 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:49.131384 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:59.331 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:59.351246 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:59.344 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:35:59.364933 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:09.567 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:36:09.587220 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:09.579 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:36:09.599727 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:19.821 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:36:19.841564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:19.836 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:36:19.856383 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:30.139 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:36:30.159072 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:30.148 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:36:30.168234 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:40.411 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:36:40.432231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:40.421 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:36:40.441133 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:50.641 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:36:50.661337 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:50.652 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:36:50.672428 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:00.873 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:37:00.893698 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:00.888 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:37:00.909096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:11.111 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:37:11.131553 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:11.122 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:37:11.142231 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:21.343 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:37:21.364461 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:21.356 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:37:21.377100 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:31.575 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:37:31.596278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:31.587 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:37:31.607871 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:41.809 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:37:41.830348 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:41.822 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:37:41.843620 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:52.039 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:37:52.060439 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:52.052 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:37:52.073883 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:02.273 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:38:02.293733 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:02.284 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:38:02.305738 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:12.507 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:38:12.528370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:12.520 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:38:12.541253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:22.749 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:38:22.770731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:22.760 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:38:22.781819 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:32.989 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:38:33.010205 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:33.002 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:38:33.020987 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:43.228 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:38:43.249308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:43.240 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:38:43.262112 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:53.461 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:38:53.481821 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:53.472 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:38:53.493734 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:03.694 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:39:03.715166 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:03.707 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:39:03.729244 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:13.926 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:39:13.947146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:13.936 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:39:13.958027 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:24.158 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:39:24.180012 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:24.170 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:39:24.192112 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:34.391 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:39:34.412465 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:34.401 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:39:34.423424 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:44.621 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:39:44.642705 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:44.633 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:39:44.654805 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:54.854 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:39:54.875890 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:54.865 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:39:54.887643 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:05.088 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:40:05.110001 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:05.102 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:40:05.123659 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:15.325 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:40:15.346996 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:15.339 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:40:15.361071 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:25.558 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:40:25.580428 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:25.572 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:40:25.594104 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:35.792 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:40:35.814571 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:35.805 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:40:35.826648 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:46.023 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:40:46.045271 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:46.034 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:40:46.056511 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:56.253 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:40:56.275101 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:56.266 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:40:56.288529 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:06.485 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:41:06.506904 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:06.497 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:41:06.519728 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:16.728 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:41:16.750769 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:16.736 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:41:16.759034 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:26.957 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:41:26.979320 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:27.004 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:41:27.027175 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:37.222 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:41:37.244380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:37.232 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:41:37.255518 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:47.448 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:41:47.470857 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:47.461 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:41:47.484019 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:57.682 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:41:57.705055 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:57.693 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:41:57.716036 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:07.914 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:42:07.936518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:07.928 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:42:07.951310 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:18.150 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:42:18.173044 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:18.163 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:42:18.186081 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:28.391 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:42:28.413732 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:28.403 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:42:28.426495 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:38.630 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:42:38.653337 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:38.645 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:42:38.666844 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:48.921 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:42:48.944192 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:48.937 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:42:48.960733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:59.167 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:42:59.189796 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:59.177 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:42:59.200296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:09.396 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:43:09.419298 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:09.409 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:43:09.432120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:19.629 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:43:19.651391 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:19.639 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:43:19.662118 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:29.899 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:43:29.921973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:29.910 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:43:29.934148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:40.127 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:43:40.150412 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:40.169 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:43:40.186781 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:50.385 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:43:50.406718 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:50.394 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:43:50.418120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:00.619 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:44:00.642211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:00.631 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:44:00.654409 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:10.852 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:44:10.875312 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:10.868 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:44:10.890514 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:21.084 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:44:21.107892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:21.096 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:44:21.120322 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:21.231 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:44:21.254880 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 18:44:21.246476975 +0000 UTC m=+9024.129929239 LastTransitionTime:2022-02-21 16:15:53 +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-02-21T18:44:31.313 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:44:31.336535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:31.367 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:44:31.391137 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:41.587 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:44:41.610067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:41.598 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:44:41.621692 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:51.822 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:44:51.845345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:51.833 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:44:51.856917 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:02.051 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:45:02.074912 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:02.061 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:45:02.085505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:12.281 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:45:12.305229 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:12.293 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:45:12.317378 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:22.512 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:45:22.536459 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:22.523 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:45:22.546902 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:32.737 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:45:32.761289 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:32.760 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:45:32.784695 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:42.983 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:45:43.007028 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:42.995 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:45:43.018924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:53.216 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:45:53.239663 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:53.231 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:45:53.251451 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:03.457 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:46:03.481209 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:03.467 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:46:03.491320 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:13.695 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:46:13.719049 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:13.704 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:46:13.728450 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:23.928 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:46:23.951419 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:23.940 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:46:23.964241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:34.163 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:46:34.186856 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:34.172 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:46:34.196233 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:44.410 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:46:44.434909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:44.422 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:46:44.446429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:54.674 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:46:54.696841 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:54.684 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:46:54.708701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:04.901 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:47:04.925424 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:04.912 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:47:04.937161 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:15.132 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:47:15.156153 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:15.144 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:47:15.169324 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:25.364 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:47:25.389043 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:25.378 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:47:25.402283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:35.610 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:47:35.634786 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:35.621 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:47:35.646453 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:45.854 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:47:45.878891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:45.863 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:47:45.887264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:56.083 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:47:56.107966 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:56.096 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:47:56.121432 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:06.315 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:48:06.340057 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:06.327 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:48:06.352227 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:16.591 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:48:16.614416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:16.600 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:48:16.625557 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:26.814 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:48:26.839307 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:26.826 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:48:26.851678 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:37.062 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:48:37.087427 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:37.079 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:48:37.098012 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:47.311 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:48:47.335675 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:47.324 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:48:47.348875 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:57.542 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:48:57.567335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:57.551 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:48:57.576486 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:07.770 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:49:07.795484 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:07.829 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:49:07.855068 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:18.048 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:49:18.073578 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:18.061 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:49:18.086890 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:28.320 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:49:28.345226 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:28.331 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:49:28.356979 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:38.552 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:49:38.577830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:38.565 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:49:38.590264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:48.784 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:49:48.809004 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:48.794 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:49:48.819727 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:59.032 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:49:59.056893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:59.045 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:49:59.071465 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:09.264 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:50:09.289316 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:09.278 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:50:09.303561 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:19.497 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:50:19.522708 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:19.516 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:50:19.541472 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:29.735 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:50:29.760922 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:29.747 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:50:29.773249 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:39.964 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:50:39.989773 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:39.991 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:50:40.015937 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:50.213 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:50:50.237422 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:50.224 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:50:50.250268 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:00.483 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:51:00.508754 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:00.492 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:51:00.517762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:10.751 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:51:10.776715 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:10.763 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:51:10.787734 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:20.984 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:51:21.009656 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:20.997 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:51:21.022699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:20.997 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:51:21.022726 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-02-21T18:51:31.224 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:51:31.250282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:31.277 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:51:31.302357 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:41.492 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:51:41.518007 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:41.502 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:51:41.528736 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:51.726 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:51:51.751577 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:51.738 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:51:51.764232 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:01.959 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:01.984885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:01.970 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:01.996701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:12.191 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:12.216214 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:12.204 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:12.230762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:22.431 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:22.457131 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:22.439 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:22.465958 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:26.123 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:26.149477 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T18:52:26.737 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:26.762981 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-02-21T18:52:26.753+0000 7f042f87a340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:52:26.738 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:52:26.753+0000 7f042f87a340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:52:26.738 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:52:26.753+0000 7f042f87a340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:52:26.738 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:52:26.738 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:26.763008 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-02-21T18:52:26.753+0000 7f042f87a340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:52:26.739 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:52:26.753+0000 7f042f87a340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:52:26.739 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T18:52:26.753+0000 7f042f87a340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:52:26.739 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:52:32.663 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:32.688853 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:32.676 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:32.702268 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:42.913 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:42.938673 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:42.921 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:42.947318 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:53.196 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:53.222449 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:53.210 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:52:53.236330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:03.442 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:53:03.468745 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:03.457 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:53:03.483382 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:13.680 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:53:13.706751 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:13.693 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:53:13.719842 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:23.911 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:53:23.937896 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:23.925 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:53:23.950677 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:34.143 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:53:34.169895 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:34.156 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:53:34.182894 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:44.379 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:53:44.405572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:44.393 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:53:44.419663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:54.613 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:53:54.640022 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:54.627 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:53:54.654363 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:04.845 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:54:04.871717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:04.857 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:54:04.883122 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:15.082 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:54:15.108396 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:15.097 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:54:15.124309 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:25.317 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:54:25.343248 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:25.481 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:54:25.353431 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:35.591 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:54:35.617699 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:35.599 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:54:35.625378 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:45.861 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:54:45.886195 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:45.871 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:54:45.898517 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:56.094 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:54:56.121202 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:56.108 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:54:56.135483 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:06.323 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:55:06.350120 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:06.338 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:55:06.364502 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:16.559 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:55:16.585534 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:16.571 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:55:16.596281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:26.799 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:55:26.825848 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:26.810 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:55:26.837019 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:37.029 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:55:37.055800 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:37.038 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:55:37.065817 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:47.255 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:55:47.281938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:47.268 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:55:47.295800 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:57.488 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:55:57.515372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:57.502 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:55:57.529176 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:07.718 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:56:07.745219 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:07.732 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:56:07.759296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:17.957 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:56:17.984958 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:17.969 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:56:17.997171 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:28.199 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:56:28.226910 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:28.209 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:56:28.237285 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:38.429 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:56:38.456690 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:38.495 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:56:38.522908 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:48.746 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:56:48.773691 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:48.759 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:56:48.787196 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:58.981 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:56:59.008136 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:58.993 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:56:59.020506 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:09.280 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:57:09.307278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:09.293 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:57:09.320612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:19.512 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:57:19.539488 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:19.526 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:57:19.554430 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:29.746 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:57:29.774133 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:29.759 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:57:29.787771 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:39.984 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:57:40.011770 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:39.994 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:57:40.021671 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:50.215 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:57:50.242938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:50.228 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:57:50.256074 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:00.447 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:58:00.475602 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:00.459 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:58:00.486689 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:10.680 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:58:10.707779 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:10.690 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:58:10.718753 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:20.914 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:58:20.941818 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:20.928 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:58:20.955046 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:31.170 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:58:31.198549 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:31.180 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:58:31.208334 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:41.399 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:58:41.426674 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:41.411 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:58:41.439706 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:51.648 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:58:51.676264 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:51.661 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:58:51.689879 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:01.884 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:59:01.911760 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:01.896 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:59:01.925096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:12.113 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:59:12.142055 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:12.122 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:59:12.151131 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:22.345 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:59:22.373787 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:22.356 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:59:22.384743 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:32.585 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:59:32.613712 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:32.602 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:59:32.626017 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:42.824 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:59:42.852436 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:42.834 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:59:42.863178 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:53.052 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:59:53.080203 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:53.060 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 18:59:53.089556 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:03.297 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:00:03.325335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:03.310 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:00:03.338393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:13.534 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:00:13.561713 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:13.545 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:00:13.573706 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:23.767 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:00:23.795613 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:23.779 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:00:23.807577 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:34.001 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:00:34.030015 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:34.015 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:00:34.043763 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:44.238 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:00:44.266223 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:44.294 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:00:44.277167 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:54.505 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:00:54.533650 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:54.519 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:00:54.548341 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:04.756 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:01:04.784493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:04.771 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:01:04.794564 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:15.050 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:01:15.077368 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:15.277 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:01:15.089482 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:25.283 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:01:25.311535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:25.345 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:01:25.374123 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:35.563 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:01:35.591785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:35.575 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:01:35.603773 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:45.795 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:01:45.823804 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:45.805 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:01:45.834873 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:56.030 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:01:56.059594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:56.043 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:01:56.072170 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:06.267 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:02:06.296706 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:06.281 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:02:06.310514 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:16.504 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:02:16.532677 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:16.515 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:02:16.544543 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:26.745 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:02:26.774703 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:26.757 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:02:26.786953 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:37.004 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:02:37.033392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:37.017 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:02:37.047353 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:37.219 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:02:37.249030 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 19:02:37.238543912 +0000 UTC m=+10120.121996188 LastTransitionTime:2022-02-21 16:15:53 +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-02-21T19:02:47.240 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:02:47.268919 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:47.251 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:02:47.280926 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:57.492 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:02:57.521540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:57.502 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:02:57.532194 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:07.732 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:03:07.761778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:07.743 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:03:07.773314 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:17.964 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:03:17.993550 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:17.976 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:03:18.005776 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:28.229 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:03:28.259212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:28.241 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:03:28.271150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:38.457 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:03:38.487050 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:38.472 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:03:38.502138 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:48.700 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:03:48.730191 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:48.750 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:03:48.780006 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:58.982 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:03:59.011949 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:58.994 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:03:59.024096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:09.216 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:04:09.245675 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:09.227 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:04:09.257214 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:19.448 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:04:19.478152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:19.459 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:04:19.489733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:29.694 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:04:29.723482 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:29.718 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:04:29.747905 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:39.966 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:04:39.995544 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:39.974 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:04:40.004613 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:50.220 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:04:50.249961 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:50.231 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:04:50.261779 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:00.462 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:05:00.486772 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:00.468 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:05:00.498639 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:10.720 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:05:10.749723 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:10.732 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:05:10.761908 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:20.960 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:05:20.990017 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:20.971 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:05:21.001734 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:31.207 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:05:31.237558 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:31.219 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:05:31.249812 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:41.438 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:05:41.468288 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:41.450 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:05:41.480457 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:51.671 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:05:51.701905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:51.684 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:05:51.714366 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:01.902 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:06:01.931958 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:01.913 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:06:01.943428 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:12.133 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:06:12.163325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:12.144 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:06:12.174972 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:22.369 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:06:22.399678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:22.380 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:06:22.410562 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:32.631 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:06:32.661691 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:32.643 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:06:32.673865 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:42.861 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:06:42.891794 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:42.871 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:06:42.901806 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:53.092 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:06:53.122470 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:53.103 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:06:53.133670 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:03.326 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:07:03.356277 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:03.337 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:07:03.367500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:13.555 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:07:13.586091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:13.567 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:07:13.597730 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:23.783 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:07:23.813954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:23.796 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:07:23.826858 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:34.015 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:07:34.045524 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:34.028 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:07:34.058948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:44.245 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:07:44.276247 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:44.259 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:07:44.289679 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:54.479 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:07:54.509690 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:54.492 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:07:54.523402 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:04.718 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:08:04.748788 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:04.729 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:08:04.759891 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:14.950 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:08:14.980512 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:14.964 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:08:14.995125 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:25.184 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:08:25.215206 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:25.194 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:08:25.225062 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:35.413 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:08:35.444282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:35.425 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:08:35.456462 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:45.658 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:08:45.689689 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:45.675 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:08:45.706860 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:55.889 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:08:55.920302 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:55.901 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:08:55.932651 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:06.121 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:06.151732 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:06.135 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:06.165384 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:06.740 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:06.771011 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T19:09:07.380 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:07.410576 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-02-21T19:09:07.401+0000 7f854c9b2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:09:07.380 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:09:07.401+0000 7f854c9b2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:09:07.381 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:09:07.401+0000 7f854c9b2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:09:07.381 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:09:07.381 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:07.410607 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-02-21T19:09:07.401+0000 7f854c9b2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:09:07.381 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:09:07.401+0000 7f854c9b2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:09:07.382 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:09:07.401+0000 7f854c9b2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:09:07.382 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:09:16.352 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:16.383052 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:16.363 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:16.394815 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:26.583 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:26.614347 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:26.593 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:26.625169 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:36.829 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:36.859748 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:36.870 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:36.898857 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:47.131 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:47.162960 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:47.216 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:47.248075 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:57.435 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:57.465683 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:57.446 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:09:57.478145 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:07.667 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:10:07.698145 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:07.678 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:10:07.710196 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:17.897 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:10:17.928370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:17.910 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:10:17.941984 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:28.166 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:10:28.198011 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:28.179 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:10:28.210494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:38.406 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:10:38.437974 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:38.418 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:10:38.450326 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:48.640 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:10:48.671190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:48.652 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:10:48.684536 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:58.873 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:10:58.904169 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:58.884 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:10:58.915173 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:09.118 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:11:09.149778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:09.128 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:11:09.160611 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:19.347 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:11:19.378082 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:19.355 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:11:19.387497 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:29.606 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:11:29.638276 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:29.619 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:11:29.651051 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:39.838 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:11:39.869647 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:39.851 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:11:39.883555 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:50.071 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:11:50.103346 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:50.082 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:11:50.112640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:00.343 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:12:00.374907 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:00.356 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:12:00.388758 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:10.573 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:12:10.605693 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:10.585 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:12:10.617430 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:20.807 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:12:20.839465 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:20.819 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:12:20.851887 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:31.041 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:12:31.073595 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:31.053 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:12:31.085810 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:41.272 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:12:41.304385 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:41.281 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:12:41.313974 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:51.498 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:12:51.530458 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:51.509 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:12:51.541839 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:01.734 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:13:01.765934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:01.744 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:13:01.777137 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:11.964 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:13:11.995965 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:11.978 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:13:12.010661 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:22.200 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:13:22.232928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:22.213 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:13:22.245687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:32.433 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:13:32.466049 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:32.446 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:13:32.479203 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:42.666 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:13:42.698896 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:42.675 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:13:42.707578 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:52.893 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:13:52.925722 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:52.905 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:13:52.937796 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:03.126 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:14:03.158319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:03.139 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:14:03.171838 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:13.362 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:14:13.394900 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:13.375 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:14:13.408217 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:23.597 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:14:23.630045 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:23.612 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:14:23.645676 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:33.839 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:14:33.872226 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:33.853 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:14:33.886026 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:44.079 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:14:44.112195 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:44.088 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:14:44.121434 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:54.347 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:14:54.380044 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:54.360 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:14:54.393324 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:04.578 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:15:04.611029 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:04.591 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:15:04.624122 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:14.867 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:15:14.900008 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:14.887 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:15:14.916608 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:25.124 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:15:25.157252 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:25.133 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:15:25.166811 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:35.440 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:15:35.473820 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:35.451 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:15:35.485113 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:45.670 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:15:45.702962 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:45.683 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:15:45.716259 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:55.906 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:15:55.938862 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:55.917 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:15:55.950343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:06.140 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:16:06.173298 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:06.152 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:16:06.185405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:16.373 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:16:16.406487 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:16.384 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:16:16.418264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:26.609 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:16:26.642836 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:26.619 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:16:26.652419 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:36.841 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:16:36.874452 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:36.851 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:16:36.885368 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:47.071 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:16:47.104255 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:47.082 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:16:47.115514 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:57.301 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:16:57.334489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:57.313 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:16:57.347197 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:07.534 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:17:07.567105 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:07.545 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:17:07.578745 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:17.798 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:17:17.831602 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:17.811 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:17:17.844663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:28.033 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:17:28.066645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:28.045 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:17:28.078975 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:38.266 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:17:38.299464 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:38.277 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:17:38.311146 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:48.544 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:17:48.577231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:48.555 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:17:48.589092 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:58.778 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:17:58.811846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:58.788 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:17:58.821940 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:09.010 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:18:09.043901 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:09.022 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:18:09.056034 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:19.242 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:18:19.275965 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:19.253 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:18:19.287948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:29.477 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:18:29.511453 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:29.487 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:18:29.521747 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:39.710 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:18:39.743608 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:39.727 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:18:39.761180 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:49.949 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:18:49.983165 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:49.960 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:18:49.994628 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:00.179 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:19:00.213343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:00.190 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:19:00.224669 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:10.447 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:19:10.481211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:10.457 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:19:10.491909 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:20.691 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:19:20.725816 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:20.700 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:19:20.734033 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:30.913 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:19:30.947138 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:30.924 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:19:30.959025 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:41.144 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:19:41.178613 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:41.156 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:19:41.190725 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:51.376 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:19:51.410546 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:51.388 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:19:51.422782 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:01.610 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:20:01.644107 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:01.622 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:20:01.656879 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:11.847 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:20:11.881934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:11.860 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:20:11.895213 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:22.087 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:20:22.121646 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:22.099 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:20:22.133700 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:32.325 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:20:32.359971 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:32.338 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:20:32.373218 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:42.555 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:20:42.589621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:42.570 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:20:42.604926 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:52.832 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:20:52.866359 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:52.844 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:20:52.878770 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:52.922 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:20:52.956702 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 19:20:52.947756049 +0000 UTC m=+11215.831208323 LastTransitionTime:2022-02-21 16:15:53 +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-02-21T19:21:03.066 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:21:03.100682 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:03.095 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:21:03.129876 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:13.316 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:21:13.351370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:13.327 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:21:13.362640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:23.548 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:21:23.582882 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:23.560 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:21:23.594896 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:33.777 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:21:33.812290 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:33.787 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:21:33.822456 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:44.010 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:21:44.045066 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:44.020 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:21:44.055597 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:54.238 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:21:54.272942 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:54.251 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:21:54.286713 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:04.476 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:22:04.511418 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:04.491 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:22:04.526879 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:14.712 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:22:14.747495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:14.721 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:22:14.756840 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:24.939 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:22:24.974429 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:24.949 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:22:24.984852 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:35.170 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:22:35.204812 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:35.183 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:22:35.218295 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:45.406 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:22:45.441510 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:45.418 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:22:45.453256 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:55.640 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:22:55.676073 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:55.651 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:22:55.686554 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:05.906 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:23:05.941401 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:05.918 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:23:05.953695 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:16.161 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:23:16.196088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:16.176 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:23:16.211410 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:26.402 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:23:26.438101 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:26.414 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:23:26.450015 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:36.636 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:23:36.670530 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:36.649 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:23:36.684625 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:46.897 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:23:46.932479 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:46.964 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:23:46.982802 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:57.189 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:23:57.224689 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:57.198 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:23:57.234799 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:07.418 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:24:07.454122 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:07.430 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:24:07.466488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:17.660 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:24:17.689750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:17.670 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:24:17.706394 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:27.892 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:24:27.928269 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:27.903 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:24:27.938639 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:38.153 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:24:38.189383 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:38.165 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:24:38.201134 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:48.387 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:24:48.423451 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:48.400 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:24:48.436426 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:58.623 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:24:58.659144 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:58.636 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:24:58.672055 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:08.853 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:25:08.889530 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:08.864 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:25:08.900213 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:19.079 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:25:19.114891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:19.096 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:25:19.132870 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:29.354 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:25:29.390613 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:29.365 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:25:29.401480 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:39.581 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:25:39.617598 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:39.619 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:25:39.655235 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:47.380 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:25:47.416732 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T19:25:48.002 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:25:48.037886 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-02-21T19:25:48.024+0000 7f23ee6ed340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:25:48.002 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:25:48.024+0000 7f23ee6ed340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:25:48.003 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:25:48.024+0000 7f23ee6ed340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:25:48.003 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:25:48.003 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:25:48.037914 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-02-21T19:25:48.024+0000 7f23ee6ed340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:25:48.003 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:25:48.024+0000 7f23ee6ed340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:25:48.003 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:25:48.024+0000 7f23ee6ed340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:25:48.004 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:25:49.840 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:25:49.876365 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:49.854 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:25:49.889950 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:00.075 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:26:00.110819 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:00.091 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:26:00.126896 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:10.311 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:26:10.345839 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:10.324 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:26:10.359431 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:20.547 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:26:20.580353 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:20.565 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:26:20.599220 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:30.786 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:26:30.818719 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:30.796 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:26:30.830005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:41.018 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:26:41.050233 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:41.030 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:26:41.062971 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:51.252 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:26:51.283570 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:51.262 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:26:51.293745 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:01.481 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:27:01.511951 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:01.492 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:27:01.523523 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:11.714 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:27:11.744532 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:11.728 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:27:11.758565 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:21.960 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:27:21.989690 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:21.971 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:27:22.000517 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:32.192 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:27:32.220972 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:32.207 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:27:32.235781 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:42.430 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:27:42.458114 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:42.442 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:27:42.470869 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:52.670 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:27:52.697944 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:52.679 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:27:52.707287 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:02.958 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:28:02.984439 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:02.970 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:28:02.996971 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:13.214 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:28:13.239908 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:13.223 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:28:13.250188 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:23.479 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:28:23.504683 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:23.492 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:28:23.517311 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:33.712 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:28:33.737118 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:33.748 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:28:33.773656 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:43.966 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:28:43.991121 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:43.974 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:28:43.998633 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:54.193 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:28:54.217198 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:54.207 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:28:54.230960 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:04.443 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:29:04.466336 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:04.505 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:29:04.528202 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:14.726 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:29:14.748871 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:14.738 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:29:14.760403 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:24.991 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:29:25.012963 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:25.003 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:29:25.025090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:35.232 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:29:35.253372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:35.250 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:29:35.271358 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:45.466 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:29:45.486846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:45.478 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:29:45.499839 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:55.731 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:29:55.751783 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:55.746 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:29:55.766707 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:05.980 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:30:06.000315 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:05.988 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:30:06.008753 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:16.207 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:30:16.226002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:16.220 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:30:16.239363 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:26.451 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:30:26.469843 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:26.462 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:30:26.481153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:36.681 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:30:36.700153 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:36.690 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:30:36.709237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:46.909 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:30:46.926731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:46.924 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:30:46.942115 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:57.155 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:30:57.172496 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:57.164 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:30:57.181735 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:07.385 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:31:07.402407 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:07.399 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:31:07.415387 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:17.618 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:31:17.635113 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:17.632 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:31:17.648775 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:27.854 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:31:27.870213 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:27.866 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:31:27.882452 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:38.087 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:31:38.102201 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:38.099 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:31:38.114915 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:48.318 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:31:48.333293 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:48.332 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:31:48.347101 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:58.574 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:31:58.589308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:58.586 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:31:58.600779 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:08.812 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:32:08.826347 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:08.825 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:32:08.839801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:19.050 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:32:19.063923 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:19.062 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:32:19.076475 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:29.284 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:32:29.297586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:29.292 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:32:29.306541 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:39.520 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:32:39.533659 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:39.533 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:32:39.546672 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:49.755 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:32:49.768077 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:49.768 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:32:49.780992 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:59.991 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:33:00.003304 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:00.006 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:33:00.018576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:10.235 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:33:10.246783 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:10.249 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:33:10.261776 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:20.469 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:33:20.480907 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:20.481 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:33:20.493076 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:30.729 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:33:30.740109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:30.738 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:33:30.749738 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:40.962 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:33:40.973543 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:40.980 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:33:40.991604 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:51.199 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:33:51.209954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:51.211 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:33:51.221548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:01.435 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:34:01.444957 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:01.447 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:34:01.457671 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:11.667 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:34:11.676977 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:11.685 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:34:11.695646 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:21.904 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:34:21.913331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:21.916 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:34:21.925797 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:32.135 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:34:32.144135 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:32.144 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:34:32.154155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:42.371 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:34:42.380211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:42.429 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:34:42.438601 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:52.687 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:34:52.696090 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:52.700 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:34:52.708917 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:02.941 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:35:02.949618 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:02.959 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:35:02.967694 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:13.178 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:35:13.186185 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:13.190 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:35:13.198030 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:23.408 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:35:23.416172 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:23.417 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:35:23.425094 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:33.639 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:35:33.646459 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:33.651 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:35:33.658821 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:43.871 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:35:43.878020 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:43.884 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:35:43.891116 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:54.107 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:35:54.113746 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:54.121 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:35:54.127539 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:04.339 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:36:04.346014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:04.353 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:36:04.359398 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:14.575 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:36:14.581191 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:14.588 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:36:14.594339 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:24.810 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:36:24.816270 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:24.823 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:36:24.829083 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:35.042 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:36:35.047439 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:35.053 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:36:35.059359 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:45.275 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:36:45.280777 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:45.288 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:36:45.293644 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:55.510 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:36:55.515658 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:55.526 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:36:55.529445 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:05.750 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:37:05.754662 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:05.763 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:37:05.767803 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:15.984 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:37:15.989058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:15.998 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:37:16.002341 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:26.215 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:37:26.218899 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:26.226 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:37:26.230934 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:36.457 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:37:36.460511 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:36.468 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:37:36.472483 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:46.706 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:37:46.710098 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:46.718 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:37:46.722158 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:56.935 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:37:56.938364 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:56.947 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:37:56.951372 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:07.177 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:38:07.173743 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:07.184 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:38:07.187847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:17.404 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:38:17.407274 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:17.414 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:38:17.417644 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:27.630 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:38:27.632618 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:27.642 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:38:27.645110 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:37.867 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:38:37.869762 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:37.879 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:38:37.881840 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:48.101 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:38:48.103680 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:48.111 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:38:48.113542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:58.342 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:38:58.344293 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:58.351 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:38:58.353835 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:08.570 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:39:08.571912 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:08.580 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:39:08.582646 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:08.701 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:39:08.703620 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 19:39:08.618843722 +0000 UTC m=+12311.502295926 LastTransitionTime:2022-02-21 16:15:53 +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-02-21T19:39:18.836 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:39:18.835743 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:18.845 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:39:18.847380 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:29.112 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:39:29.113794 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:29.125 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:39:29.126423 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:39.347 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:39:39.347830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:39.360 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:39:39.361646 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:49.583 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:39:49.584258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:49.594 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:39:49.595980 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:59.816 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:39:59.816911 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:59.850 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:39:59.850674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:10.068 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:40:10.068774 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:10.081 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:40:10.082201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:20.452 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:40:20.452758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:20.464 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:40:20.464930 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:30.713 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:40:30.713651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:30.723 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:40:30.724041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:40.942 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:40:40.942123 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:40.956 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:40:40.956512 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:51.347 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:40:51.346527 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:51.357 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:40:51.357429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:01.583 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:41:01.582752 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:01.591 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:41:01.591437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:11.808 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:41:11.807854 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:11.821 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:41:11.820811 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:22.075 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:41:22.062929 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:22.081 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:41:22.080723 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:32.335 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:41:32.334505 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:32.349 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:41:32.348901 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:42.586 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:41:42.584348 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:42.598 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:41:42.597762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:52.821 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:41:52.819196 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:52.836 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:41:52.834880 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:03.056 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:03.055000 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:03.068 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:03.066983 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:13.286 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:13.284919 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:13.308 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:13.306765 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:23.563 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:23.561096 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:23.576 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:23.574756 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:28.047 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:28.045098 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T19:42:28.643 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:28.640986 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-02-21T19:42:28.624+0000 7f0dadae2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:42:28.644 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:42:28.624+0000 7f0dadae2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:42:28.644 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:42:28.624+0000 7f0dadae2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:42:28.644 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:42:28.644 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:28.641024 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-02-21T19:42:28.624+0000 7f0dadae2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:42:28.645 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:42:28.624+0000 7f0dadae2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:42:28.645 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:42:28.624+0000 7f0dadae2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:42:28.645 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:42:33.805 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:33.803734 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:33.817 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:33.815495 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:44.036 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:44.033361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:44.049 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:44.047014 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:54.264 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:54.262355 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:54.276 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:42:54.274442 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:04.497 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:43:04.494440 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:04.509 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:43:04.507490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:14.727 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:43:14.724642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:14.736 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:43:14.733801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:24.973 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:43:24.970047 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:24.985 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:43:24.982914 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:35.207 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:43:35.203725 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:35.219 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:43:35.217164 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:45.440 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:43:45.437595 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:45.460 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:43:45.457260 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:55.683 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:43:55.679601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:55.701 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:43:55.697745 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:05.919 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:44:05.916142 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:05.935 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:44:05.929767 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:16.152 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:44:16.148417 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:16.165 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:44:16.161458 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:26.412 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:44:26.408039 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:26.427 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:44:26.423985 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:36.671 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:44:36.661161 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:36.677 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:44:36.673089 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:46.892 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:44:46.888696 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:46.905 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:44:46.901548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:57.125 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:44:57.121096 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:57.137 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:44:57.133495 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:07.362 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:45:07.357353 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:07.374 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:45:07.370405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:17.598 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:45:17.593505 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:17.611 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:45:17.606691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:27.831 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:45:27.827013 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:27.843 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:45:27.839128 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:38.065 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:45:38.060114 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:38.075 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:45:38.071227 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:48.332 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:45:48.327888 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:48.341 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:45:48.337181 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:58.559 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:45:58.554075 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:58.570 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:45:58.565710 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:08.793 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:46:08.788014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:08.803 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:46:08.798706 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:19.023 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:46:19.018212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:19.035 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:46:19.029905 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:29.255 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:46:29.249829 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:29.264 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:46:29.259827 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:39.487 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:46:39.482277 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:39.500 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:46:39.495428 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:49.738 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:46:49.732512 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:49.748 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:46:49.743030 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:59.982 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:46:59.976349 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:59.995 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:46:59.989335 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:10.217 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:47:10.211065 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:10.228 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:47:10.222840 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:20.459 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:47:20.453666 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:20.472 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:47:20.466927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:30.689 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:47:30.683442 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:30.702 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:47:30.697045 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:40.919 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:47:40.912684 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:40.930 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:47:40.924410 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:51.152 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:47:51.145447 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:51.164 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:47:51.158144 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:01.387 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:48:01.380371 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:01.402 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:48:01.395027 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:11.626 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:48:11.619517 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:11.638 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:48:11.632118 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:21.886 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:48:21.879872 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:21.899 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:48:21.892844 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:32.121 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:48:32.115086 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:32.136 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:48:32.129948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:42.357 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:48:42.350181 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:42.369 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:48:42.362696 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:52.592 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:48:52.585077 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:52.605 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:48:52.598108 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:02.827 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:49:02.820160 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:02.843 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:49:02.835748 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:13.110 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:49:13.103065 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:13.123 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:49:13.117005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:23.346 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:49:23.338416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:23.396 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:49:23.389276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:33.621 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:49:33.613074 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:33.633 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:49:33.626056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:43.850 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:49:43.843124 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:43.865 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:49:43.858576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:54.086 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:49:54.078587 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:54.098 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:49:54.090885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:04.316 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:50:04.308119 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:04.327 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:50:04.320186 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:14.554 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:50:14.546098 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:14.562 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:50:14.554368 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:24.783 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:50:24.775460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:24.796 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:50:24.787942 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:35.031 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:50:35.022776 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:35.044 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:50:35.035146 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:45.300 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:50:45.292195 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:45.309 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:50:45.301590 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:55.528 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:50:55.519970 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:55.541 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:50:55.533212 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:05.760 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:51:05.751650 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:05.769 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:51:05.761128 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:15.985 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:51:15.977063 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:15.996 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:51:15.988136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:26.223 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:51:26.214416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:26.235 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:51:26.226595 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:26.235 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:51:26.226622 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-02-21T19:51:36.505 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:51:36.496462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:36.518 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:51:36.509937 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:46.741 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:51:46.732887 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:46.778 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:51:46.769640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:57.002 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:51:56.993611 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:57.014 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:51:57.005751 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:07.241 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:52:07.232802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:07.253 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:52:07.244910 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:17.476 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:52:17.466815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:17.489 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:52:17.480384 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:27.709 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:52:27.700380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:27.721 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:52:27.712408 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:37.943 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:52:37.933741 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:37.954 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:52:37.944964 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:48.177 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:52:48.167466 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:48.190 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:52:48.181175 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:58.404 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:52:58.395029 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:58.415 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:52:58.406628 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:08.637 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:53:08.628144 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:08.648 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:53:08.639025 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:18.868 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:53:18.858385 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:18.881 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:53:18.872052 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:29.102 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:53:29.092921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:29.114 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:53:29.105051 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:39.340 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:53:39.330273 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:39.387 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:53:39.377805 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:49.618 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:53:49.607785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:49.630 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:53:49.620010 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:59.855 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:53:59.845186 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:59.915 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:53:59.905895 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:10.133 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:54:10.123479 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:10.146 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:54:10.136180 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:20.368 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:54:20.357416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:20.380 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:54:20.370570 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:30.602 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:54:30.592352 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:30.613 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:54:30.602897 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:40.840 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:54:40.829600 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:40.850 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:54:40.840641 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:51.070 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:54:51.060085 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:51.082 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:54:51.072490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:01.300 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:55:01.290157 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:01.313 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:55:01.302800 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:11.531 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:55:11.520126 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:11.543 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:55:11.532437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:21.762 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:55:21.751195 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:21.775 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:55:21.764125 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:31.989 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:55:31.978421 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:31.998 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:55:31.987787 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:42.220 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:55:42.209586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:42.233 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:55:42.222468 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:52.454 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:55:52.443514 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:52.468 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:55:52.457638 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:02.687 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:56:02.675777 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:02.699 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:56:02.688638 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:12.924 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:56:12.912828 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:12.935 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:56:12.924130 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:23.152 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:56:23.141091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:23.162 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:56:23.151604 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:33.409 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:56:33.397837 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:33.423 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:56:33.412074 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:43.646 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:56:43.635011 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:43.658 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:56:43.647320 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:53.880 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:56:53.869080 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:53.894 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:56:53.882843 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:04.115 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:57:04.103713 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:04.128 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:57:04.116896 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:14.349 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:57:14.337804 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:14.363 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:57:14.352302 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:24.586 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:57:24.574243 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:24.597 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:57:24.585754 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:24.620 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:57:24.608827 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 19:57:24.586946074 +0000 UTC m=+13407.470398277 LastTransitionTime:2022-02-21 16:15:53 +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-02-21T19:57:34.821 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:57:34.810026 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:34.832 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:57:34.821165 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:45.053 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:57:45.041425 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:45.066 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:57:45.054538 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:55.286 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:57:55.273702 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:55.349 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:57:55.336868 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:05.570 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:58:05.557631 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:05.577 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:58:05.565175 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:15.797 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:58:15.785409 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:15.807 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:58:15.795162 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:26.026 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:58:26.014374 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:26.034 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:58:26.022964 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:36.290 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:58:36.277970 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:36.302 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:58:36.290532 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:46.522 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:58:46.509194 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:46.536 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:58:46.524104 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:56.756 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:58:56.743326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:56.766 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:58:56.754646 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:07.018 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:07.006248 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:07.029 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:07.016969 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:08.663 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:08.650773 I | op-mon: parsing mon endpoints: a=10.106.248.84:6789 2022-02-21T19:59:09.323 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:09.311146 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-02-21T19:59:09.304+0000 7f247151f340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:59:09.324 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:59:09.304+0000 7f247151f340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:59:09.324 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:59:09.304+0000 7f247151f340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:59:09.324 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:59:09.325 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:09.311172 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-02-21T19:59:09.304+0000 7f247151f340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:59:09.325 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:59:09.304+0000 7f247151f340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:59:09.325 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21T19:59:09.304+0000 7f247151f340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:59:09.325 INFO:tasks.rook.operator.smithi170.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:59:17.247 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:17.234838 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:17.260 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:17.248292 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:27.480 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:27.467648 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:27.492 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:27.479950 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:37.715 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:37.703024 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:37.726 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:37.713514 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:47.970 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:47.957687 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:47.985 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:47.972709 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:58.205 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:58.191960 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:58.218 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 19:59:58.205825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:08.436 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:00:08.424040 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:08.449 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:00:08.436700 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:18.665 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:00:18.652410 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:18.676 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:00:18.664173 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:28.913 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:00:28.900895 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:28.924 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:00:28.912065 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:39.142 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:00:39.130065 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:39.154 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:00:39.142777 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:49.384 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:00:49.372339 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:49.392 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:00:49.380957 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:59.611 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:00:59.599554 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:59.625 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:00:59.613581 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:09.845 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:01:09.833688 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:09.855 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:01:09.844344 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:20.079 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:01:20.067758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:20.093 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:01:20.082590 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:30.316 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:01:30.305073 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:30.327 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:01:30.316523 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:40.550 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:01:40.539089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:40.563 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:01:40.552693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:50.783 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:01:50.771812 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:50.794 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:01:50.784034 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:01.021 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:02:01.010981 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:01.034 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:02:01.023368 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:11.252 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:02:11.241811 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:11.263 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:02:11.253532 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:21.520 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:02:21.510536 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:21.533 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:02:21.523712 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:31.750 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:02:31.740034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:31.761 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:02:31.751257 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:41.982 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:02:41.971894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:41.993 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:02:41.983824 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:52.213 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:02:52.203291 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:52.225 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:02:52.216057 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:02.482 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:03:02.472230 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:02.491 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:03:02.481989 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:12.709 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:03:12.700130 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:12.720 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:03:12.711520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:22.938 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:03:22.928731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:22.950 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:03:22.940958 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:33.171 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:03:33.161909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:33.183 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:03:33.174173 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:43.404 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:03:43.394793 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:43.415 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:03:43.406954 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:53.678 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:03:53.668617 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:53.712 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:03:53.702773 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:03.945 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:04:03.936434 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:03.956 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:04:03.947691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:14.177 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:04:14.168356 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:14.190 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:04:14.181824 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:24.405 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:04:24.396795 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:24.416 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:04:24.408359 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:34.636 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:04:34.628268 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:34.648 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:04:34.639759 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:44.863 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:04:44.854002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:44.870 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:04:44.862284 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:55.092 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:04:55.084133 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:55.104 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:04:55.095892 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:05.325 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:05:05.317330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:05.336 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:05:05.328726 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:15.557 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:05:15.548704 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:15.569 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:05:15.561160 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:25.789 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:05:25.781272 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:25.805 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:05:25.797002 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:36.049 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:05:36.041578 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:36.061 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:05:36.053396 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:46.314 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:05:46.306471 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:46.326 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:05:46.318488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:56.544 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:05:56.536859 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:56.558 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:05:56.551010 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:06.803 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:06:06.796003 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:06.813 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:06:06.805825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:17.039 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:06:17.031273 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:17.051 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:06:17.044405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:27.267 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:06:27.259251 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:27.279 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:06:27.271588 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:37.497 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:06:37.489551 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:37.509 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:06:37.501882 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:47.769 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:06:47.762324 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:47.781 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:06:47.774297 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:58.000 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:06:57.992536 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:58.014 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:06:58.006681 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:08.233 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:07:08.225903 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:08.243 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:07:08.236509 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:18.708 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:07:18.701700 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:18.721 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:07:18.714421 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:28.962 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:07:28.955054 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:28.974 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:07:28.967265 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:39.204 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:07:39.197291 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:39.213 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:07:39.206178 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:49.737 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:07:49.730698 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:49.749 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:07:49.742217 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:59.969 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:07:59.961733 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:59.981 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:07:59.974576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:10.202 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:08:10.195611 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:10.210 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:08:10.204035 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:20.431 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:08:20.424751 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:20.442 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:08:20.435465 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:30.664 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:08:30.656990 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:30.677 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:08:30.670551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:40.904 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:08:40.896788 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:40.915 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:08:40.907942 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:51.140 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:08:51.132948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:51.148 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:08:51.142173 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:01.372 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:09:01.366113 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:01.385 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:09:01.379048 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:11.613 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:09:11.607075 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:11.621 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:09:11.615454 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:21.849 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:09:21.841863 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:21.861 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:09:21.855463 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:32.115 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:09:32.108870 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:32.159 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:09:32.153404 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:42.410 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:09:42.404289 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:42.421 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:09:42.415561 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:52.657 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:09:52.650948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:52.671 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:09:52.664870 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:02.913 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:10:02.907013 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:02.963 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:10:02.956850 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:13.183 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:10:13.176939 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:13.198 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:10:13.192927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:23.436 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:10:23.429251 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:23.447 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:10:23.441383 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:33.669 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:10:33.663008 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:33.681 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:10:33.675511 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:43.904 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:10:43.897867 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:43.916 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:10:43.910022 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:54.140 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:10:54.133474 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:54.151 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:10:54.145828 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:04.386 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:11:04.380697 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:04.399 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:11:04.393964 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:14.635 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:11:14.629073 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:14.646 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:11:14.640118 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:24.879 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:11:24.873070 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:24.887 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:11:24.881820 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:35.112 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:11:35.106747 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:35.125 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:11:35.120002 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:45.345 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:11:45.338815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:45.359 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:11:45.353097 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:55.595 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:11:55.588954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:55.604 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:11:55.598825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:05.827 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:12:05.821044 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:05.838 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:12:05.832275 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:16.056 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:12:16.050127 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:16.067 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:12:16.061994 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:26.289 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:12:26.283449 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:26.303 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:12:26.297239 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:36.526 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:12:36.520451 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:36.537 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:12:36.531672 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:46.758 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:12:46.753158 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:46.785 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:12:46.765281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:56.989 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:12:56.983067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:57.010 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:12:57.001301 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:07.233 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:13:07.227688 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:07.304 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:13:07.298703 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:17.536 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:13:17.530434 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:17.548 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:13:17.542972 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:27.796 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:13:27.789958 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:27.806 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:13:27.800913 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:38.029 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:13:38.023699 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:38.040 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:13:38.034693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:48.286 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:13:48.280483 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:48.299 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:13:48.293846 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:58.516 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:13:58.510586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:58.531 INFO:tasks.rook.operator.smithi170.stdout:2022-02-21 20:13:58.525534 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T22:34:32.612 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2022-02-21T22:34:32.651 DEBUG:teuthology.task.console_log:Killing console logger for smithi170 2022-02-21T22:34:32.652 DEBUG:teuthology.exit:Finished running handlers