2022-03-08T17:29:22.498 INFO:root:teuthology version: 1.1.0-eeaeee38 2022-03-08T17:29:22.501 DEBUG:teuthology.run:Teuthology command: teuthology --name teuthology-2022-03-06_07:01:04-rados-master-distro-default-smithi --description rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/flannel rook/1.7.2} --verbose --owner scheduled_teuthology@teuthology --archive /home/teuthworker/archive/teuthology-2022-03-06_07:01:04-rados-master-distro-default-smithi/6723904 -- /home/teuthworker/archive/teuthology-2022-03-06_07:01:04-rados-master-distro-default-smithi/6723904/orig.config.yaml 2022-03-08T17:29:22.548 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2022-03-08T17:29:22.648 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/teuthology-2022-03-06_07:01:04-rados-master-distro-default-smithi/6723904 branch: master description: rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/flannel rook/1.7.2} email: ceph-qa@ceph.io first_in_suite: false job_id: '6723904' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: teuthology-2022-03-06_07:01:04-rados-master-distro-default-smithi nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: master 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: 6fe8e680a334072b1ba19b2de006862f98aedbae ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: 6fe8e680a334072b1ba19b2de006862f98aedbae kernel: hwe: true kubeadm: pod_network: flannel version: '1.21' rook: rook_branch: v1.7.2 rook_image: rook/ceph:v1.7.2 workunit: branch: master sha1: b8fc4097cbbda97d59dca39eb86991e7f313985b owner: scheduled_teuthology@teuthology priority: 1000 repo: https://github.com/ceph/ceph.git roles: - - host.a - client.a sha1: 6fe8e680a334072b1ba19b2de006862f98aedbae sleep_before_teardown: 0 suite: rados suite_branch: master suite_path: /home/teuthworker/src/github.com_ceph_ceph_b8fc4097cbbda97d59dca39eb86991e7f313985b/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph.git suite_sha1: b8fc4097cbbda97d59dca39eb86991e7f313985b targets: smithi167.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDnlSZz0IQcEX4LBmz9Fx/ZeHypR4l9lkAxuk4SUwV63b6QqYi2hakKrbBCnq9kaJ4OHtl90gdBD88VZF3cMs7I7EH94oBM2CR30s7kCE67KTPS27TfFjJDwFliG84Hu8ej3QcFIqqW9IJBz/ktlRUpFJX7nCjKE45hsHJS5Fq6UWr/te1ZPcg8XM61vlLqeQ6Gz3XMlXCKf4MuXhjDo3kYe7z/ype1YwoyAwwCzdd1SVBaHFXGbRMtlG3eg4XqiAmeUB/UrzTgXiQUMAfnYq46VMy+gWCSHXPd5yOnAMb6/K8qPBRg3lo5xaucZDpdHCRG3lYfR4zCFyvZpmPR+3aqGiPfH97m0wTutGYJ8VeP9WvyYwrycCX1BL2URA9WZWsvO9tzQMTCLfGySyMJocEDSPBNzgd+gCMJ59CnnRmArcXAHVGQFSlyUgxW/cLtD05rn59hNYi9anNWAGx+YHEq0eVdRiia+JVfcCjiCsXo5ySSYwcHRXFb5ek5RNgsz+8= tasks: - kubeadm: null - nvme_loop: null - rook: null - rook.shell: - ceph -s - ceph orch status - ceph orch ps - ceph orch ls - ceph orch device ls - install: host.a: null - radosbench: clients: - client.a - rook.shell: commands: - 'ceph orch host label add `hostname` foo ceph orch host ls | grep foo ceph orch host label rm `hostname` foo ceph orch host ls | grep -v foo ' - exec: host.a: - "set -ex\ntoolbox() {\n kubectl -n rook-ceph exec -it deploy/rook-ceph-tools\ \ -- \"$@\"\n}\norig_num_osd=`toolbox ceph osd stat | cut -f3 -d \" \"`\ntoolbox\ \ ceph orch osd rm 0 --force\nremoved_pv=\"\"\nwhile [ \"$removed_pv\" = \"\"\ \ ]\ndo\n removed_pv=`kubectl get pv | grep Released | cut -f1 -d \" \"`\n\ \ sleep 3s\ndone\ntarget_path=`kubectl get pv $removed_pv -o jsonpath='{.spec.local.path}'`\n\ host=`echo $removed_pv | cut -f1 -d \"-\"`\ntoolbox ceph orch device zap $host\ \ $target_path --force\nzap_completion=\"0\"\nwhile [ \"$zap_completion\" =\ \ \"0\" ]\ndo\n zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap\ \ -o jsonpath='{.status.succeeded.path}'`\n sleep 3s\ndone\nkubectl patch\ \ pv $removed_pv -p '{\"spec\":{\"claimRef\": null}}'\ntoolbox ceph orch apply\ \ osd --all-available-devices\nkubectl delete job rook-ceph-device-zap -n rook-ceph\n\ num_osd=\"0\"\nwhile [ \"$num_osd\" != \"$orig_num_osd\" ]\ndo\n echo \"\ waiting for osd to come back up\"\n num_osd=`toolbox ceph osd stat | cut\ \ -f3 -d \" \"`\n sleep 30s\ndone\n" - rook.shell: commands: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch apply rgw foo - ceph orch apply mds foo - ceph orch apply rbd-mirror - ceph orch apply nfs foo --port 12777 teuthology_branch: master teuthology_sha1: eeaeee38264fad8a01fd1ce912d8908676ed64bc timestamp: 2022-03-06_07:01:04 tube: smithi user: teuthology verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.22301 2022-03-08T17:29:22.648 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph_b8fc4097cbbda97d59dca39eb86991e7f313985b/qa; will attempt to use it 2022-03-08T17:29:22.649 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph_b8fc4097cbbda97d59dca39eb86991e7f313985b/qa/tasks 2022-03-08T17:29:22.649 INFO:teuthology.run_tasks:Running task internal.check_packages... 2022-03-08T17:29:22.651 INFO:teuthology.task.internal:Checking packages... 2022-03-08T17:29:22.673 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash '6fe8e680a334072b1ba19b2de006862f98aedbae' 2022-03-08T17:29:22.673 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2022-03-08T17:29:22.674 INFO:teuthology.packaging:ref: None 2022-03-08T17:29:22.674 INFO:teuthology.packaging:tag: None 2022-03-08T17:29:22.675 INFO:teuthology.packaging:branch: master 2022-03-08T17:29:22.675 INFO:teuthology.packaging:sha1: 6fe8e680a334072b1ba19b2de006862f98aedbae 2022-03-08T17:29:22.675 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=master 2022-03-08T17:29:22.922 INFO:teuthology.task.internal:Found packages for ceph version 17.0.0-11006-ge98697fd-1focal 2022-03-08T17:29:22.923 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2022-03-08T17:29:22.931 INFO:teuthology.task.internal:no buildpackages task found 2022-03-08T17:29:22.931 INFO:teuthology.run_tasks:Running task internal.save_config... 2022-03-08T17:29:22.960 INFO:teuthology.task.internal:Saving configuration 2022-03-08T17:29:22.978 INFO:teuthology.run_tasks:Running task internal.check_lock... 2022-03-08T17:29:23.023 INFO:teuthology.task.internal.check_lock:Checking locks... 2022-03-08T17:29:23.050 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi167.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/teuthology-2022-03-06_07:01:04-rados-master-distro-default-smithi/6723904', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2022-03-08 17:23:52.167522', 'locked_by': 'scheduled_teuthology@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINSvJJvNkxWd94Vy0wrzy66FkodjRx7qBs8WXK3Q16qW'} 2022-03-08T17:29:23.051 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2022-03-08T17:29:23.062 INFO:teuthology.task.internal:roles: ubuntu@smithi167.front.sepia.ceph.com - ['host.a', 'client.a'] 2022-03-08T17:29:23.065 INFO:teuthology.run_tasks:Running task console_log... 2022-03-08T17:29:23.198 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f86fdca4ea0>, signals=[15]) 2022-03-08T17:29:23.200 INFO:teuthology.run_tasks:Running task internal.connect... 2022-03-08T17:29:23.219 INFO:teuthology.task.internal:Opening connections... 2022-03-08T17:29:23.219 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi167.front.sepia.ceph.com 2022-03-08T17:29:23.222 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-08T17:29:23.278 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2022-03-08T17:29:23.292 DEBUG:teuthology.orchestra.run.smithi167:> uname -m 2022-03-08T17:29:23.397 INFO:teuthology.orchestra.run.smithi167.stdout:x86_64 2022-03-08T17:29:23.397 DEBUG:teuthology.orchestra.run.smithi167:> cat /etc/os-release 2022-03-08T17:29:23.404 INFO:teuthology.orchestra.run.smithi167.stdout:NAME="Ubuntu" 2022-03-08T17:29:23.405 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION="20.04.3 LTS (Focal Fossa)" 2022-03-08T17:29:23.405 INFO:teuthology.orchestra.run.smithi167.stdout:ID=ubuntu 2022-03-08T17:29:23.405 INFO:teuthology.orchestra.run.smithi167.stdout:ID_LIKE=debian 2022-03-08T17:29:23.405 INFO:teuthology.orchestra.run.smithi167.stdout:PRETTY_NAME="Ubuntu 20.04.3 LTS" 2022-03-08T17:29:23.406 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_ID="20.04" 2022-03-08T17:29:23.406 INFO:teuthology.orchestra.run.smithi167.stdout:HOME_URL="https://www.ubuntu.com/" 2022-03-08T17:29:23.406 INFO:teuthology.orchestra.run.smithi167.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2022-03-08T17:29:23.406 INFO:teuthology.orchestra.run.smithi167.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2022-03-08T17:29:23.407 INFO:teuthology.orchestra.run.smithi167.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2022-03-08T17:29:23.407 INFO:teuthology.orchestra.run.smithi167.stdout:VERSION_CODENAME=focal 2022-03-08T17:29:23.407 INFO:teuthology.orchestra.run.smithi167.stdout:UBUNTU_CODENAME=focal 2022-03-08T17:29:23.408 INFO:teuthology.lock.ops:Updating smithi167.front.sepia.ceph.com on lock server 2022-03-08T17:29:23.428 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2022-03-08T17:29:23.442 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2022-03-08T17:29:23.496 INFO:teuthology.task.internal:Checking for old test directory... 2022-03-08T17:29:23.496 DEBUG:teuthology.orchestra.run.smithi167:> test '!' -e /home/ubuntu/cephtest 2022-03-08T17:29:23.503 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2022-03-08T17:29:23.558 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2022-03-08T17:29:23.558 DEBUG:teuthology.orchestra.run.smithi167:> test -z $(ls -A /var/lib/ceph) 2022-03-08T17:29:23.588 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2022-03-08T17:29:23.670 INFO:teuthology.run_tasks:Running task kernel... 2022-03-08T17:29:23.710 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2022-03-08T17:29:23.711 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2022-03-08T17:29:23.711 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.a': {'hwe': True}} 2022-03-08T17:29:23.712 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2022-03-08T17:29:23.712 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2022-03-08T17:29:23.720 INFO:teuthology.orchestra.run.smithi167.stdout:5.4.0-97-generic 2022-03-08T17:29:23.721 INFO:teuthology.task.kernel:Running kernel on smithi167: 5.4.0-97-generic 2022-03-08T17:29:23.721 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get clean 2022-03-08T17:29:23.855 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get update 2022-03-08T17:29:24.145 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-08T17:29:24.145 INFO:teuthology.orchestra.run.smithi167.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-03-08T17:29:24.198 INFO:teuthology.orchestra.run.smithi167.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-03-08T17:29:24.544 INFO:teuthology.orchestra.run.smithi167.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-03-08T17:29:24.613 INFO:teuthology.orchestra.run.smithi167.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,278 kB] 2022-03-08T17:29:24.754 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [610 kB] 2022-03-08T17:29:25.034 INFO:teuthology.orchestra.run.smithi167.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1,608 kB] 2022-03-08T17:29:25.035 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [390 kB] 2022-03-08T17:29:25.051 INFO:teuthology.orchestra.run.smithi167.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [225 kB] 2022-03-08T17:29:25.060 INFO:teuthology.orchestra.run.smithi167.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [9,732 B] 2022-03-08T17:29:25.061 INFO:teuthology.orchestra.run.smithi167.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [773 kB] 2022-03-08T17:29:25.119 INFO:teuthology.orchestra.run.smithi167.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [21.7 kB] 2022-03-08T17:29:25.120 INFO:teuthology.orchestra.run.smithi167.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [110 kB] 2022-03-08T17:29:25.126 INFO:teuthology.orchestra.run.smithi167.stdout:Get:14 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [504 B] 2022-03-08T17:29:25.126 INFO:teuthology.orchestra.run.smithi167.stdout:Get:15 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [681 kB] 2022-03-08T17:29:25.155 INFO:teuthology.orchestra.run.smithi167.stdout:Get:16 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [536 kB] 2022-03-08T17:29:25.174 INFO:teuthology.orchestra.run.smithi167.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [308 kB] 2022-03-08T17:29:25.175 INFO:teuthology.orchestra.run.smithi167.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [117 kB] 2022-03-08T17:29:25.178 INFO:teuthology.orchestra.run.smithi167.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [13.2 kB] 2022-03-08T17:29:25.191 INFO:teuthology.orchestra.run.smithi167.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.8 kB] 2022-03-08T17:29:25.192 INFO:teuthology.orchestra.run.smithi167.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [827 kB] 2022-03-08T17:29:25.219 INFO:teuthology.orchestra.run.smithi167.stdout:Get:22 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,180 B] 2022-03-08T17:29:25.219 INFO:teuthology.orchestra.run.smithi167.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 2022-03-08T17:29:25.220 INFO:teuthology.orchestra.run.smithi167.stdout:Get:24 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,196 B] 2022-03-08T17:29:25.220 INFO:teuthology.orchestra.run.smithi167.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [500 B] 2022-03-08T17:29:25.222 INFO:teuthology.orchestra.run.smithi167.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [23.1 kB] 2022-03-08T17:29:25.222 INFO:teuthology.orchestra.run.smithi167.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [118 kB] 2022-03-08T17:29:25.226 INFO:teuthology.orchestra.run.smithi167.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [500 B] 2022-03-08T17:29:25.226 INFO:teuthology.orchestra.run.smithi167.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [909 kB] 2022-03-08T17:29:25.262 INFO:teuthology.orchestra.run.smithi167.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [672 kB] 2022-03-08T17:29:25.284 INFO:teuthology.orchestra.run.smithi167.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [202 kB] 2022-03-08T17:29:25.287 INFO:teuthology.orchestra.run.smithi167.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [20.2 kB] 2022-03-08T17:29:25.310 INFO:teuthology.orchestra.run.smithi167.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,464 B] 2022-03-08T17:29:25.311 INFO:teuthology.orchestra.run.smithi167.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [23.8 kB] 2022-03-08T17:29:25.311 INFO:teuthology.orchestra.run.smithi167.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,312 B] 2022-03-08T17:29:25.312 INFO:teuthology.orchestra.run.smithi167.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [580 B] 2022-03-08T17:29:25.312 INFO:teuthology.orchestra.run.smithi167.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/main amd64 Packages [42.2 kB] 2022-03-08T17:29:25.344 INFO:teuthology.orchestra.run.smithi167.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/main i386 Packages [34.8 kB] 2022-03-08T17:29:25.426 INFO:teuthology.orchestra.run.smithi167.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/main Translation-en [10.1 kB] 2022-03-08T17:29:25.427 INFO:teuthology.orchestra.run.smithi167.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [22.7 kB] 2022-03-08T17:29:25.427 INFO:teuthology.orchestra.run.smithi167.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [12.9 kB] 2022-03-08T17:29:25.428 INFO:teuthology.orchestra.run.smithi167.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [15.4 kB] 2022-03-08T17:29:25.428 INFO:teuthology.orchestra.run.smithi167.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [804 B] 2022-03-08T17:29:28.137 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 10.0 MB in 2s (4,738 kB/s) 2022-03-08T17:29:29.355 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2022-03-08T17:29:29.385 DEBUG:teuthology.orchestra.run.smithi167:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-03-08T17:29:29.455 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2022-03-08T17:29:29.628 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2022-03-08T17:29:29.629 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2022-03-08T17:29:29.777 INFO:teuthology.orchestra.run.smithi167.stdout:The following additional packages will be installed: 2022-03-08T17:29:29.777 INFO:teuthology.orchestra.run.smithi167.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-03-08T17:29:29.777 INFO:teuthology.orchestra.run.smithi167.stdout: libusbmuxd6 linux-image-5.13.0-30-generic linux-modules-5.13.0-30-generic 2022-03-08T17:29:29.778 INFO:teuthology.orchestra.run.smithi167.stdout: linux-modules-extra-5.13.0-30-generic thermald upower usbmuxd 2022-03-08T17:29:29.779 INFO:teuthology.orchestra.run.smithi167.stdout:Suggested packages: 2022-03-08T17:29:29.779 INFO:teuthology.orchestra.run.smithi167.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.13-source-5.13.0 2022-03-08T17:29:29.780 INFO:teuthology.orchestra.run.smithi167.stdout: linux-hwe-5.13-tools linux-headers-5.13.0-30-generic 2022-03-08T17:29:29.820 INFO:teuthology.orchestra.run.smithi167.stdout:The following NEW packages will be installed: 2022-03-08T17:29:29.821 INFO:teuthology.orchestra.run.smithi167.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-03-08T17:29:29.821 INFO:teuthology.orchestra.run.smithi167.stdout: libusbmuxd6 linux-image-5.13.0-30-generic linux-image-generic-hwe-20.04 2022-03-08T17:29:29.822 INFO:teuthology.orchestra.run.smithi167.stdout: linux-modules-5.13.0-30-generic linux-modules-extra-5.13.0-30-generic 2022-03-08T17:29:29.822 INFO:teuthology.orchestra.run.smithi167.stdout: thermald upower usbmuxd 2022-03-08T17:29:30.003 INFO:teuthology.orchestra.run.smithi167.stdout:0 upgraded, 13 newly installed, 0 to remove and 91 not upgraded. 2022-03-08T17:29:30.003 INFO:teuthology.orchestra.run.smithi167.stdout:Need to get 80.1 MB of archives. 2022-03-08T17:29:30.003 INFO:teuthology.orchestra.run.smithi167.stdout:After this operation, 409 MB of additional disk space will be used. 2022-03-08T17:29:30.004 INFO:teuthology.orchestra.run.smithi167.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2022-03-08T17:29:30.263 INFO:teuthology.orchestra.run.smithi167.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2022-03-08T17:29:30.289 INFO:teuthology.orchestra.run.smithi167.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2022-03-08T17:29:30.290 INFO:teuthology.orchestra.run.smithi167.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2022-03-08T17:29:30.378 INFO:teuthology.orchestra.run.smithi167.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2022-03-08T17:29:30.391 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.13.0-30-generic amd64 5.13.0-30.33~20.04.1 [18.3 MB] 2022-03-08T17:29:31.246 INFO:teuthology.orchestra.run.smithi167.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.13.0-30-generic amd64 5.13.0-30.33~20.04.1 [10.0 MB] 2022-03-08T17:29:31.509 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.13.0-30-generic amd64 5.13.0-30.33~20.04.1 [51.1 MB] 2022-03-08T17:29:33.247 INFO:teuthology.orchestra.run.smithi167.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.13.0.30.33~20.04.17 [2,616 B] 2022-03-08T17:29:33.248 INFO:teuthology.orchestra.run.smithi167.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.1 [31.6 kB] 2022-03-08T17:29:33.248 INFO:teuthology.orchestra.run.smithi167.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2022-03-08T17:29:33.256 INFO:teuthology.orchestra.run.smithi167.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2022-03-08T17:29:33.256 INFO:teuthology.orchestra.run.smithi167.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2022-03-08T17:29:33.679 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 80.1 MB in 3s (23.3 MB/s) 2022-03-08T17:29:33.911 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2022-03-08T17:29:35.414 INFO:teuthology.orchestra.run.smithi167.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 102042 files and directories currently installed.) 2022-03-08T17:29:35.420 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2022-03-08T17:29:35.592 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-03-08T17:29:35.987 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libplist3:amd64. 2022-03-08T17:29:36.004 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2022-03-08T17:29:36.046 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2022-03-08T17:29:36.440 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2022-03-08T17:29:36.456 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2022-03-08T17:29:36.498 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2022-03-08T17:29:36.807 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2022-03-08T17:29:36.815 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2022-03-08T17:29:36.868 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-03-08T17:29:37.212 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libupower-glib3:amd64. 2022-03-08T17:29:37.232 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2022-03-08T17:29:37.271 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2022-03-08T17:29:37.641 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-modules-5.13.0-30-generic. 2022-03-08T17:29:37.656 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../05-linux-modules-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-03-08T17:29:37.699 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-modules-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-08T17:29:40.026 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-image-5.13.0-30-generic. 2022-03-08T17:29:40.041 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../06-linux-image-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-03-08T17:29:40.144 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-08T17:29:40.679 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-modules-extra-5.13.0-30-generic. 2022-03-08T17:29:40.694 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../07-linux-modules-extra-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-03-08T17:29:40.737 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-modules-extra-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-08T17:29:47.032 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2022-03-08T17:29:47.048 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.13.0.30.33~20.04.17_amd64.deb ... 2022-03-08T17:29:47.090 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking linux-image-generic-hwe-20.04 (5.13.0.30.33~20.04.17) ... 2022-03-08T17:29:47.464 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libevdev2:amd64. 2022-03-08T17:29:47.479 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.1_amd64.deb ... 2022-03-08T17:29:47.522 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-03-08T17:29:47.926 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package thermald. 2022-03-08T17:29:47.939 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2022-03-08T17:29:47.984 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2022-03-08T17:29:48.967 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package upower. 2022-03-08T17:29:48.984 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2022-03-08T17:29:49.035 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking upower (0.99.11-1build2) ... 2022-03-08T17:29:49.493 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package usbmuxd. 2022-03-08T17:29:49.507 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2022-03-08T17:29:49.551 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-03-08T17:29:49.884 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2022-03-08T17:29:49.989 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-03-08T17:29:50.123 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2022-03-08T17:29:50.249 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2022-03-08T17:29:50.400 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-03-08T17:29:50.545 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-03-08T17:29:50.669 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up upower (0.99.11-1build2) ... 2022-03-08T17:29:51.146 INFO:teuthology.orchestra.run.smithi167.stdout:upower.service is a disabled or a static unit, not starting it. 2022-03-08T17:29:51.204 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-03-08T17:29:51.396 INFO:teuthology.orchestra.run.smithi167.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2022-03-08T17:29:51.402 INFO:teuthology.orchestra.run.smithi167.stdout:Adding system user `usbmux' (UID 114) ... 2022-03-08T17:29:51.403 INFO:teuthology.orchestra.run.smithi167.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2022-03-08T17:29:51.879 INFO:teuthology.orchestra.run.smithi167.stdout:Not creating home directory `/var/lib/usbmux'. 2022-03-08T17:29:52.106 INFO:teuthology.orchestra.run.smithi167.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2022-03-08T17:29:52.151 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2022-03-08T17:29:52.486 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2022-03-08T17:29:52.486 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2022-03-08T17:29:53.009 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-08T17:29:54.267 INFO:teuthology.orchestra.run.smithi167.stdout:I: /boot/vmlinuz is now a symlink to vmlinuz-5.13.0-30-generic 2022-03-08T17:29:54.269 INFO:teuthology.orchestra.run.smithi167.stdout:I: /boot/initrd.img is now a symlink to initrd.img-5.13.0-30-generic 2022-03-08T17:29:54.433 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-modules-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-08T17:29:55.784 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-modules-extra-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-08T17:29:57.121 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up linux-image-generic-hwe-20.04 (5.13.0.30.33~20.04.17) ... 2022-03-08T17:29:57.271 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-03-08T17:30:02.651 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-03-08T17:30:03.344 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-03-08T17:30:03.445 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-03-08T17:30:03.641 INFO:teuthology.orchestra.run.smithi167.stdout:/etc/kernel/postinst.d/initramfs-tools: 2022-03-08T17:30:03.641 INFO:teuthology.orchestra.run.smithi167.stdout:update-initramfs: Generating /boot/initrd.img-5.13.0-30-generic 2022-03-08T17:30:27.679 INFO:teuthology.orchestra.run.smithi167.stdout:/etc/kernel/postinst.d/zz-update-grub: 2022-03-08T17:30:27.679 INFO:teuthology.orchestra.run.smithi167.stdout:Sourcing file `/etc/default/grub' 2022-03-08T17:30:27.684 INFO:teuthology.orchestra.run.smithi167.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-03-08T17:30:27.705 INFO:teuthology.orchestra.run.smithi167.stdout:Generating grub configuration file ... 2022-03-08T17:30:28.104 INFO:teuthology.orchestra.run.smithi167.stdout:Found linux image: /boot/vmlinuz-5.13.0-30-generic 2022-03-08T17:30:28.125 INFO:teuthology.orchestra.run.smithi167.stdout:Found initrd image: /boot/initrd.img-5.13.0-30-generic 2022-03-08T17:30:28.542 INFO:teuthology.orchestra.run.smithi167.stdout:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-03-08T17:30:28.557 INFO:teuthology.orchestra.run.smithi167.stdout:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-03-08T17:30:30.256 INFO:teuthology.orchestra.run.smithi167.stdout:done 2022-03-08T17:30:30.627 DEBUG:teuthology.orchestra.run.smithi167:> dpkg -s linux-image-generic-hwe-20.04 2022-03-08T17:30:30.672 INFO:teuthology.orchestra.run.smithi167.stdout:Package: linux-image-generic-hwe-20.04 2022-03-08T17:30:30.673 INFO:teuthology.orchestra.run.smithi167.stdout:Status: install ok installed 2022-03-08T17:30:30.673 INFO:teuthology.orchestra.run.smithi167.stdout:Priority: optional 2022-03-08T17:30:30.674 INFO:teuthology.orchestra.run.smithi167.stdout:Section: kernel 2022-03-08T17:30:30.674 INFO:teuthology.orchestra.run.smithi167.stdout:Installed-Size: 19 2022-03-08T17:30:30.674 INFO:teuthology.orchestra.run.smithi167.stdout:Maintainer: Ubuntu Kernel Team 2022-03-08T17:30:30.675 INFO:teuthology.orchestra.run.smithi167.stdout:Architecture: amd64 2022-03-08T17:30:30.675 INFO:teuthology.orchestra.run.smithi167.stdout:Source: linux-meta-hwe-5.13 2022-03-08T17:30:30.675 INFO:teuthology.orchestra.run.smithi167.stdout:Version: 5.13.0.30.33~20.04.17 2022-03-08T17:30:30.675 INFO:teuthology.orchestra.run.smithi167.stdout:Provides: virtualbox-guest-modules (= 5.13.0-30), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2) 2022-03-08T17:30:30.676 INFO:teuthology.orchestra.run.smithi167.stdout:Depends: linux-image-5.13.0-30-generic, linux-modules-extra-5.13.0-30-generic, linux-firmware, intel-microcode, amd64-microcode 2022-03-08T17:30:30.676 INFO:teuthology.orchestra.run.smithi167.stdout:Recommends: thermald 2022-03-08T17:30:30.676 INFO:teuthology.orchestra.run.smithi167.stdout:Description: Generic Linux kernel image 2022-03-08T17:30:30.677 INFO:teuthology.orchestra.run.smithi167.stdout: This package will always depend on the latest generic kernel image 2022-03-08T17:30:30.677 INFO:teuthology.orchestra.run.smithi167.stdout: available. 2022-03-08T17:30:30.678 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-97-generic Expected: 5.13.0-30-generic 2022-03-08T17:30:30.679 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2022-03-08T17:30:30.680 DEBUG:teuthology.task.kernel:src is distro, skipping download 2022-03-08T17:30:30.680 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2022-03-08T17:30:30.681 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi167.front.sepia.ceph.com, path=None, version=distro) 2022-03-08T17:30:30.682 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get clean 2022-03-08T17:30:30.765 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get update 2022-03-08T17:30:31.028 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-08T17:30:31.028 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-08T17:30:31.098 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-08T17:30:31.187 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-08T17:30:32.557 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2022-03-08T17:30:32.578 DEBUG:teuthology.orchestra.run.smithi167:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-03-08T17:30:32.644 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2022-03-08T17:30:32.818 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2022-03-08T17:30:32.819 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2022-03-08T17:30:33.000 INFO:teuthology.orchestra.run.smithi167.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.13.0.30.33~20.04.17). 2022-03-08T17:30:33.000 INFO:teuthology.orchestra.run.smithi167.stdout:0 upgraded, 0 newly installed, 0 to remove and 91 not upgraded. 2022-03-08T17:30:33.002 DEBUG:teuthology.orchestra.run.smithi167:> dpkg -s linux-image-generic-hwe-20.04 2022-03-08T17:30:33.020 INFO:teuthology.orchestra.run.smithi167.stdout:Package: linux-image-generic-hwe-20.04 2022-03-08T17:30:33.021 INFO:teuthology.orchestra.run.smithi167.stdout:Status: install ok installed 2022-03-08T17:30:33.021 INFO:teuthology.orchestra.run.smithi167.stdout:Priority: optional 2022-03-08T17:30:33.021 INFO:teuthology.orchestra.run.smithi167.stdout:Section: kernel 2022-03-08T17:30:33.021 INFO:teuthology.orchestra.run.smithi167.stdout:Installed-Size: 19 2022-03-08T17:30:33.022 INFO:teuthology.orchestra.run.smithi167.stdout:Maintainer: Ubuntu Kernel Team 2022-03-08T17:30:33.022 INFO:teuthology.orchestra.run.smithi167.stdout:Architecture: amd64 2022-03-08T17:30:33.022 INFO:teuthology.orchestra.run.smithi167.stdout:Source: linux-meta-hwe-5.13 2022-03-08T17:30:33.023 INFO:teuthology.orchestra.run.smithi167.stdout:Version: 5.13.0.30.33~20.04.17 2022-03-08T17:30:33.023 INFO:teuthology.orchestra.run.smithi167.stdout:Provides: virtualbox-guest-modules (= 5.13.0-30), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2) 2022-03-08T17:30:33.023 INFO:teuthology.orchestra.run.smithi167.stdout:Depends: linux-image-5.13.0-30-generic, linux-modules-extra-5.13.0-30-generic, linux-firmware, intel-microcode, amd64-microcode 2022-03-08T17:30:33.023 INFO:teuthology.orchestra.run.smithi167.stdout:Recommends: thermald 2022-03-08T17:30:33.024 INFO:teuthology.orchestra.run.smithi167.stdout:Description: Generic Linux kernel image 2022-03-08T17:30:33.024 INFO:teuthology.orchestra.run.smithi167.stdout: This package will always depend on the latest generic kernel image 2022-03-08T17:30:33.024 INFO:teuthology.orchestra.run.smithi167.stdout: available. 2022-03-08T17:30:33.024 DEBUG:teuthology.orchestra.run.smithi167:> mktemp 2022-03-08T17:30:33.072 INFO:teuthology.orchestra.run.smithi167.stdout:/tmp/tmp.yI59kRGcIK 2022-03-08T17:30:33.072 DEBUG:teuthology.orchestra.run.smithi167:> sudo cp /boot/grub/grub.cfg /tmp/tmp.yI59kRGcIK 2022-03-08T17:30:33.087 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 0666 /tmp/tmp.yI59kRGcIK 2022-03-08T17:30:33.126 DEBUG:teuthology.orchestra.remote:smithi167:/tmp/tmp.yI59kRGcIK is 8KB 2022-03-08T17:30:33.141 DEBUG:teuthology.orchestra.run.smithi167:> rm -fr /tmp/tmp.yI59kRGcIK 2022-03-08T17:30:33.148 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2022-03-08T17:30:33.202 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:30:33.202 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/grub.d/01_ceph_kernel 2022-03-08T17:30:33.202 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2022-03-08T17:30:33.233 INFO:teuthology.task.kernel:Distro Kernel Version: 5.13.0-30-generic 2022-03-08T17:30:33.233 DEBUG:teuthology.orchestra.run.smithi167:> sudo update-grub 2022-03-08T17:30:34.511 INFO:teuthology.orchestra.run.smithi167.stderr:Sourcing file `/etc/default/grub' 2022-03-08T17:30:34.516 INFO:teuthology.orchestra.run.smithi167.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-03-08T17:30:34.538 INFO:teuthology.orchestra.run.smithi167.stderr:Generating grub configuration file ... 2022-03-08T17:30:34.875 INFO:teuthology.orchestra.run.smithi167.stderr:Found linux image: /boot/vmlinuz-5.13.0-30-generic 2022-03-08T17:30:34.887 INFO:teuthology.orchestra.run.smithi167.stderr:Found initrd image: /boot/initrd.img-5.13.0-30-generic 2022-03-08T17:30:35.336 INFO:teuthology.orchestra.run.smithi167.stderr:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-03-08T17:30:35.347 INFO:teuthology.orchestra.run.smithi167.stderr:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-03-08T17:30:36.060 INFO:teuthology.orchestra.run.smithi167.stderr:done 2022-03-08T17:30:36.063 DEBUG:teuthology.orchestra.run.smithi167:> sudo shutdown -r now 2022-03-08T17:31:06.099 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2022-03-08T17:31:06.100 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2022-03-08T17:31:06.101 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-08T17:31:24.491 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2022-03-08T17:31:54.518 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2022-03-08T17:31:54.520 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-08T17:32:12.879 DEBUG:teuthology.orchestra.remote:[Errno None] Unable to connect to port 22 on 172.21.15.167 2022-03-08T17:32:42.906 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2022-03-08T17:32:42.907 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-08T17:32:43.127 DEBUG:teuthology.orchestra.run.smithi167:> true 2022-03-08T17:32:43.669 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi167.front.sepia.ceph.com' 2022-03-08T17:32:43.670 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.13.0-30-generic"... 2022-03-08T17:32:43.670 DEBUG:teuthology.orchestra.run.smithi167:> uname -r 2022-03-08T17:32:43.675 INFO:teuthology.orchestra.run.smithi167.stdout:5.13.0-30-generic 2022-03-08T17:32:43.676 DEBUG:teuthology.task.kernel:current kernel version is 5.13.0-30-generic vs 5.13.0-30-generic 2022-03-08T17:32:43.676 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2022-03-08T17:32:43.676 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2022-03-08T17:32:44.677 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2022-03-08T17:32:44.678 DEBUG:teuthology.orchestra.run.smithi167:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2022-03-08T17:32:44.739 INFO:teuthology.orchestra.run.smithi167.stdout:ttyS1 2022-03-08T17:32:44.768 DEBUG:teuthology.parallel:result is None 2022-03-08T17:32:44.769 INFO:teuthology.run_tasks:Running task internal.base... 2022-03-08T17:32:44.780 INFO:teuthology.task.internal:Creating test directory... 2022-03-08T17:32:44.782 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2022-03-08T17:32:44.790 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2022-03-08T17:32:44.834 INFO:teuthology.run_tasks:Running task internal.archive... 2022-03-08T17:32:44.917 INFO:teuthology.task.internal:Creating archive directory... 2022-03-08T17:32:44.918 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2022-03-08T17:32:44.947 INFO:teuthology.run_tasks:Running task internal.coredump... 2022-03-08T17:32:45.042 INFO:teuthology.task.internal:Enabling coredump saving... 2022-03-08T17:32:45.042 DEBUG:teuthology.orchestra.run.smithi167:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2022-03-08T17:32:45.078 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-03-08T17:32:45.088 INFO:teuthology.orchestra.run.smithi167.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-03-08T17:32:45.090 INFO:teuthology.run_tasks:Running task internal.sudo... 2022-03-08T17:32:45.151 INFO:teuthology.task.internal:Configuring sudo... 2022-03-08T17:32:45.151 DEBUG:teuthology.orchestra.run.smithi167:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2022-03-08T17:32:45.168 INFO:teuthology.run_tasks:Running task internal.syslog... 2022-03-08T17:32:45.228 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2022-03-08T17:32:45.228 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2022-03-08T17:32:45.236 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2022-03-08T17:32:45.242 DEBUG:teuthology.orchestra.run.smithi167:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2022-03-08T17:32:45.293 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:32:45.293 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2022-03-08T17:32:45.320 DEBUG:teuthology.orchestra.run.smithi167:> sudo service rsyslog restart 2022-03-08T17:32:45.357 INFO:teuthology.run_tasks:Running task internal.timer... 2022-03-08T17:32:45.376 INFO:teuthology.task.internal:Starting timer... 2022-03-08T17:32:45.377 INFO:teuthology.run_tasks:Running task pcp... 2022-03-08T17:32:45.479 INFO:teuthology.run_tasks:Running task selinux... 2022-03-08T17:32:45.578 DEBUG:teuthology.task.selinux:Excluding smithi167: OS 'ubuntu' does not support SELinux 2022-03-08T17:32:45.578 DEBUG:teuthology.task.selinux:Getting current SELinux state 2022-03-08T17:32:45.579 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2022-03-08T17:32:45.579 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2022-03-08T17:32:45.579 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2022-03-08T17:32:45.711 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master was just updated or references a specific commit; assuming it is current 2022-03-08T17:32:45.712 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to origin/master 2022-03-08T17:32:45.743 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2022-03-08T17:32:45.745 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi167.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2022-03-08T17:35:46.019 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi167.front.sepia.ceph.com')] 2022-03-08T17:35:46.021 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi167.front.sepia.ceph.com' 2022-03-08T17:35:46.024 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi167.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-03-08T17:35:46.079 DEBUG:teuthology.orchestra.run.smithi167:> true 2022-03-08T17:35:46.200 INFO:teuthology.run_tasks:Running task clock... 2022-03-08T17:35:46.219 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2022-03-08T17:35:46.220 INFO:teuthology.orchestra.run:Running command with timeout 360 2022-03-08T17:35:46.222 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2022-03-08T17:35:46.254 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Mar 17:35:46 ntpd[9028]: ntpd 4.2.8p12@1.3728-o (1): Starting 2022-03-08T17:35:46.254 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Mar 17:35:46 ntpd[9028]: Command line: ntpd -gq 2022-03-08T17:35:46.255 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Mar 17:35:46 ntpd[9028]: proto: precision = 0.076 usec (-24) 2022-03-08T17:35:46.256 INFO:teuthology.orchestra.run.smithi167.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-03-08T17:35:46.256 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Mar 17:35:46 ntpd[9028]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-03-08T17:35:46.257 INFO:teuthology.orchestra.run.smithi167.stderr:restrict ::: KOD does nothing without LIMITED. 2022-03-08T17:35:46.258 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Mar 17:35:46 ntpd[9028]: restrict ::: KOD does nothing without LIMITED. 2022-03-08T17:35:46.258 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Mar 17:35:46 ntpd[9028]: Listen and drop on 0 v6wildcard [::]:123 2022-03-08T17:35:46.259 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Mar 17:35:46 ntpd[9028]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2022-03-08T17:35:46.259 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Mar 17:35:46 ntpd[9028]: Listen normally on 2 lo 127.0.0.1:123 2022-03-08T17:35:46.259 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Mar 17:35:46 ntpd[9028]: Listen normally on 3 enp3s0f1 172.21.15.167:123 2022-03-08T17:35:46.259 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Mar 17:35:46 ntpd[9028]: Listen normally on 4 lo [::1]:123 2022-03-08T17:35:46.260 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Mar 17:35:46 ntpd[9028]: Listen normally on 5 enp3s0f1 [fe80::ec4:7aff:fe88:7309%5]:123 2022-03-08T17:35:46.260 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Mar 17:35:46 ntpd[9028]: Listening on routing socket on fd #22 for interface updates 2022-03-08T17:35:47.255 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:47 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:47.255 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:47 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:47.255 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:47 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:47.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:47 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:47.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:47 ntpd[9028]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T17:35:47.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:47 ntpd[9028]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T17:35:48.255 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:48 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:48.255 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:48 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:48.255 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:48 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:48.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:48 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:48.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:48 ntpd[9028]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T17:35:48.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:48 ntpd[9028]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T17:35:49.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:49 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:49.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:49 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:49.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:49 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:49.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:49 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:49.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:49 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:49.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:49 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:49.258 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:49 ntpd[9028]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T17:35:49.258 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:49 ntpd[9028]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T17:35:49.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:49 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:49.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:49 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:49.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:49 ntpd[9028]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T17:35:49.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:49 ntpd[9028]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T17:35:50.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:50 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:50.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:50 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:50.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:50 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:50.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:50 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:50.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:50 ntpd[9028]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T17:35:50.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:50 ntpd[9028]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T17:35:51.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:51.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:51.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:51.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:51.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:51.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:51.258 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:51.258 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:51.258 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T17:35:51.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T17:35:51.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:51.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:51.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T17:35:51.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T17:35:51.260 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:51.260 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:51.260 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T17:35:51.261 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:51 ntpd[9028]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T17:35:52.255 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:52 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:52.255 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:52 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:52.255 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:52 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:52.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:52 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:52.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:52 ntpd[9028]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T17:35:52.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:52 ntpd[9028]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T17:35:53.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:53.256 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:53.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:53.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:53.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:53.257 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:53.258 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:53.258 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:53.258 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T17:35:53.258 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T17:35:53.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:53.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:53.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T17:35:53.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T17:35:53.259 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-03-08T17:35:53.260 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: can't open /var/log/ntpstats/rawstats.20220308: Permission denied 2022-03-08T17:35:53.260 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-03-08T17:35:53.260 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: can't open /var/log/ntpstats/peerstats.20220308: Permission denied 2022-03-08T17:35:53.261 INFO:teuthology.orchestra.run.smithi167.stdout: 8 Mar 17:35:53 ntpd[9028]: ntpd: time slew +0.007977 s 2022-03-08T17:35:53.261 INFO:teuthology.orchestra.run.smithi167.stdout:ntpd: time slew +0.007977s 2022-03-08T17:35:53.261 INFO:teuthology.orchestra.run.smithi167.stderr: 8 Mar 17:35:53 ntpd[9028]: can't open /var/log/ntpstats/loopstats.20220308: Permission denied 2022-03-08T17:35:53.310 INFO:teuthology.orchestra.run.smithi167.stdout: remote refid st t when poll reach delay offset jitter 2022-03-08T17:35:53.310 INFO:teuthology.orchestra.run.smithi167.stdout:============================================================================== 2022-03-08T17:35:53.310 INFO:teuthology.orchestra.run.smithi167.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-08T17:35:53.311 INFO:teuthology.orchestra.run.smithi167.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-08T17:35:53.311 INFO:teuthology.orchestra.run.smithi167.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-08T17:35:53.311 INFO:teuthology.orchestra.run.smithi167.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-03-08T17:35:53.312 INFO:teuthology.run_tasks:Running task kubeadm... 2022-03-08T17:35:53.329 INFO:tasks.kubeadm:Kubeadm start 2022-03-08T17:35:53.330 INFO:tasks.kubeadm:Config: {'pod_network': 'flannel', 'version': '1.21'} 2022-03-08T17:35:53.330 DEBUG:teuthology.orchestra.run.smithi167:> sudo modprobe br_netfilter && sudo sysctl net.bridge.bridge-nf-call-ip6tables=1 && sudo sysctl net.bridge.bridge-nf-call-iptables=1 && sudo sysctl net.ipv4.ip_forward=1 && sudo swapoff -a 2022-03-08T17:35:53.376 INFO:teuthology.orchestra.run.smithi167.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2022-03-08T17:35:53.383 INFO:teuthology.orchestra.run.smithi167.stdout:net.bridge.bridge-nf-call-iptables = 1 2022-03-08T17:35:53.389 INFO:teuthology.orchestra.run.smithi167.stdout:net.ipv4.ip_forward = 1 2022-03-08T17:35:53.460 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:35:53.460 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2022-03-08T17:35:53.481 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:35:53.481 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/docker/daemon.json 2022-03-08T17:35:53.540 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl restart docker || true 2022-03-08T17:35:54.528 INFO:tasks.kubeadm:Identifying pod subnet 2022-03-08T17:35:54.535 INFO:tasks.kubeadm:172.21.15.167 is in 172.21.0.0/20 at pos 4006 2022-03-08T17:35:54.553 INFO:tasks.kubeadm:Pod subnet: 10.253.48.0/21 2022-03-08T17:35:54.553 INFO:tasks.kubeadm:Installing kube{adm,ctl,let} 2022-03-08T17:35:54.554 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt update && sudo apt install -y apt-transport-https ca-certificates curl && sudo curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg && echo 'deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main' | sudo tee /etc/apt/sources.list.d/kubernetes.list && sudo apt update && sudo apt install -y kubelet kubeadm kubectl bridge-utils 2022-03-08T17:35:54.583 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:35:54.584 INFO:teuthology.orchestra.run.smithi167.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-08T17:35:54.584 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:35:54.701 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-08T17:35:54.814 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-08T17:35:54.901 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-08T17:35:54.984 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-08T17:35:56.177 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2022-03-08T17:35:56.347 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2022-03-08T17:35:56.348 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2022-03-08T17:35:56.441 INFO:teuthology.orchestra.run.smithi167.stdout:84 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-03-08T17:35:56.458 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:35:56.458 INFO:teuthology.orchestra.run.smithi167.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-08T17:35:56.459 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:35:56.512 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2022-03-08T17:35:56.685 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2022-03-08T17:35:56.686 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2022-03-08T17:35:56.869 INFO:teuthology.orchestra.run.smithi167.stdout:ca-certificates is already the newest version (20210119~20.04.2). 2022-03-08T17:35:56.869 INFO:teuthology.orchestra.run.smithi167.stdout:curl is already the newest version (7.68.0-1ubuntu2.7). 2022-03-08T17:35:56.869 INFO:teuthology.orchestra.run.smithi167.stdout:The following NEW packages will be installed: 2022-03-08T17:35:56.870 INFO:teuthology.orchestra.run.smithi167.stdout: apt-transport-https 2022-03-08T17:35:57.100 INFO:teuthology.orchestra.run.smithi167.stdout:0 upgraded, 1 newly installed, 0 to remove and 84 not upgraded. 2022-03-08T17:35:57.100 INFO:teuthology.orchestra.run.smithi167.stdout:Need to get 4,680 B of archives. 2022-03-08T17:35:57.101 INFO:teuthology.orchestra.run.smithi167.stdout:After this operation, 162 kB of additional disk space will be used. 2022-03-08T17:35:57.101 INFO:teuthology.orchestra.run.smithi167.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4,680 B] 2022-03-08T17:35:57.344 INFO:teuthology.orchestra.run.smithi167.stderr:debconf: unable to initialize frontend: Dialog 2022-03-08T17:35:57.344 INFO:teuthology.orchestra.run.smithi167.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-03-08T17:35:57.345 INFO:teuthology.orchestra.run.smithi167.stderr:debconf: falling back to frontend: Readline 2022-03-08T17:35:57.369 INFO:teuthology.orchestra.run.smithi167.stderr:debconf: unable to initialize frontend: Readline 2022-03-08T17:35:57.369 INFO:teuthology.orchestra.run.smithi167.stderr:debconf: (This frontend requires a controlling tty.) 2022-03-08T17:35:57.370 INFO:teuthology.orchestra.run.smithi167.stderr:debconf: falling back to frontend: Teletype 2022-03-08T17:35:57.375 INFO:teuthology.orchestra.run.smithi167.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-03-08T17:35:57.425 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 4,680 B in 0s (21.1 kB/s) 2022-03-08T17:35:57.514 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package apt-transport-https. 2022-03-08T17:35:57.558 INFO:teuthology.orchestra.run.smithi167.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 109240 files and directories currently installed.) 2022-03-08T17:35:57.561 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 2022-03-08T17:35:57.605 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking apt-transport-https (2.0.6) ... 2022-03-08T17:35:57.865 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up apt-transport-https (2.0.6) ... 2022-03-08T17:35:58.542 INFO:teuthology.orchestra.run.smithi167.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2022-03-08T17:35:58.554 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:35:58.554 INFO:teuthology.orchestra.run.smithi167.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-08T17:35:58.554 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:35:58.861 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-08T17:35:58.861 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-08T17:35:58.961 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-08T17:35:59.071 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-08T17:35:59.968 INFO:teuthology.orchestra.run.smithi167.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2022-03-08T17:36:00.078 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 Packages [53.9 kB] 2022-03-08T17:36:00.242 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 63.3 kB in 2s (41.2 kB/s) 2022-03-08T17:36:01.089 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2022-03-08T17:36:01.261 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2022-03-08T17:36:01.262 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2022-03-08T17:36:01.354 INFO:teuthology.orchestra.run.smithi167.stdout:84 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-03-08T17:36:01.370 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:36:01.371 INFO:teuthology.orchestra.run.smithi167.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-03-08T17:36:01.371 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:36:01.423 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2022-03-08T17:36:01.596 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2022-03-08T17:36:01.596 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2022-03-08T17:36:01.734 INFO:teuthology.orchestra.run.smithi167.stdout:bridge-utils is already the newest version (1.6-2ubuntu1). 2022-03-08T17:36:01.734 INFO:teuthology.orchestra.run.smithi167.stdout:bridge-utils set to manually installed. 2022-03-08T17:36:01.734 INFO:teuthology.orchestra.run.smithi167.stdout:The following additional packages will be installed: 2022-03-08T17:36:01.735 INFO:teuthology.orchestra.run.smithi167.stdout: conntrack cri-tools ebtables kubernetes-cni socat 2022-03-08T17:36:01.735 INFO:teuthology.orchestra.run.smithi167.stdout:Suggested packages: 2022-03-08T17:36:01.735 INFO:teuthology.orchestra.run.smithi167.stdout: nftables 2022-03-08T17:36:01.783 INFO:teuthology.orchestra.run.smithi167.stdout:The following NEW packages will be installed: 2022-03-08T17:36:01.784 INFO:teuthology.orchestra.run.smithi167.stdout: conntrack cri-tools ebtables kubeadm kubectl kubelet kubernetes-cni socat 2022-03-08T17:36:01.977 INFO:teuthology.orchestra.run.smithi167.stdout:0 upgraded, 8 newly installed, 0 to remove and 84 not upgraded. 2022-03-08T17:36:01.977 INFO:teuthology.orchestra.run.smithi167.stdout:Need to get 73.6 MB of archives. 2022-03-08T17:36:01.977 INFO:teuthology.orchestra.run.smithi167.stdout:After this operation, 321 MB of additional disk space will be used. 2022-03-08T17:36:01.978 INFO:teuthology.orchestra.run.smithi167.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-03-08T17:36:02.025 INFO:teuthology.orchestra.run.smithi167.stdout:Get:1 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 cri-tools amd64 1.19.0-00 [11.2 MB] 2022-03-08T17:36:02.249 INFO:teuthology.orchestra.run.smithi167.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-03-08T17:36:02.329 INFO:teuthology.orchestra.run.smithi167.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubernetes-cni amd64 0.8.7-00 [25.0 MB] 2022-03-08T17:36:02.363 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-03-08T17:36:03.034 INFO:teuthology.orchestra.run.smithi167.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.23.4-00 [19.5 MB] 2022-03-08T17:36:03.613 INFO:teuthology.orchestra.run.smithi167.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.23.4-00 [8,927 kB] 2022-03-08T17:36:03.801 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.23.4-00 [8,583 kB] 2022-03-08T17:36:04.226 INFO:teuthology.orchestra.run.smithi167.stderr:debconf: unable to initialize frontend: Dialog 2022-03-08T17:36:04.226 INFO:teuthology.orchestra.run.smithi167.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-03-08T17:36:04.226 INFO:teuthology.orchestra.run.smithi167.stderr:debconf: falling back to frontend: Readline 2022-03-08T17:36:04.234 INFO:teuthology.orchestra.run.smithi167.stderr:debconf: unable to initialize frontend: Readline 2022-03-08T17:36:04.235 INFO:teuthology.orchestra.run.smithi167.stderr:debconf: (This frontend requires a controlling tty.) 2022-03-08T17:36:04.235 INFO:teuthology.orchestra.run.smithi167.stderr:debconf: falling back to frontend: Teletype 2022-03-08T17:36:04.241 INFO:teuthology.orchestra.run.smithi167.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-03-08T17:36:04.291 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 73.6 MB in 2s (33.3 MB/s) 2022-03-08T17:36:04.379 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package conntrack. 2022-03-08T17:36:04.425 INFO:teuthology.orchestra.run.smithi167.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 109244 files and directories currently installed.) 2022-03-08T17:36:04.428 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../0-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-03-08T17:36:04.469 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking conntrack (1:1.4.5-2) ... 2022-03-08T17:36:04.739 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package cri-tools. 2022-03-08T17:36:04.752 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../1-cri-tools_1.19.0-00_amd64.deb ... 2022-03-08T17:36:04.790 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking cri-tools (1.19.0-00) ... 2022-03-08T17:36:05.867 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ebtables. 2022-03-08T17:36:05.881 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../2-ebtables_2.0.11-3build1_amd64.deb ... 2022-03-08T17:36:05.943 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ebtables (2.0.11-3build1) ... 2022-03-08T17:36:06.237 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package kubernetes-cni. 2022-03-08T17:36:06.250 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../3-kubernetes-cni_0.8.7-00_amd64.deb ... 2022-03-08T17:36:06.278 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking kubernetes-cni (0.8.7-00) ... 2022-03-08T17:36:07.697 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package socat. 2022-03-08T17:36:07.710 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../4-socat_1.7.3.3-2_amd64.deb ... 2022-03-08T17:36:07.747 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking socat (1.7.3.3-2) ... 2022-03-08T17:36:08.134 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package kubelet. 2022-03-08T17:36:08.148 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../5-kubelet_1.23.4-00_amd64.deb ... 2022-03-08T17:36:08.192 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking kubelet (1.23.4-00) ... 2022-03-08T17:36:10.574 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package kubectl. 2022-03-08T17:36:10.588 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../6-kubectl_1.23.4-00_amd64.deb ... 2022-03-08T17:36:10.632 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking kubectl (1.23.4-00) ... 2022-03-08T17:36:11.827 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package kubeadm. 2022-03-08T17:36:11.839 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../7-kubeadm_1.23.4-00_amd64.deb ... 2022-03-08T17:36:11.876 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking kubeadm (1.23.4-00) ... 2022-03-08T17:36:13.036 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up conntrack (1:1.4.5-2) ... 2022-03-08T17:36:13.176 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up kubectl (1.23.4-00) ... 2022-03-08T17:36:13.300 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ebtables (2.0.11-3build1) ... 2022-03-08T17:36:14.139 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up socat (1.7.3.3-2) ... 2022-03-08T17:36:14.259 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up cri-tools (1.19.0-00) ... 2022-03-08T17:36:14.401 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up kubernetes-cni (0.8.7-00) ... 2022-03-08T17:36:14.527 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up kubelet (1.23.4-00) ... 2022-03-08T17:36:14.755 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/kubelet.service -> /lib/systemd/system/kubelet.service. 2022-03-08T17:36:15.237 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up kubeadm (1.23.4-00) ... 2022-03-08T17:36:15.623 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-03-08T17:36:16.519 DEBUG:teuthology.orchestra.run.smithi167:> sudo systemctl enable --now kubelet && sudo kubeadm config images pull 2022-03-08T17:36:30.931 INFO:teuthology.orchestra.run.smithi167.stdout:[config/images] Pulled k8s.gcr.io/kube-apiserver:v1.23.4 2022-03-08T17:36:34.576 INFO:teuthology.orchestra.run.smithi167.stdout:[config/images] Pulled k8s.gcr.io/kube-controller-manager:v1.23.4 2022-03-08T17:36:37.122 INFO:teuthology.orchestra.run.smithi167.stdout:[config/images] Pulled k8s.gcr.io/kube-scheduler:v1.23.4 2022-03-08T17:36:40.614 INFO:teuthology.orchestra.run.smithi167.stdout:[config/images] Pulled k8s.gcr.io/kube-proxy:v1.23.4 2022-03-08T17:36:42.521 INFO:teuthology.orchestra.run.smithi167.stdout:[config/images] Pulled k8s.gcr.io/pause:3.6 2022-03-08T17:36:48.629 INFO:teuthology.orchestra.run.smithi167.stdout:[config/images] Pulled k8s.gcr.io/etcd:3.5.1-0 2022-03-08T17:36:51.220 INFO:teuthology.orchestra.run.smithi167.stdout:[config/images] Pulled k8s.gcr.io/coredns/coredns:v1.8.6 2022-03-08T17:36:51.225 INFO:tasks.kubeadm:Token: abcdef.mknw9s1s6tkqj112 2022-03-08T17:36:51.225 INFO:tasks.kubeadm:Remotes: {Remote(name='ubuntu@smithi167.front.sepia.ceph.com'): '172.21.15.167'} 2022-03-08T17:36:51.226 DEBUG:teuthology.orchestra.run.smithi167:> sudo kubeadm init --node-name smithi167 --token abcdef.mknw9s1s6tkqj112 --pod-network-cidr 10.253.48.0/21 2022-03-08T17:36:51.429 INFO:teuthology.orchestra.run.smithi167.stdout:[init] Using Kubernetes version: v1.23.4 2022-03-08T17:36:51.430 INFO:teuthology.orchestra.run.smithi167.stdout:[preflight] Running pre-flight checks 2022-03-08T17:36:51.808 INFO:teuthology.orchestra.run.smithi167.stdout:[preflight] Pulling images required for setting up a Kubernetes cluster 2022-03-08T17:36:51.809 INFO:teuthology.orchestra.run.smithi167.stdout:[preflight] This might take a minute or two, depending on the speed of your internet connection 2022-03-08T17:36:51.809 INFO:teuthology.orchestra.run.smithi167.stdout:[preflight] You can also perform this action in beforehand using 'kubeadm config images pull' 2022-03-08T17:36:52.130 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] Using certificateDir folder "/etc/kubernetes/pki" 2022-03-08T17:36:52.368 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] Generating "ca" certificate and key 2022-03-08T17:36:52.637 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] Generating "apiserver" certificate and key 2022-03-08T17:36:52.638 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] apiserver serving cert is signed for DNS names [kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local smithi167] and IPs [10.96.0.1 172.21.15.167] 2022-03-08T17:36:53.064 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] Generating "apiserver-kubelet-client" certificate and key 2022-03-08T17:36:53.287 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] Generating "front-proxy-ca" certificate and key 2022-03-08T17:36:53.467 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] Generating "front-proxy-client" certificate and key 2022-03-08T17:36:53.581 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] Generating "etcd/ca" certificate and key 2022-03-08T17:36:53.679 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] Generating "etcd/server" certificate and key 2022-03-08T17:36:53.679 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] etcd/server serving cert is signed for DNS names [localhost smithi167] and IPs [172.21.15.167 127.0.0.1 ::1] 2022-03-08T17:36:53.777 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] Generating "etcd/peer" certificate and key 2022-03-08T17:36:53.777 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] etcd/peer serving cert is signed for DNS names [localhost smithi167] and IPs [172.21.15.167 127.0.0.1 ::1] 2022-03-08T17:36:53.964 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] Generating "etcd/healthcheck-client" certificate and key 2022-03-08T17:36:54.038 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] Generating "apiserver-etcd-client" certificate and key 2022-03-08T17:36:54.282 INFO:teuthology.orchestra.run.smithi167.stdout:[certs] Generating "sa" key and public key 2022-03-08T17:36:54.282 INFO:teuthology.orchestra.run.smithi167.stdout:[kubeconfig] Using kubeconfig folder "/etc/kubernetes" 2022-03-08T17:36:54.410 INFO:teuthology.orchestra.run.smithi167.stdout:[kubeconfig] Writing "admin.conf" kubeconfig file 2022-03-08T17:36:54.620 INFO:teuthology.orchestra.run.smithi167.stdout:[kubeconfig] Writing "kubelet.conf" kubeconfig file 2022-03-08T17:36:54.815 INFO:teuthology.orchestra.run.smithi167.stdout:[kubeconfig] Writing "controller-manager.conf" kubeconfig file 2022-03-08T17:36:54.870 INFO:teuthology.orchestra.run.smithi167.stdout:[kubeconfig] Writing "scheduler.conf" kubeconfig file 2022-03-08T17:36:54.884 INFO:teuthology.orchestra.run.smithi167.stdout:[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" 2022-03-08T17:36:54.885 INFO:teuthology.orchestra.run.smithi167.stdout:[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" 2022-03-08T17:36:54.885 INFO:teuthology.orchestra.run.smithi167.stdout:[kubelet-start] Starting the kubelet 2022-03-08T17:36:55.101 INFO:teuthology.orchestra.run.smithi167.stdout:[control-plane] Using manifest folder "/etc/kubernetes/manifests" 2022-03-08T17:36:55.102 INFO:teuthology.orchestra.run.smithi167.stdout:[control-plane] Creating static Pod manifest for "kube-apiserver" 2022-03-08T17:36:55.105 INFO:teuthology.orchestra.run.smithi167.stdout:[control-plane] Creating static Pod manifest for "kube-controller-manager" 2022-03-08T17:36:55.107 INFO:teuthology.orchestra.run.smithi167.stdout:[control-plane] Creating static Pod manifest for "kube-scheduler" 2022-03-08T17:36:55.108 INFO:teuthology.orchestra.run.smithi167.stdout:[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests" 2022-03-08T17:36:55.110 INFO:teuthology.orchestra.run.smithi167.stdout:[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s 2022-03-08T17:37:12.613 INFO:teuthology.orchestra.run.smithi167.stdout:[apiclient] All control plane components are healthy after 17.502811 seconds 2022-03-08T17:37:12.613 INFO:teuthology.orchestra.run.smithi167.stdout:[upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace 2022-03-08T17:37:12.700 INFO:teuthology.orchestra.run.smithi167.stdout:[kubelet] Creating a ConfigMap "kubelet-config-1.23" in namespace kube-system with the configuration for the kubelets in the cluster 2022-03-08T17:37:12.700 INFO:teuthology.orchestra.run.smithi167.stdout:NOTE: The "kubelet-config-1.23" naming of the kubelet ConfigMap is deprecated. Once the UnversionedKubeletConfigMap feature gate graduates to Beta the default name will become just "kubelet-config". Kubeadm upgrade will handle this transition transparently. 2022-03-08T17:37:13.317 INFO:teuthology.orchestra.run.smithi167.stdout:[upload-certs] Skipping phase. Please see --upload-certs 2022-03-08T17:37:13.317 INFO:teuthology.orchestra.run.smithi167.stdout:[mark-control-plane] Marking the node smithi167 as control-plane by adding the labels: [node-role.kubernetes.io/master(deprecated) node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers] 2022-03-08T17:37:13.318 INFO:teuthology.orchestra.run.smithi167.stdout:[mark-control-plane] Marking the node smithi167 as control-plane by adding the taints [node-role.kubernetes.io/master:NoSchedule] 2022-03-08T17:37:13.828 INFO:teuthology.orchestra.run.smithi167.stdout:[bootstrap-token] Using token: abcdef.mknw9s1s6tkqj112 2022-03-08T17:37:13.829 INFO:teuthology.orchestra.run.smithi167.stdout:[bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles 2022-03-08T17:37:13.903 INFO:teuthology.orchestra.run.smithi167.stdout:[bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to get nodes 2022-03-08T17:37:13.916 INFO:teuthology.orchestra.run.smithi167.stdout:[bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials 2022-03-08T17:37:13.943 INFO:teuthology.orchestra.run.smithi167.stdout:[bootstrap-token] configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token 2022-03-08T17:37:13.949 INFO:teuthology.orchestra.run.smithi167.stdout:[bootstrap-token] configured RBAC rules to allow certificate rotation for all node client certificates in the cluster 2022-03-08T17:37:13.958 INFO:teuthology.orchestra.run.smithi167.stdout:[bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace 2022-03-08T17:37:14.086 INFO:teuthology.orchestra.run.smithi167.stdout:[kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key 2022-03-08T17:37:14.533 INFO:teuthology.orchestra.run.smithi167.stdout:[addons] Applied essential addon: CoreDNS 2022-03-08T17:37:14.692 INFO:teuthology.orchestra.run.smithi167.stdout:[addons] Applied essential addon: kube-proxy 2022-03-08T17:37:14.693 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:37:14.693 INFO:teuthology.orchestra.run.smithi167.stdout:Your Kubernetes control-plane has initialized successfully! 2022-03-08T17:37:14.694 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:37:14.694 INFO:teuthology.orchestra.run.smithi167.stdout:To start using your cluster, you need to run the following as a regular user: 2022-03-08T17:37:14.694 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:37:14.694 INFO:teuthology.orchestra.run.smithi167.stdout: mkdir -p $HOME/.kube 2022-03-08T17:37:14.695 INFO:teuthology.orchestra.run.smithi167.stdout: sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config 2022-03-08T17:37:14.695 INFO:teuthology.orchestra.run.smithi167.stdout: sudo chown $(id -u):$(id -g) $HOME/.kube/config 2022-03-08T17:37:14.695 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:37:14.695 INFO:teuthology.orchestra.run.smithi167.stdout:Alternatively, if you are the root user, you can run: 2022-03-08T17:37:14.695 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:37:14.696 INFO:teuthology.orchestra.run.smithi167.stdout: export KUBECONFIG=/etc/kubernetes/admin.conf 2022-03-08T17:37:14.696 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:37:14.696 INFO:teuthology.orchestra.run.smithi167.stdout:You should now deploy a pod network to the cluster. 2022-03-08T17:37:14.696 INFO:teuthology.orchestra.run.smithi167.stdout:Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: 2022-03-08T17:37:14.697 INFO:teuthology.orchestra.run.smithi167.stdout: https://kubernetes.io/docs/concepts/cluster-administration/addons/ 2022-03-08T17:37:14.697 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:37:14.697 INFO:teuthology.orchestra.run.smithi167.stdout:Then you can join any number of worker nodes by running the following on each as root: 2022-03-08T17:37:14.697 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:37:14.697 INFO:teuthology.orchestra.run.smithi167.stdout:kubeadm join 172.21.15.167:6443 --token abcdef.mknw9s1s6tkqj112 \ 2022-03-08T17:37:14.698 INFO:teuthology.orchestra.run.smithi167.stdout: --discovery-token-ca-cert-hash sha256:678c89d63cca9bb10f3fc1c1f8937be605ccc8e28157eb40c10085672de4dfc5 2022-03-08T17:37:14.699 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:37:14.699 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/etc/kubernetes/admin.conf of=/dev/stdout 2022-03-08T17:37:14.709 INFO:tasks.kubeadm:Setting up kubectl 2022-03-08T17:37:14.709 DEBUG:teuthology.orchestra.run.smithi167:> mkdir -p .kube && sudo mkdir -p /root/.kube 2022-03-08T17:37:14.764 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:37:14.765 DEBUG:teuthology.orchestra.run.smithi167:> dd of=.kube/config 2022-03-08T17:37:14.771 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:37:14.771 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/root/.kube/config 2022-03-08T17:37:14.783 DEBUG:teuthology.orchestra.run.smithi167:> curl https://raw.githubusercontent.com/coreos/flannel/master/Documentation/kube-flannel.yml 2022-03-08T17:37:14.840 INFO:teuthology.orchestra.run.smithi167.stderr: % Total % Received % Xferd Average Speed Time Time Time Current 2022-03-08T17:37:14.840 INFO:teuthology.orchestra.run.smithi167.stderr: Dload Upload Total Spent Left Speed 2022-03-08T17:37:15.040 INFO:teuthology.orchestra.run.smithi167.stdout:--- 2022-03-08T17:37:15.041 INFO:teuthology.orchestra.run.smithi167.stdout:apiVersion: policy/v1beta1 2022-03-08T17:37:15.041 INFO:teuthology.orchestra.run.smithi167.stdout:kind: PodSecurityPolicy 2022-03-08T17:37:15.041 INFO:teuthology.orchestra.run.smithi167.stdout:metadata: 2022-03-08T17:37:15.042 INFO:teuthology.orchestra.run.smithi167.stdout: name: psp.flannel.unprivileged 2022-03-08T17:37:15.042 INFO:teuthology.orchestra.run.smithi167.stdout: annotations: 2022-03-08T17:37:15.042 INFO:teuthology.orchestra.run.smithi167.stdout: seccomp.security.alpha.kubernetes.io/allowedProfileNames: docker/default 2022-03-08T17:37:15.042 INFO:teuthology.orchestra.run.smithi167.stdout: seccomp.security.alpha.kubernetes.io/defaultProfileName: docker/default 2022-03-08T17:37:15.043 INFO:teuthology.orchestra.run.smithi167.stdout: apparmor.security.beta.kubernetes.io/allowedProfileNames: runtime/default 2022-03-08T17:37:15.043 INFO:teuthology.orchestra.run.smithi167.stdout: apparmor.security.beta.kubernetes.io/defaultProfileName: runtime/default 2022-03-08T17:37:15.043 INFO:teuthology.orchestra.run.smithi167.stdout:spec: 2022-03-08T17:37:15.043 INFO:teuthology.orchestra.run.smithi167.stdout: privileged: false 2022-03-08T17:37:15.044 INFO:teuthology.orchestra.run.smithi167.stdout: volumes: 2022-03-08T17:37:15.044 INFO:teuthology.orchestra.run.smithi167.stdout: - configMap 2022-03-08T17:37:15.044 INFO:teuthology.orchestra.run.smithi167.stdout: - secret 2022-03-08T17:37:15.044 INFO:teuthology.orchestra.run.smithi167.stdout: - emptyDir 2022-03-08T17:37:15.045 INFO:teuthology.orchestra.run.smithi167.stdout: - hostPath 2022-03-08T17:37:15.045 INFO:teuthology.orchestra.run.smithi167.stdout: allowedHostPaths: 2022-03-08T17:37:15.045 INFO:teuthology.orchestra.run.smithi167.stdout: - pathPrefix: "/etc/cni/net.d" 2022-03-08T17:37:15.045 INFO:teuthology.orchestra.run.smithi167.stdout: - pathPrefix: "/etc/kube-flannel" 2022-03-08T17:37:15.046 INFO:teuthology.orchestra.run.smithi167.stdout: - pathPrefix: "/run/flannel" 2022-03-08T17:37:15.046 INFO:teuthology.orchestra.run.smithi167.stdout: readOnlyRootFilesystem: false 2022-03-08T17:37:15.046 INFO:teuthology.orchestra.run.smithi167.stdout: # Users and groups 2022-03-08T17:37:15.047 INFO:teuthology.orchestra.run.smithi167.stdout: runAsUser: 2022-03-08T17:37:15.047 INFO:teuthology.orchestra.run.smithi167.stdout: rule: RunAsAny 2022-03-08T17:37:15.047 INFO:teuthology.orchestra.run.smithi167.stdout: supplementalGroups: 2022-03-08T17:37:15.047 INFO:teuthology.orchestra.run.smithi167.stdout: rule: RunAsAny 2022-03-08T17:37:15.047 INFO:teuthology.orchestra.run.smithi167.stdout: fsGroup: 2022-03-08T17:37:15.048 INFO:teuthology.orchestra.run.smithi167.stdout: rule: RunAsAny 2022-03-08T17:37:15.048 INFO:teuthology.orchestra.run.smithi167.stdout: # Privilege Escalation 2022-03-08T17:37:15.048 INFO:teuthology.orchestra.run.smithi167.stdout: allowPrivilegeEscalation: false 2022-03-08T17:37:15.048 INFO:teuthology.orchestra.run.smithi167.stdout: defaultAllowPrivilegeEscalation: false 2022-03-08T17:37:15.048 INFO:teuthology.orchestra.run.smithi167.stdout: # Capabilities 2022-03-08T17:37:15.049 INFO:teuthology.orchestra.run.smithi167.stdout: allowedCapabilities: ['NET_ADMIN', 'NET_RAW'] 2022-03-08T17:37:15.049 INFO:teuthology.orchestra.run.smithi167.stdout: defaultAddCapabilities: [] 2022-03-08T17:37:15.049 INFO:teuthology.orchestra.run.smithi167.stdout: requiredDropCapabilities: [] 2022-03-08T17:37:15.049 INFO:teuthology.orchestra.run.smithi167.stdout: # Host namespaces 2022-03-08T17:37:15.049 INFO:teuthology.orchestra.run.smithi167.stdout: hostPID: false 2022-03-08T17:37:15.050 INFO:teuthology.orchestra.run.smithi167.stdout: hostIPC: false 2022-03-08T17:37:15.050 INFO:teuthology.orchestra.run.smithi167.stdout: hostNetwork: true 2022-03-08T17:37:15.050 INFO:teuthology.orchestra.run.smithi167.stdout: hostPorts: 2022-03-08T17:37:15.050 INFO:teuthology.orchestra.run.smithi167.stdout: - min: 0 2022-03-08T17:37:15.051 INFO:teuthology.orchestra.run.smithi167.stdout: max: 65535 2022-03-08T17:37:15.051 INFO:teuthology.orchestra.run.smithi167.stdout: # SELinux 2022-03-08T17:37:15.051 INFO:teuthology.orchestra.run.smithi167.stdout: seLinux: 2022-03-08T17:37:15.051 INFO:teuthology.orchestra.run.smithi167.stdout: # SELinux is unused in CaaSP 2022-03-08T17:37:15.051 INFO:teuthology.orchestra.run.smithi167.stdout: rule: 'RunAsAny' 2022-03-08T17:37:15.052 INFO:teuthology.orchestra.run.smithi167.stdout:--- 2022-03-08T17:37:15.052 INFO:teuthology.orchestra.run.smithi167.stdout:kind: ClusterRole 2022-03-08T17:37:15.053 INFO:teuthology.orchestra.run.smithi167.stdout:apiVersion: rbac.authorization.k8s.io/v1 2022-03-08T17:37:15.053 INFO:teuthology.orchestra.run.smithi167.stdout:metadata: 2022-03-08T17:37:15.053 INFO:teuthology.orchestra.run.smithi167.stdout: name: flannel 2022-03-08T17:37:15.053 INFO:teuthology.orchestra.run.smithi167.stdout:rules: 2022-03-08T17:37:15.053 INFO:teuthology.orchestra.run.smithi167.stdout:- apiGroups: ['extensions'] 2022-03-08T17:37:15.054 INFO:teuthology.orchestra.run.smithi167.stdout: resources: ['podsecuritypolicies'] 2022-03-08T17:37:15.054 INFO:teuthology.orchestra.run.smithi167.stdout: verbs: ['use'] 2022-03-08T17:37:15.054 INFO:teuthology.orchestra.run.smithi167.stdout: resourceNames: ['psp.flannel.unprivileged'] 2022-03-08T17:37:15.054 INFO:teuthology.orchestra.run.smithi167.stdout:- apiGroups: 2022-03-08T17:37:15.055 INFO:teuthology.orchestra.run.smithi167.stdout: - "" 2022-03-08T17:37:15.055 INFO:teuthology.orchestra.run.smithi167.stdout: resources: 2022-03-08T17:37:15.055 INFO:teuthology.orchestra.run.smithi167.stdout: - pods 2022-03-08T17:37:15.055 INFO:teuthology.orchestra.run.smithi167.stdout: verbs: 2022-03-08T17:37:15.055 INFO:teuthology.orchestra.run.smithi167.stdout: - get 2022-03-08T17:37:15.056 INFO:teuthology.orchestra.run.smithi167.stdout:- apiGroups: 2022-03-08T17:37:15.056 INFO:teuthology.orchestra.run.smithi167.stdout: - "" 2022-03-08T17:37:15.056 INFO:teuthology.orchestra.run.smithi167.stdout: resources: 2022-03-08T17:37:15.056 INFO:teuthology.orchestra.run.smithi167.stdout: - nodes 2022-03-08T17:37:15.056 INFO:teuthology.orchestra.run.smithi167.stdout: verbs: 2022-03-08T17:37:15.057 INFO:teuthology.orchestra.run.smithi167.stdout: - list 2022-03-08T17:37:15.057 INFO:teuthology.orchestra.run.smithi167.stdout: - watch 2022-03-08T17:37:15.057 INFO:teuthology.orchestra.run.smithi167.stdout:- apiGroups: 2022-03-08T17:37:15.057 INFO:teuthology.orchestra.run.smithi167.stdout: - "" 2022-03-08T17:37:15.057 INFO:teuthology.orchestra.run.smithi167.stdout: resources: 2022-03-08T17:37:15.058 INFO:teuthology.orchestra.run.smithi167.stdout: - nodes/status 2022-03-08T17:37:15.058 INFO:teuthology.orchestra.run.smithi167.stdout: verbs: 2022-03-08T17:37:15.058 INFO:teuthology.orchestra.run.smithi167.stdout: - patch 2022-03-08T17:37:15.058 INFO:teuthology.orchestra.run.smithi167.stdout:--- 2022-03-08T17:37:15.059 INFO:teuthology.orchestra.run.smithi167.stdout:kind: ClusterRoleBinding 2022-03-08T17:37:15.059 INFO:teuthology.orchestra.run.smithi167.stdout:apiVersion: rbac.authorization.k8s.io/v1 2022-03-08T17:37:15.059 INFO:teuthology.orchestra.run.smithi167.stdout:metadata: 2022-03-08T17:37:15.059 INFO:teuthology.orchestra.run.smithi167.stdout: name: flannel 2022-03-08T17:37:15.059 INFO:teuthology.orchestra.run.smithi167.stdout:roleRef: 2022-03-08T17:37:15.060 INFO:teuthology.orchestra.run.smithi167.stdout: apiGroup: rbac.authorization.k8s.io 2022-03-08T17:37:15.060 INFO:teuthology.orchestra.run.smithi167.stdout: kind: ClusterRole 2022-03-08T17:37:15.060 INFO:teuthology.orchestra.run.smithi167.stdout: name: flannel 2022-03-08T17:37:15.060 INFO:teuthology.orchestra.run.smithi167.stdout:subjects: 2022-03-08T17:37:15.060 INFO:teuthology.orchestra.run.smithi167.stdout:- kind: ServiceAccount 2022-03-08T17:37:15.061 INFO:teuthology.orchestra.run.smithi167.stdout: name: flannel 2022-03-08T17:37:15.061 INFO:teuthology.orchestra.run.smithi167.stdout: namespace: kube-system 2022-03-08T17:37:15.061 INFO:teuthology.orchestra.run.smithi167.stdout:--- 2022-03-08T17:37:15.062 INFO:teuthology.orchestra.run.smithi167.stdout:apiVersion: v1 2022-03-08T17:37:15.062 INFO:teuthology.orchestra.run.smithi167.stdout:kind: ServiceAccount 2022-03-08T17:37:15.062 INFO:teuthology.orchestra.run.smithi167.stdout:metadata: 2022-03-08T17:37:15.062 INFO:teuthology.orchestra.run.smithi167.stdout: name: flannel 2022-03-08T17:37:15.062 INFO:teuthology.orchestra.run.smithi167.stdout: namespace: kube-system 2022-03-08T17:37:15.063 INFO:teuthology.orchestra.run.smithi167.stdout:--- 2022-03-08T17:37:15.063 INFO:teuthology.orchestra.run.smithi167.stdout:kind: ConfigMap 2022-03-08T17:37:15.063 INFO:teuthology.orchestra.run.smithi167.stdout:apiVersion: v1 2022-03-08T17:37:15.063 INFO:teuthology.orchestra.run.smithi167.stdout:metadata: 2022-03-08T17:37:15.063 INFO:teuthology.orchestra.run.smithi167.stdout: name: kube-flannel-cfg 2022-03-08T17:37:15.064 INFO:teuthology.orchestra.run.smithi167.stdout: namespace: kube-system 2022-03-08T17:37:15.064 INFO:teuthology.orchestra.run.smithi167.stdout: labels: 2022-03-08T17:37:15.064 INFO:teuthology.orchestra.run.smithi167.stdout: tier: node 2022-03-08T17:37:15.064 INFO:teuthology.orchestra.run.smithi167.stdout: app: flannel 2022-03-08T17:37:15.065 INFO:teuthology.orchestra.run.smithi167.stdout:data: 2022-03-08T17:37:15.065 INFO:teuthology.orchestra.run.smithi167.stdout: cni-conf.json: | 2022-03-08T17:37:15.065 INFO:teuthology.orchestra.run.smithi167.stdout: { 2022-03-08T17:37:15.065 INFO:teuthology.orchestra.run.smithi167.stdout: "name": "cbr0", 2022-03-08T17:37:15.065 INFO:teuthology.orchestra.run.smithi167.stdout: "cniVersion": "0.3.1", 2022-03-08T17:37:15.066 INFO:teuthology.orchestra.run.smithi167.stdout: "plugins": [ 2022-03-08T17:37:15.066 INFO:teuthology.orchestra.run.smithi167.stdout: { 2022-03-08T17:37:15.066 INFO:teuthology.orchestra.run.smithi167.stdout: "type": "flannel", 2022-03-08T17:37:15.066 INFO:teuthology.orchestra.run.smithi167.stdout: "delegate": { 2022-03-08T17:37:15.067 INFO:teuthology.orchestra.run.smithi167.stdout: "hairpinMode": true, 2022-03-08T17:37:15.067 INFO:teuthology.orchestra.run.smithi167.stdout: "isDefaultGateway": true 2022-03-08T17:37:15.067 INFO:teuthology.orchestra.run.smithi167.stdout: } 2022-03-08T17:37:15.067 INFO:teuthology.orchestra.run.smithi167.stdout: }, 2022-03-08T17:37:15.068 INFO:teuthology.orchestra.run.smithi167.stdout: { 2022-03-08T17:37:15.068 INFO:teuthology.orchestra.run.smithi167.stdout: "type": "portmap", 2022-03-08T17:37:15.068 INFO:teuthology.orchestra.run.smithi167.stdout: "capabilities": { 2022-03-08T17:37:15.069 INFO:teuthology.orchestra.run.smithi167.stdout: "portMappings": true 2022-03-08T17:37:15.069 INFO:teuthology.orchestra.run.smithi167.stdout: } 2022-03-08T17:37:15.069 INFO:teuthology.orchestra.run.smithi167.stdout: } 2022-03-08T17:37:15.069 INFO:teuthology.orchestra.run.smithi167.stdout: ] 2022-03-08T17:37:15.070 INFO:teuthology.orchestra.run.smithi167.stdout: } 2022-03-08T17:37:15.070 INFO:teuthology.orchestra.run.smithi167.stdout: net-conf.json: | 2022-03-08T17:37:15.070 INFO:teuthology.orchestra.run.smithi167.stdout: { 2022-03-08T17:37:15.071 INFO:teuthology.orchestra.run.smithi167.stdout: "Network": "10.244.0.0/16", 2022-03-08T17:37:15.071 INFO:teuthology.orchestra.run.smithi167.stdout: "Backend": { 2022-03-08T17:37:15.072 INFO:teuthology.orchestra.run.smithi167.stdout: "Type": "vxlan" 2022-03-08T17:37:15.072 INFO:teuthology.orchestra.run.smithi167.stdout: } 2022-03-08T17:37:15.072 INFO:teuthology.orchestra.run.smithi167.stdout: } 2022-03-08T17:37:15.072 INFO:teuthology.orchestra.run.smithi167.stdout:--- 2022-03-08T17:37:15.073 INFO:teuthology.orchestra.run.smithi167.stdout:apiVersion: apps/v1 2022-03-08T17:37:15.073 INFO:teuthology.orchestra.run.smithi167.stdout:kind: DaemonSet 2022-03-08T17:37:15.073 INFO:teuthology.orchestra.run.smithi167.stdout:metadata: 2022-03-08T17:37:15.073 INFO:teuthology.orchestra.run.smithi167.stdout: name: kube-flannel-ds 2022-03-08T17:37:15.073 INFO:teuthology.orchestra.run.smithi167.stdout: namespace: kube-system 2022-03-08T17:37:15.074 INFO:teuthology.orchestra.run.smithi167.stdout: labels: 2022-03-08T17:37:15.074 INFO:teuthology.orchestra.run.smithi167.stdout: tier: node 2022-03-08T17:37:15.074 INFO:teuthology.orchestra.run.smithi167.stdout: app: flannel 2022-03-08T17:37:15.074 INFO:teuthology.orchestra.run.smithi167.stdout:spec: 2022-03-08T17:37:15.075 INFO:teuthology.orchestra.run.smithi167.stdout: selector: 2022-03-08T17:37:15.075 INFO:teuthology.orchestra.run.smithi167.stdout: matchLabels: 2022-03-08T17:37:15.075 INFO:teuthology.orchestra.run.smithi167.stdout: app: flannel 2022-03-08T17:37:15.075 INFO:teuthology.orchestra.run.smithi167.stdout: template: 2022-03-08T17:37:15.075 INFO:teuthology.orchestra.run.smithi167.stdout: metadata: 2022-03-08T17:37:15.076 INFO:teuthology.orchestra.run.smithi167.stdout: labels: 2022-03-08T17:37:15.076 INFO:teuthology.orchestra.run.smithi167.stdout: tier: node 2022-03-08T17:37:15.076 INFO:teuthology.orchestra.run.smithi167.stdout: app: flannel 2022-03-08T17:37:15.076 INFO:teuthology.orchestra.run.smithi167.stdout: spec: 2022-03-08T17:37:15.077 INFO:teuthology.orchestra.run.smithi167.stdout: affinity: 2022-03-08T17:37:15.077 INFO:teuthology.orchestra.run.smithi167.stdout: nodeAffinity: 2022-03-08T17:37:15.077 INFO:teuthology.orchestra.run.smithi167.stdout: requiredDuringSchedulingIgnoredDuringExecution: 2022-03-08T17:37:15.077 INFO:teuthology.orchestra.run.smithi167.stdout: nodeSelectorTerms: 2022-03-08T17:37:15.077 INFO:teuthology.orchestra.run.smithi167.stdout: - matchExpressions: 2022-03-08T17:37:15.078 INFO:teuthology.orchestra.run.smithi167.stdout: - key: kubernetes.io/os 2022-03-08T17:37:15.078 INFO:teuthology.orchestra.run.smithi167.stdout: operator: In 2022-03-08T17:37:15.078 INFO:teuthology.orchestra.run.smithi167.stdout: values: 2022-03-08T17:37:15.078 INFO:teuthology.orchestra.run.smithi167.stdout: - linux 2022-03-08T17:37:15.078 INFO:teuthology.orchestra.run.smithi167.stdout: hostNetwork: true 2022-03-08T17:37:15.079 INFO:teuthology.orchestra.run.smithi167.stdout: priorityClassName: system-node-critical 2022-03-08T17:37:15.079 INFO:teuthology.orchestra.run.smithi167.stdout: tolerations: 2022-03-08T17:37:15.079 INFO:teuthology.orchestra.run.smithi167.stdout: - operator: Exists 2022-03-08T17:37:15.079 INFO:teuthology.orchestra.run.smithi167.stdout: effect: NoSchedule 2022-03-08T17:37:15.080 INFO:teuthology.orchestra.run.smithi167.stdout: serviceAccountName: flannel 2022-03-08T17:37:15.080 INFO:teuthology.orchestra.run.smithi167.stdout: initContainers: 2022-03-08T17:37:15.080 INFO:teuthology.orchestra.run.smithi167.stdout: - name: install-cni-plugin 2022-03-08T17:37:15.080 INFO:teuthology.orchestra.run.smithi167.stdout: #image: flannelcni/flannel-cni-plugin:v1.0.1 for ppc64le and mips64le (dockerhub limitations may apply) 2022-03-08T17:37:15.080 INFO:teuthology.orchestra.run.smithi167.stdout: image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.0.1 2022-03-08T17:37:15.081 INFO:teuthology.orchestra.run.smithi167.stdout: command: 2022-03-08T17:37:15.081 INFO:teuthology.orchestra.run.smithi167.stdout: - cp 2022-03-08T17:37:15.081 INFO:teuthology.orchestra.run.smithi167.stdout: args: 2022-03-08T17:37:15.081 INFO:teuthology.orchestra.run.smithi167.stdout: - -f 2022-03-08T17:37:15.082 INFO:teuthology.orchestra.run.smithi167.stdout: - /flannel 2022-03-08T17:37:15.082 INFO:teuthology.orchestra.run.smithi167.stdout: - /opt/cni/bin/flannel 2022-03-08T17:37:15.082 INFO:teuthology.orchestra.run.smithi167.stdout: volumeMounts: 2022-03-08T17:37:15.082 INFO:teuthology.orchestra.run.smithi167.stdout: - name: cni-plugin 2022-03-08T17:37:15.083 INFO:teuthology.orchestra.run.smithi167.stdout: mountPath: /opt/cni/bin 2022-03-08T17:37:15.083 INFO:teuthology.orchestra.run.smithi167.stdout: - name: install-cni 2022-03-08T17:37:15.083 INFO:teuthology.orchestra.run.smithi167.stdout: #image: flannelcni/flannel:v0.17.0 for ppc64le and mips64le (dockerhub limitations may apply) 2022-03-08T17:37:15.083 INFO:teuthology.orchestra.run.smithi167.stdout: image: rancher/mirrored-flannelcni-flannel:v0.17.0 2022-03-08T17:37:15.084 INFO:teuthology.orchestra.run.smithi167.stdout: command: 2022-03-08T17:37:15.084 INFO:teuthology.orchestra.run.smithi167.stdout: - cp 2022-03-08T17:37:15.084 INFO:teuthology.orchestra.run.smithi167.stdout: args: 2022-03-08T17:37:15.084 INFO:teuthology.orchestra.run.smithi167.stdout: - -f 2022-03-08T17:37:15.084 INFO:teuthology.orchestra.run.smithi167.stdout: - /etc/kube-flannel/cni-conf.json 2022-03-08T17:37:15.085 INFO:teuthology.orchestra.run.smithi167.stdout: - /etc/cni/net.d/10-flannel.conflist 2022-03-08T17:37:15.085 INFO:teuthology.orchestra.run.smithi167.stdout: volumeMounts: 2022-03-08T17:37:15.086 INFO:teuthology.orchestra.run.smithi167.stdout: - name: cni 2022-03-08T17:37:15.086 INFO:teuthology.orchestra.run.smithi167.stdout: mountPath: /etc/cni/net.d 2022-03-08T17:37:15.086 INFO:teuthology.orchestra.run.smithi167.stdout: - name: flannel-cfg 2022-03-08T17:37:15.086 INFO:teuthology.orchestra.run.smithi167.stdout: mountPath: /etc/kube-flannel/ 2022-03-08T17:37:15.087 INFO:teuthology.orchestra.run.smithi167.stdout: containers: 2022-03-08T17:37:15.087 INFO:teuthology.orchestra.run.smithi167.stdout: - name: kube-flannel 2022-03-08T17:37:15.087 INFO:teuthology.orchestra.run.smithi167.stdout: #image: flannelcni/flannel:v0.17.0 for ppc64le and mips64le (dockerhub limitations may apply) 2022-03-08T17:37:15.087 INFO:teuthology.orchestra.run.smithi167.stdout: image: rancher/mirrored-flannelcni-flannel:v0.17.0 2022-03-08T17:37:15.087 INFO:teuthology.orchestra.run.smithi167.stdout: command: 2022-03-08T17:37:15.088 INFO:teuthology.orchestra.run.smithi167.stdout: - /opt/bin/flanneld 2022-03-08T17:37:15.088 INFO:teuthology.orchestra.run.smithi167.stdout: args: 2022-03-08T17:37:15.088 INFO:teuthology.orchestra.run.smithi167.stdout: - --ip-masq 2022-03-08T17:37:15.088 INFO:teuthology.orchestra.run.smithi167.stdout: - --kube-subnet-mgr 2022-03-08T17:37:15.089 INFO:teuthology.orchestra.run.smithi167.stdout: resources: 2022-03-08T17:37:15.089 INFO:teuthology.orchestra.run.smithi167.stdout: requests: 2022-03-08T17:37:15.089 INFO:teuthology.orchestra.run.smithi167.stdout: cpu: "100m" 2022-03-08T17:37:15.090 INFO:teuthology.orchestra.run.smithi167.stdout: memory: "50Mi" 2022-03-08T17:37:15.090 INFO:teuthology.orchestra.run.smithi167.stdout: limits: 2022-03-08T17:37:15.090 INFO:teuthology.orchestra.run.smithi167.stdout: cpu: "100m" 2022-03-08T17:37:15.090 INFO:teuthology.orchestra.run.smithi167.stdout: memory: "50Mi" 2022-03-08T17:37:15.090 INFO:teuthology.orchestra.run.smithi167.stdout: securityContext: 2022-03-08T17:37:15.091 INFO:teuthology.orchestra.run.smithi167.stdout: privileged: false 2022-03-08T17:37:15.091 INFO:teuthology.orchestra.run.smithi167.stdout: capabilities: 2022-03-08T17:37:15.091 INFO:teuthology.orchestra.run.smithi167.stdout: add: ["NET_ADMIN", "NET_RAW"] 2022-03-08T17:37:15.091 INFO:teuthology.orchestra.run.smithi167.stdout: env: 2022-03-08T17:37:15.092 INFO:teuthology.orchestra.run.smithi167.stdout: - name: POD_NAME 2022-03-08T17:37:15.092 INFO:teuthology.orchestra.run.smithi167.stdout: valueFrom: 2022-03-08T17:37:15.092 INFO:teuthology.orchestra.run.smithi167.stdout: fieldRef: 2022-03-08T17:37:15.092 INFO:teuthology.orchestra.run.smithi167.stdout: fieldPath: metadata.name 2022-03-08T17:37:15.092 INFO:teuthology.orchestra.run.smithi167.stdout: - name: POD_NAMESPACE 2022-03-08T17:37:15.093 INFO:teuthology.orchestra.run.smithi167.stdout: valueFrom: 2022-03-08T17:37:15.093 INFO:teuthology.orchestra.run.smithi167.stdout: fieldRef: 2022-03-08T17:37:15.093 INFO:teuthology.orchestra.run.smithi167.stdout: fieldPath: metadata.namespace 2022-03-08T17:37:15.093 INFO:teuthology.orchestra.run.smithi167.stdout: volumeMounts: 2022-03-08T17:37:15.093 INFO:teuthology.orchestra.run.smithi167.stdout: - name: run 2022-03-08T17:37:15.094 INFO:teuthology.orchestra.run.smithi167.stdout: mountPath: /run/flannel 2022-03-08T17:37:15.094 INFO:teuthology.orchestra.run.smithi167.stdout: - name: flannel-cfg 2022-03-08T17:37:15.094 INFO:teuthology.orchestra.run.smithi167.stdout: mountPath: /etc/kube-flannel/ 2022-03-08T17:37:15.094 INFO:teuthology.orchestra.run.smithi167.stdout: - name: xtables-lock 2022-03-08T17:37:15.095 INFO:teuthology.orchestra.run.smithi167.stdout: mountPath: /run/xtables.lock 2022-03-08T17:37:15.095 INFO:teuthology.orchestra.run.smithi167.stdout: volumes: 2022-03-08T17:37:15.095 INFO:teuthology.orchestra.run.smithi167.stdout: - name: run 2022-03-08T17:37:15.095 INFO:teuthology.orchestra.run.smithi167.stdout: hostPath: 2022-03-08T17:37:15.095 INFO:teuthology.orchestra.run.smithi167.stdout: path: /run/flannel 2022-03-08T17:37:15.096 INFO:teuthology.orchestra.run.smithi167.stdout: - name: cni-plugin 2022-03-08T17:37:15.096 INFO:teuthology.orchestra.run.smithi167.stdout: hostPath: 2022-03-08T17:37:15.096 INFO:teuthology.orchestra.run.smithi167.stdout: path: /opt/cni/bin 2022-03-08T17:37:15.096 INFO:teuthology.orchestra.run.smithi167.stdout: - name: cni 2022-03-08T17:37:15.096 INFO:teuthology.orchestra.run.smithi167.stdout: hostPath: 2022-03-08T17:37:15.097 INFO:teuthology.orchestra.run.smithi167.stdout: path: /etc/cni/net.d 2022-03-08T17:37:15.097 INFO:teuthology.orchestra.run.smithi167.stdout: - name: flannel-cfg 2022-03-08T17:37:15.097 INFO:teuthology.orchestra.run.smithi167.stdout: configMap: 2022-03-08T17:37:15.097 INFO:teuthology.orchestra.run.smithi167.stdout: name: kube-flannel-cfg 2022-03-08T17:37:15.098 INFO:teuthology.orchestra.run.smithi167.stdout: - name: xtables-lock 2022-03-08T17:37:15.098 INFO:teuthology.orchestra.run.smithi167.stdout: hostPath: 2022-03-08T17:37:15.098 INFO:teuthology.orchestra.run.smithi167.stdout: path: /run/xtables.lock 2022-03-08T17:37:15.098 INFO:teuthology.orchestra.run.smithi167.stdout: type: FileOrCreate 2022-03-08T17:37:15.099 INFO:teuthology.orchestra.run.smithi167.stderr: 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5692 100 5692 0 0 28178 0 --:--:-- --:--:-- --:--:-- 28039 2022-03-08T17:37:15.125 INFO:tasks.kubeadm:Updating {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'kube-flannel-cfg', 'namespace': 'kube-system', 'labels': {'tier': 'node', 'app': 'flannel'}}, 'data': {'cni-conf.json': '{\n "name": "cbr0",\n "cniVersion": "0.3.1",\n "plugins": [\n {\n "type": "flannel",\n "delegate": {\n "hairpinMode": true,\n "isDefaultGateway": true\n }\n },\n {\n "type": "portmap",\n "capabilities": {\n "portMappings": true\n }\n }\n ]\n}\n', 'net-conf.json': '{\n "Network": "10.244.0.0/16",\n "Backend": {\n "Type": "vxlan"\n }\n}\n'}} 2022-03-08T17:37:15.126 INFO:tasks.kubeadm:Now {'kind': 'ConfigMap', 'apiVersion': 'v1', 'metadata': {'name': 'kube-flannel-cfg', 'namespace': 'kube-system', 'labels': {'tier': 'node', 'app': 'flannel'}}, 'data': {'cni-conf.json': '{\n "name": "cbr0",\n "cniVersion": "0.3.1",\n "plugins": [\n {\n "type": "flannel",\n "delegate": {\n "hairpinMode": true,\n "isDefaultGateway": true\n }\n },\n {\n "type": "portmap",\n "capabilities": {\n "portMappings": true\n }\n }\n ]\n}\n', 'net-conf.json': '{\n "Network": "10.253.48.0/21",\n "Backend": {\n "Type": "vxlan"\n }\n}\n'}} 2022-03-08T17:37:15.139 DEBUG:tasks.kubeadm:Flannel: apiVersion: policy/v1beta1 kind: PodSecurityPolicy metadata: annotations: apparmor.security.beta.kubernetes.io/allowedProfileNames: runtime/default apparmor.security.beta.kubernetes.io/defaultProfileName: runtime/default seccomp.security.alpha.kubernetes.io/allowedProfileNames: docker/default seccomp.security.alpha.kubernetes.io/defaultProfileName: docker/default name: psp.flannel.unprivileged spec: allowPrivilegeEscalation: false allowedCapabilities: - NET_ADMIN - NET_RAW allowedHostPaths: - pathPrefix: /etc/cni/net.d - pathPrefix: /etc/kube-flannel - pathPrefix: /run/flannel defaultAddCapabilities: [] defaultAllowPrivilegeEscalation: false fsGroup: rule: RunAsAny hostIPC: false hostNetwork: true hostPID: false hostPorts: - max: 65535 min: 0 privileged: false readOnlyRootFilesystem: false requiredDropCapabilities: [] runAsUser: rule: RunAsAny seLinux: rule: RunAsAny supplementalGroups: rule: RunAsAny volumes: - configMap - secret - emptyDir - hostPath --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRole metadata: name: flannel rules: - apiGroups: - extensions resourceNames: - psp.flannel.unprivileged resources: - podsecuritypolicies verbs: - use - apiGroups: - '' resources: - pods verbs: - get - apiGroups: - '' resources: - nodes verbs: - list - watch - apiGroups: - '' resources: - nodes/status verbs: - patch --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding metadata: name: flannel roleRef: apiGroup: rbac.authorization.k8s.io kind: ClusterRole name: flannel subjects: - kind: ServiceAccount name: flannel namespace: kube-system --- apiVersion: v1 kind: ServiceAccount metadata: name: flannel namespace: kube-system --- apiVersion: v1 data: cni-conf.json: "{\n \"name\": \"cbr0\",\n \"cniVersion\": \"0.3.1\",\n \"plugins\"\ : [\n {\n \"type\": \"flannel\",\n \"delegate\": {\n \"hairpinMode\"\ : true,\n \"isDefaultGateway\": true\n }\n },\n {\n \"\ type\": \"portmap\",\n \"capabilities\": {\n \"portMappings\": true\n\ \ }\n }\n ]\n}\n" net-conf.json: "{\n \"Network\": \"10.253.48.0/21\",\n \"Backend\": {\n \"\ Type\": \"vxlan\"\n }\n}\n" kind: ConfigMap metadata: labels: app: flannel tier: node name: kube-flannel-cfg namespace: kube-system --- apiVersion: apps/v1 kind: DaemonSet metadata: labels: app: flannel tier: node name: kube-flannel-ds namespace: kube-system spec: selector: matchLabels: app: flannel template: metadata: labels: app: flannel tier: node spec: affinity: nodeAffinity: requiredDuringSchedulingIgnoredDuringExecution: nodeSelectorTerms: - matchExpressions: - key: kubernetes.io/os operator: In values: - linux containers: - args: - --ip-masq - --kube-subnet-mgr command: - /opt/bin/flanneld env: - name: POD_NAME valueFrom: fieldRef: fieldPath: metadata.name - name: POD_NAMESPACE valueFrom: fieldRef: fieldPath: metadata.namespace image: rancher/mirrored-flannelcni-flannel:v0.17.0 name: kube-flannel resources: limits: cpu: 100m memory: 50Mi requests: cpu: 100m memory: 50Mi securityContext: capabilities: add: - NET_ADMIN - NET_RAW privileged: false volumeMounts: - mountPath: /run/flannel name: run - mountPath: /etc/kube-flannel/ name: flannel-cfg - mountPath: /run/xtables.lock name: xtables-lock hostNetwork: true initContainers: - args: - -f - /flannel - /opt/cni/bin/flannel command: - cp image: rancher/mirrored-flannelcni-flannel-cni-plugin:v1.0.1 name: install-cni-plugin volumeMounts: - mountPath: /opt/cni/bin name: cni-plugin - args: - -f - /etc/kube-flannel/cni-conf.json - /etc/cni/net.d/10-flannel.conflist command: - cp image: rancher/mirrored-flannelcni-flannel:v0.17.0 name: install-cni volumeMounts: - mountPath: /etc/cni/net.d name: cni - mountPath: /etc/kube-flannel/ name: flannel-cfg priorityClassName: system-node-critical serviceAccountName: flannel tolerations: - effect: NoSchedule operator: Exists volumes: - hostPath: path: /run/flannel name: run - hostPath: path: /opt/cni/bin name: cni-plugin - hostPath: path: /etc/cni/net.d name: cni - configMap: name: kube-flannel-cfg name: flannel-cfg - hostPath: path: /run/xtables.lock type: FileOrCreate name: xtables-lock 2022-03-08T17:37:15.140 DEBUG:teuthology.orchestra.run.smithi167:> kubectl apply -f - 2022-03-08T17:37:17.934 INFO:teuthology.orchestra.run.smithi167.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-03-08T17:37:17.938 INFO:teuthology.orchestra.run.smithi167.stdout:podsecuritypolicy.policy/psp.flannel.unprivileged created 2022-03-08T17:37:17.962 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/flannel created 2022-03-08T17:37:17.969 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/flannel created 2022-03-08T17:37:17.979 INFO:teuthology.orchestra.run.smithi167.stdout:serviceaccount/flannel created 2022-03-08T17:37:18.006 INFO:teuthology.orchestra.run.smithi167.stdout:configmap/kube-flannel-cfg created 2022-03-08T17:37:18.117 INFO:teuthology.orchestra.run.smithi167.stdout:daemonset.apps/kube-flannel-ds created 2022-03-08T17:37:18.120 INFO:tasks.kubeadm:Scanning for scratch devices 2022-03-08T17:37:18.121 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:37:18.121 DEBUG:teuthology.orchestra.run.smithi167:> dd if=/scratch_devs of=/dev/stdout 2022-03-08T17:37:18.127 INFO:tasks.kubeadm:Scratch devices on smithi167: ['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2022-03-08T17:37:18.127 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 2022-03-08T17:37:18.154 INFO:teuthology.orchestra.run.smithi167.stderr:10+0 records in 2022-03-08T17:37:18.154 INFO:teuthology.orchestra.run.smithi167.stderr:10+0 records out 2022-03-08T17:37:18.154 INFO:teuthology.orchestra.run.smithi167.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0178213 s, 588 MB/s 2022-03-08T17:37:18.155 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 2022-03-08T17:37:18.232 INFO:teuthology.orchestra.run.smithi167.stderr:10+0 records in 2022-03-08T17:37:18.232 INFO:teuthology.orchestra.run.smithi167.stderr:10+0 records out 2022-03-08T17:37:18.233 INFO:teuthology.orchestra.run.smithi167.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0167047 s, 628 MB/s 2022-03-08T17:37:18.234 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 2022-03-08T17:37:18.269 INFO:teuthology.orchestra.run.smithi167.stderr:10+0 records in 2022-03-08T17:37:18.269 INFO:teuthology.orchestra.run.smithi167.stderr:10+0 records out 2022-03-08T17:37:18.269 INFO:teuthology.orchestra.run.smithi167.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0212345 s, 494 MB/s 2022-03-08T17:37:18.271 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 2022-03-08T17:37:18.303 INFO:teuthology.orchestra.run.smithi167.stderr:10+0 records in 2022-03-08T17:37:18.303 INFO:teuthology.orchestra.run.smithi167.stderr:10+0 records out 2022-03-08T17:37:18.303 INFO:teuthology.orchestra.run.smithi167.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0188608 s, 556 MB/s 2022-03-08T17:37:18.311 INFO:tasks.kubeadm:Creating PVs + StorageClass 2022-03-08T17:37:18.312 DEBUG:tasks.kubeadm:apiVersion: v1 kind: PersistentVolume metadata: name: smithi167-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: - smithi167 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi167-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: - smithi167 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi167-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: - smithi167 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi167-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: - smithi167 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: scratch provisioner: kubernetes.io/no-provisioner volumeBindingMode: WaitForFirstConsumer 2022-03-08T17:37:18.312 DEBUG:teuthology.orchestra.run.smithi167:> kubectl create -f - 2022-03-08T17:37:18.518 INFO:teuthology.orchestra.run.smithi167.stdout:persistentvolume/smithi167-lv-1 created 2022-03-08T17:37:18.524 INFO:teuthology.orchestra.run.smithi167.stdout:persistentvolume/smithi167-lv-2 created 2022-03-08T17:37:18.569 INFO:teuthology.orchestra.run.smithi167.stdout:persistentvolume/smithi167-lv-3 created 2022-03-08T17:37:18.572 INFO:teuthology.orchestra.run.smithi167.stdout:persistentvolume/smithi167-lv-4 created 2022-03-08T17:37:18.603 INFO:teuthology.orchestra.run.smithi167.stdout:storageclass.storage.k8s.io/scratch created 2022-03-08T17:37:18.609 DEBUG:teuthology.orchestra.run.smithi167:> kubectl taint node smithi167 node-role.kubernetes.io/master- || true 2022-03-08T17:37:18.696 INFO:teuthology.orchestra.run.smithi167.stdout:node/smithi167 untainted 2022-03-08T17:37:18.699 INFO:tasks.kubeadm:Kubeadm complete, yielding 2022-03-08T17:37:18.699 INFO:teuthology.run_tasks:Running task nvme_loop... 2022-03-08T17:37:18.716 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2022-03-08T17:37:18.717 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:37:18.717 DEBUG:teuthology.orchestra.run.smithi167:> dd if=/scratch_devs of=/dev/stdout 2022-03-08T17:37:18.725 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2022-03-08T17:37:18.725 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_1 && sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_1 2022-03-08T17:37:18.774 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2022-03-08T17:37:18.774 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-08T17:37:18.775 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 495 Links: 1 2022-03-08T17:37:18.775 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-08T17:37:18.775 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2022-03-08 17:37:18.172848141 +0000 2022-03-08T17:37:18.775 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2022-03-08 17:37:18.172848141 +0000 2022-03-08T17:37:18.776 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2022-03-08 17:37:18.172848141 +0000 2022-03-08T17:37:18.776 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2022-03-08T17:37:18.783 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2022-03-08T17:37:18.784 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2022-03-08T17:37:18.784 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000577753 s, 886 kB/s 2022-03-08T17:37:18.788 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_2 && sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_2 2022-03-08T17:37:18.793 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2022-03-08T17:37:18.794 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-08T17:37:18.794 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 502 Links: 1 2022-03-08T17:37:18.794 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-08T17:37:18.795 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2022-03-08 17:37:18.244848144 +0000 2022-03-08T17:37:18.795 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2022-03-08 17:37:18.244848144 +0000 2022-03-08T17:37:18.795 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2022-03-08 17:37:18.244848144 +0000 2022-03-08T17:37:18.795 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2022-03-08T17:37:18.802 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2022-03-08T17:37:18.803 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2022-03-08T17:37:18.803 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000548673 s, 933 kB/s 2022-03-08T17:37:18.807 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_3 && sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_3 2022-03-08T17:37:18.812 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2022-03-08T17:37:18.812 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-08T17:37:18.812 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 507 Links: 1 2022-03-08T17:37:18.813 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-08T17:37:18.813 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2022-03-08 17:37:18.276848145 +0000 2022-03-08T17:37:18.813 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2022-03-08 17:37:18.276848145 +0000 2022-03-08T17:37:18.813 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2022-03-08 17:37:18.276848145 +0000 2022-03-08T17:37:18.814 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2022-03-08T17:37:18.818 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2022-03-08T17:37:18.818 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2022-03-08T17:37:18.818 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000408872 s, 1.3 MB/s 2022-03-08T17:37:18.821 DEBUG:teuthology.orchestra.run.smithi167:> stat /dev/vg_nvme/lv_4 && sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_4 2022-03-08T17:37:18.869 INFO:teuthology.orchestra.run.smithi167.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2022-03-08T17:37:18.870 INFO:teuthology.orchestra.run.smithi167.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-03-08T17:37:18.870 INFO:teuthology.orchestra.run.smithi167.stdout:Device: 5h/5d Inode: 515 Links: 1 2022-03-08T17:37:18.871 INFO:teuthology.orchestra.run.smithi167.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-03-08T17:37:18.871 INFO:teuthology.orchestra.run.smithi167.stdout:Access: 2022-03-08 17:37:18.312848146 +0000 2022-03-08T17:37:18.871 INFO:teuthology.orchestra.run.smithi167.stdout:Modify: 2022-03-08 17:37:18.312848146 +0000 2022-03-08T17:37:18.871 INFO:teuthology.orchestra.run.smithi167.stdout:Change: 2022-03-08 17:37:18.312848146 +0000 2022-03-08T17:37:18.871 INFO:teuthology.orchestra.run.smithi167.stdout: Birth: - 2022-03-08T17:37:18.879 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records in 2022-03-08T17:37:18.879 INFO:teuthology.orchestra.run.smithi167.stderr:1+0 records out 2022-03-08T17:37:18.879 INFO:teuthology.orchestra.run.smithi167.stderr:512 bytes copied, 0.000466655 s, 1.1 MB/s 2022-03-08T17:37:18.883 DEBUG:teuthology.orchestra.run.smithi167:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2022-03-08T17:37:18.971 INFO:teuthology.orchestra.run.smithi167.stdout:loop 2022-03-08T17:37:18.973 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_1... 2022-03-08T17:37:18.973 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2022-03-08T17:37:18.996 INFO:teuthology.orchestra.run.smithi167.stdout:1 2022-03-08T17:37:19.024 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_11 2022-03-08T17:37:19.049 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_2... 2022-03-08T17:37:19.049 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2022-03-08T17:37:19.071 INFO:teuthology.orchestra.run.smithi167.stdout:1 2022-03-08T17:37:19.094 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_21 2022-03-08T17:37:19.113 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_3... 2022-03-08T17:37:19.113 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2022-03-08T17:37:19.175 INFO:teuthology.orchestra.run.smithi167.stdout:1 2022-03-08T17:37:19.198 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_31 2022-03-08T17:37:19.220 INFO:tasks.nvme_loop:Connecting nvme_loop smithi167:/dev/vg_nvme/lv_4... 2022-03-08T17:37:19.220 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2022-03-08T17:37:19.242 INFO:teuthology.orchestra.run.smithi167.stdout:1 2022-03-08T17:37:19.268 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_41 2022-03-08T17:37:19.289 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:37:19.289 DEBUG:teuthology.orchestra.run.smithi167:> dd if=/scratch_devs of=/dev/stdout 2022-03-08T17:37:19.296 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme list 2022-03-08T17:37:19.309 INFO:teuthology.orchestra.run.smithi167.stdout:Node SN Model Namespace Usage Format FW Rev 2022-03-08T17:37:19.309 INFO:teuthology.orchestra.run.smithi167.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2022-03-08T17:37:19.309 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme0n1 CVFT62330080400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2022-03-08T17:37:19.310 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme1n1 1e3ea8d5bed9bf63 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-08T17:37:19.310 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme2n1 96957bf6d96a340f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-08T17:37:19.310 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme3n1 d786969b70582981 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-08T17:37:19.311 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1'] 2022-03-08T17:37:20.313 DEBUG:teuthology.orchestra.run.smithi167:> sudo nvme list 2022-03-08T17:37:20.330 INFO:teuthology.orchestra.run.smithi167.stdout:Node SN Model Namespace Usage Format FW Rev 2022-03-08T17:37:20.330 INFO:teuthology.orchestra.run.smithi167.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2022-03-08T17:37:20.330 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme0n1 CVFT62330080400BGN INTEL SSDPEDMD400G4 1 400.09 GB / 400.09 GB 512 B + 0 B 8DV101H0 2022-03-08T17:37:20.330 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme1n1 1e3ea8d5bed9bf63 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-08T17:37:20.331 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme2n1 96957bf6d96a340f Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-08T17:37:20.331 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme3n1 d786969b70582981 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-08T17:37:20.331 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/nvme4n1 39b901af9652963e Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-03-08T17:37:20.332 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2022-03-08T17:37:20.333 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:37:20.333 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/scratch_devs 2022-03-08T17:37:20.348 INFO:teuthology.run_tasks:Running task rook... 2022-03-08T17:37:20.430 INFO:tasks.rook:Rook start 2022-03-08T17:37:20.431 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': '6fe8e680a334072b1ba19b2de006862f98aedbae', 'rook_branch': 'v1.7.2', 'rook_image': 'rook/ceph:v1.7.2'} 2022-03-08T17:37:20.431 INFO:tasks.rook:Ceph image is quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae 2022-03-08T17:37:20.431 INFO:tasks.rook:Cloning https://github.com/rook/rook branch v1.7.2 2022-03-08T17:37:20.432 DEBUG:teuthology.orchestra.run.smithi167:> rm -rf rook && git clone --single-branch --branch v1.7.2 https://github.com/rook/rook rook 2022-03-08T17:37:20.441 INFO:teuthology.orchestra.run.smithi167.stderr:Cloning into 'rook'... 2022-03-08T17:37:24.959 INFO:teuthology.orchestra.run.smithi167.stderr:Note: switching to '1784489964d2e417b6050c7edc8f626b5cca49f5'. 2022-03-08T17:37:24.959 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:37:24.960 INFO:teuthology.orchestra.run.smithi167.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2022-03-08T17:37:24.960 INFO:teuthology.orchestra.run.smithi167.stderr:changes and commit them, and you can discard any commits you make in this 2022-03-08T17:37:24.960 INFO:teuthology.orchestra.run.smithi167.stderr:state without impacting any branches by switching back to a branch. 2022-03-08T17:37:24.960 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:37:24.960 INFO:teuthology.orchestra.run.smithi167.stderr:If you want to create a new branch to retain commits you create, you may 2022-03-08T17:37:24.961 INFO:teuthology.orchestra.run.smithi167.stderr:do so (now or later) by using -c with the switch command. Example: 2022-03-08T17:37:24.961 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:37:24.961 INFO:teuthology.orchestra.run.smithi167.stderr: git switch -c 2022-03-08T17:37:24.961 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:37:24.962 INFO:teuthology.orchestra.run.smithi167.stderr:Or undo this operation with: 2022-03-08T17:37:24.962 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:37:24.962 INFO:teuthology.orchestra.run.smithi167.stderr: git switch - 2022-03-08T17:37:24.962 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:37:24.962 INFO:teuthology.orchestra.run.smithi167.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2022-03-08T17:37:24.963 INFO:teuthology.orchestra.run.smithi167.stderr: 2022-03-08T17:37:25.052 INFO:tasks.rook:/home/teuthworker 2022-03-08T17:37:25.053 DEBUG:teuthology.orchestra.run.smithi167:> PATH=/sbin:/usr/sbin ip addr show 2022-03-08T17:37:25.061 INFO:teuthology.orchestra.run.smithi167.stdout:1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 2022-03-08T17:37:25.062 INFO:teuthology.orchestra.run.smithi167.stdout: link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2022-03-08T17:37:25.062 INFO:teuthology.orchestra.run.smithi167.stdout: inet 127.0.0.1/8 scope host lo 2022-03-08T17:37:25.062 INFO:teuthology.orchestra.run.smithi167.stdout: valid_lft forever preferred_lft forever 2022-03-08T17:37:25.063 INFO:teuthology.orchestra.run.smithi167.stdout: inet6 ::1/128 scope host 2022-03-08T17:37:25.064 INFO:teuthology.orchestra.run.smithi167.stdout: valid_lft forever preferred_lft forever 2022-03-08T17:37:25.064 INFO:teuthology.orchestra.run.smithi167.stdout:2: eno1: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-03-08T17:37:25.065 INFO:teuthology.orchestra.run.smithi167.stdout: link/ether 0c:c4:7a:d9:35:e6 brd ff:ff:ff:ff:ff:ff 2022-03-08T17:37:25.065 INFO:teuthology.orchestra.run.smithi167.stdout: altname enp7s0f0 2022-03-08T17:37:25.065 INFO:teuthology.orchestra.run.smithi167.stdout:3: eno2: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-03-08T17:37:25.066 INFO:teuthology.orchestra.run.smithi167.stdout: link/ether 0c:c4:7a:d9:35:e7 brd ff:ff:ff:ff:ff:ff 2022-03-08T17:37:25.066 INFO:teuthology.orchestra.run.smithi167.stdout: altname enp7s0f1 2022-03-08T17:37:25.066 INFO:teuthology.orchestra.run.smithi167.stdout:4: enp3s0f0: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-03-08T17:37:25.067 INFO:teuthology.orchestra.run.smithi167.stdout: link/ether 0c:c4:7a:88:73:08 brd ff:ff:ff:ff:ff:ff 2022-03-08T17:37:25.067 INFO:teuthology.orchestra.run.smithi167.stdout:5: enp3s0f1: mtu 1500 qdisc mq state UP group default qlen 1000 2022-03-08T17:37:25.067 INFO:teuthology.orchestra.run.smithi167.stdout: link/ether 0c:c4:7a:88:73:09 brd ff:ff:ff:ff:ff:ff 2022-03-08T17:37:25.068 INFO:teuthology.orchestra.run.smithi167.stdout: inet 172.21.15.167/20 brd 172.21.15.255 scope global dynamic enp3s0f1 2022-03-08T17:37:25.068 INFO:teuthology.orchestra.run.smithi167.stdout: valid_lft 42897sec preferred_lft 42897sec 2022-03-08T17:37:25.068 INFO:teuthology.orchestra.run.smithi167.stdout: inet6 fe80::ec4:7aff:fe88:7309/64 scope link 2022-03-08T17:37:25.068 INFO:teuthology.orchestra.run.smithi167.stdout: valid_lft forever preferred_lft forever 2022-03-08T17:37:25.069 INFO:teuthology.orchestra.run.smithi167.stdout:6: docker0: mtu 1500 qdisc noqueue state DOWN group default 2022-03-08T17:37:25.069 INFO:teuthology.orchestra.run.smithi167.stdout: link/ether 02:42:81:c5:3d:29 brd ff:ff:ff:ff:ff:ff 2022-03-08T17:37:25.069 INFO:teuthology.orchestra.run.smithi167.stdout: inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0 2022-03-08T17:37:25.069 INFO:teuthology.orchestra.run.smithi167.stdout: valid_lft forever preferred_lft forever 2022-03-08T17:37:25.071 DEBUG:teuthology.orchestra.run.smithi167:> which systemctl 2022-03-08T17:37:25.076 INFO:teuthology.orchestra.run.smithi167.stdout:/usr/bin/systemctl 2022-03-08T17:37:25.077 DEBUG:teuthology.orchestra.run.smithi167:> test -f /run/.containerenv -o -f /.dockerenv 2022-03-08T17:37:25.124 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-08T17:37:25.125 DEBUG:teuthology.orchestra.run.smithi167:> true 2022-03-08T17:37:25.157 DEBUG:teuthology.orchestra.run.smithi167:> sudo lsb_release -is 2022-03-08T17:37:25.206 INFO:teuthology.orchestra.run.smithi167.stdout:Ubuntu 2022-03-08T17:37:25.213 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-08T17:37:25.213 INFO:tasks.rook:['__class__', '__del__', '__delattr__', '__dir__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '_format_size', '_reconnect', '_runner', '_set_iface_and_cidr', '_sftp_get_file', '_sftp_get_size', '_sftp_open_file', '_sftp_put_file', 'chcon', 'chmod', 'connect', 'copy_file', 'ensure_online', 'get_file', 'get_tar', 'get_tar_stream', 'mkdtemp', 'mktemp', 'move_file', 'put_file', 'read_file', 'reconnect', 'remove', 'run', 'sh', 'sh_file', 'sudo_write_file', 'write_file'] 2022-03-08T17:37:25.235 DEBUG:teuthology.orchestra.remote:smithi167:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-08T17:37:25.249 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:37:25.249 DEBUG:teuthology.orchestra.run.smithi167:> dd if=rook/cluster/examples/kubernetes/ceph/operator.yaml of=/dev/stdout 2022-03-08T17:37:25.258 INFO:tasks.rook:Patching operator to use image rook/ceph:v1.7.2 2022-03-08T17:37:25.298 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:37:25.299 DEBUG:teuthology.orchestra.run.smithi167:> dd of=operator.yaml 2022-03-08T17:37:25.311 INFO:tasks.rook:Deploying operator 2022-03-08T17:37:25.333 DEBUG:teuthology.orchestra.remote:smithi167:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-08T17:37:25.369 DEBUG:teuthology.orchestra.remote:smithi167:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-08T17:37:25.384 DEBUG:teuthology.orchestra.run.smithi167:> kubectl create -f rook/cluster/examples/kubernetes/ceph/crds.yaml -f rook/cluster/examples/kubernetes/ceph/common.yaml -f operator.yaml 2022-03-08T17:37:25.665 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/cephblockpools.ceph.rook.io created 2022-03-08T17:37:25.737 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/cephclients.ceph.rook.io created 2022-03-08T17:37:25.842 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/cephclusters.ceph.rook.io created 2022-03-08T17:37:25.914 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystemmirrors.ceph.rook.io created 2022-03-08T17:37:25.987 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystems.ceph.rook.io created 2022-03-08T17:37:26.097 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/cephnfses.ceph.rook.io created 2022-03-08T17:37:26.101 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectrealms.ceph.rook.io created 2022-03-08T17:37:26.171 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstores.ceph.rook.io created 2022-03-08T17:37:26.272 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstoreusers.ceph.rook.io created 2022-03-08T17:37:26.282 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzonegroups.ceph.rook.io created 2022-03-08T17:37:26.317 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzones.ceph.rook.io created 2022-03-08T17:37:26.370 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/cephrbdmirrors.ceph.rook.io created 2022-03-08T17:37:26.456 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/objectbucketclaims.objectbucket.io created 2022-03-08T17:37:26.465 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/objectbuckets.objectbucket.io created 2022-03-08T17:37:26.490 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplicationclasses.replication.storage.openshift.io created 2022-03-08T17:37:26.516 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplications.replication.storage.openshift.io created 2022-03-08T17:37:26.540 INFO:teuthology.orchestra.run.smithi167.stdout:customresourcedefinition.apiextensions.k8s.io/volumes.rook.io created 2022-03-08T17:37:26.624 INFO:teuthology.orchestra.run.smithi167.stdout:namespace/rook-ceph created 2022-03-08T17:37:26.631 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-03-08T17:37:26.664 INFO:teuthology.orchestra.run.smithi167.stdout:serviceaccount/rook-ceph-admission-controller created 2022-03-08T17:37:26.691 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-admission-controller-role created 2022-03-08T17:37:26.766 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-admission-controller-rolebinding created 2022-03-08T17:37:26.790 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-03-08T17:37:26.798 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-08T17:37:26.807 INFO:teuthology.orchestra.run.smithi167.stdout:role.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-08T17:37:26.815 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-global created 2022-03-08T17:37:26.823 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-03-08T17:37:26.849 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-03-08T17:37:26.857 INFO:teuthology.orchestra.run.smithi167.stdout:serviceaccount/rook-ceph-system created 2022-03-08T17:37:26.865 INFO:teuthology.orchestra.run.smithi167.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-08T17:37:26.935 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-03-08T17:37:26.948 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-global created 2022-03-08T17:37:26.973 INFO:teuthology.orchestra.run.smithi167.stdout:serviceaccount/rook-ceph-osd created 2022-03-08T17:37:26.998 INFO:teuthology.orchestra.run.smithi167.stdout:serviceaccount/rook-ceph-mgr created 2022-03-08T17:37:27.007 INFO:teuthology.orchestra.run.smithi167.stdout:serviceaccount/rook-ceph-cmd-reporter created 2022-03-08T17:37:27.031 INFO:teuthology.orchestra.run.smithi167.stdout:role.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-08T17:37:27.090 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-08T17:37:27.098 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-03-08T17:37:27.123 INFO:teuthology.orchestra.run.smithi167.stdout:role.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-03-08T17:37:27.148 INFO:teuthology.orchestra.run.smithi167.stdout:role.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-03-08T17:37:27.157 INFO:teuthology.orchestra.run.smithi167.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-03-08T17:37:27.184 INFO:teuthology.orchestra.run.smithi167.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-08T17:37:27.266 INFO:teuthology.orchestra.run.smithi167.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-03-08T17:37:27.270 INFO:teuthology.orchestra.run.smithi167.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-03-08T17:37:27.308 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-03-08T17:37:27.334 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-03-08T17:37:27.358 INFO:teuthology.orchestra.run.smithi167.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-03-08T17:37:27.442 INFO:teuthology.orchestra.run.smithi167.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-03-08T17:37:27.443 INFO:teuthology.orchestra.run.smithi167.stdout:podsecuritypolicy.policy/00-rook-privileged created 2022-03-08T17:37:27.457 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/psp:rook created 2022-03-08T17:37:27.483 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system-psp created 2022-03-08T17:37:27.490 INFO:teuthology.orchestra.run.smithi167.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-default-psp created 2022-03-08T17:37:27.517 INFO:teuthology.orchestra.run.smithi167.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd-psp created 2022-03-08T17:37:27.594 INFO:teuthology.orchestra.run.smithi167.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-psp created 2022-03-08T17:37:27.599 INFO:teuthology.orchestra.run.smithi167.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter-psp created 2022-03-08T17:37:27.608 INFO:teuthology.orchestra.run.smithi167.stdout:serviceaccount/rook-csi-cephfs-plugin-sa created 2022-03-08T17:37:27.640 INFO:teuthology.orchestra.run.smithi167.stdout:serviceaccount/rook-csi-cephfs-provisioner-sa created 2022-03-08T17:37:27.659 INFO:teuthology.orchestra.run.smithi167.stdout:role.rbac.authorization.k8s.io/cephfs-external-provisioner-cfg created 2022-03-08T17:37:27.685 INFO:teuthology.orchestra.run.smithi167.stdout:rolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role-cfg created 2022-03-08T17:37:27.691 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-03-08T17:37:27.776 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-external-provisioner-runner created 2022-03-08T17:37:27.780 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-plugin-sa-psp created 2022-03-08T17:37:27.791 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-provisioner-sa-psp created 2022-03-08T17:37:27.799 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-03-08T17:37:27.807 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role created 2022-03-08T17:37:27.852 INFO:teuthology.orchestra.run.smithi167.stdout:serviceaccount/rook-csi-rbd-plugin-sa created 2022-03-08T17:37:27.976 INFO:teuthology.orchestra.run.smithi167.stdout:serviceaccount/rook-csi-rbd-provisioner-sa created 2022-03-08T17:37:27.980 INFO:teuthology.orchestra.run.smithi167.stdout:role.rbac.authorization.k8s.io/rbd-external-provisioner-cfg created 2022-03-08T17:37:28.023 INFO:teuthology.orchestra.run.smithi167.stdout:rolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role-cfg created 2022-03-08T17:37:28.286 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-03-08T17:37:28.295 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrole.rbac.authorization.k8s.io/rbd-external-provisioner-runner created 2022-03-08T17:37:28.338 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-plugin-sa-psp created 2022-03-08T17:37:28.382 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-provisioner-sa-psp created 2022-03-08T17:37:28.724 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-03-08T17:37:28.728 INFO:teuthology.orchestra.run.smithi167.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role created 2022-03-08T17:37:28.801 INFO:teuthology.orchestra.run.smithi167.stdout:role.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-03-08T17:37:28.884 INFO:teuthology.orchestra.run.smithi167.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-03-08T17:37:28.909 INFO:teuthology.orchestra.run.smithi167.stdout:serviceaccount/rook-ceph-purge-osd created 2022-03-08T17:37:28.939 INFO:teuthology.orchestra.run.smithi167.stdout:configmap/rook-ceph-operator-config created 2022-03-08T17:37:28.959 INFO:teuthology.orchestra.run.smithi167.stdout:deployment.apps/rook-ceph-operator created 2022-03-08T17:37:28.966 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T17:37:29.187 INFO:teuthology.orchestra.run.smithi167.stderr:No resources found in rook-ceph namespace. 2022-03-08T17:37:39.191 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T17:37:39.246 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:37:39.247 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-operator-6b496c8959-gw7h6 0/1 Pending 0 10s 2022-03-08T17:37:49.250 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T17:37:49.329 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:37:49.329 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-operator-6b496c8959-gw7h6 0/1 ContainerCreating 0 20s 2022-03-08T17:37:59.332 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T17:37:59.405 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:37:59.406 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-operator-6b496c8959-gw7h6 0/1 ContainerCreating 0 30s 2022-03-08T17:38:09.408 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T17:38:09.910 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:38:09.910 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-operator-6b496c8959-gw7h6 0/1 ContainerCreating 0 40s 2022-03-08T17:38:19.914 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T17:38:19.976 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:38:19.976 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-operator-6b496c8959-gw7h6 0/1 ContainerCreating 0 50s 2022-03-08T17:38:29.979 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-03-08T17:38:30.043 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:38:30.044 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-operator-6b496c8959-gw7h6 1/1 Running 0 61s 2022-03-08T17:38:30.045 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph logs -f rook-ceph-operator-6b496c8959-gw7h6 2022-03-08T17:38:30.055 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:38:30.056 DEBUG:teuthology.orchestra.run.smithi167:> dd if=/scratch_devs of=/dev/stdout 2022-03-08T17:38:30.067 INFO:tasks.rook: override: [global] osd crush chooseleaf type = 0 2022-03-08T17:38:30.068 INFO:tasks.rook: override: [mgr] debug mgr = 20 2022-03-08T17:38:30.068 INFO:tasks.rook: override: [mgr] debug ms = 1 2022-03-08T17:38:30.068 INFO:tasks.rook: override: [mon] debug mon = 20 2022-03-08T17:38:30.069 INFO:tasks.rook: override: [mon] debug ms = 1 2022-03-08T17:38:30.069 INFO:tasks.rook: override: [mon] debug paxos = 20 2022-03-08T17:38:30.069 INFO:tasks.rook: override: [osd] debug ms = 1 2022-03-08T17:38:30.070 INFO:tasks.rook: override: [osd] debug osd = 20 2022-03-08T17:38:30.071 INFO:tasks.rook:Config: b"[global]\n\nlog to file = true\n\nmon clock drift allowed = 1.000\n\n# replicate across OSDs, not hosts\nosd crush chooseleaf type = 0\n\n# enable some debugging\nauth debug = true\nms die on old message = true\nms die on bug = true\ndebug asserts on shutdown = true\n\n\n[osd]\n# debugging\nosd debug shutdown = true\nosd debug op order = true\nosd debug verify stray on activate = true\nosd debug pg log writeout = true\nosd debug verify cached snaps = true\nosd debug verify missing on start = true\nosd debug misdirected ops = true\nosd op queue = debug_random\nosd op queue cut off = debug_random\nosd shutdown pgref assert = true\nbdev debug aio = true\nosd sloppy crc = true\ndebug ms = 1\ndebug osd = 20\n\n\n[mon]\n# rotate auth tickets quickly to exercise renewal paths\nauth mon ticket ttl = 660# 11m\nauth service ticket ttl = 240# 4m\n\n# don't complain about global id reclaim\nmon_warn_on_insecure_global_id_reclaim = false\nmon_warn_on_insecure_global_id_reclaim_allowed = false\ndebug mon = 20\ndebug ms = 1\ndebug paxos = 20\n[mgr]\ndebug mgr = 20\ndebug ms = 1\n" 2022-03-08T17:38:30.074 DEBUG:teuthology.orchestra.run.smithi167:> kubectl create -f - 2022-03-08T17:38:30.125 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.510197 I | rookcmd: starting Rook v1.7.2 with arguments '/usr/local/bin/rook ceph operator' 2022-03-08T17:38:30.125 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.510327 I | rookcmd: flag values: --add_dir_header=false, --alsologtostderr=false, --csi-cephfs-plugin-template-path=/etc/ceph-csi/cephfs/csi-cephfsplugin.yaml, --csi-cephfs-provisioner-dep-template-path=/etc/ceph-csi/cephfs/csi-cephfsplugin-provisioner-dep.yaml, --csi-rbd-plugin-template-path=/etc/ceph-csi/rbd/csi-rbdplugin.yaml, --csi-rbd-provisioner-dep-template-path=/etc/ceph-csi/rbd/csi-rbdplugin-provisioner-dep.yaml, --enable-machine-disruption-budget=false, --help=false, --kubeconfig=, --log-flush-frequency=5s, --log-level=INFO, --log_backtrace_at=:0, --log_dir=, --log_file=, --log_file_max_size=1800, --logtostderr=true, --one_output=false, --operator-image=, --service-account=, --skip_headers=false, --skip_log_headers=false, --stderrthreshold=2, --v=0, --vmodule= 2022-03-08T17:38:30.126 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.510336 I | cephcmd: starting Rook-Ceph operator 2022-03-08T17:38:30.127 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.667225 I | cephcmd: base ceph version inside the rook operator image is "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)" 2022-03-08T17:38:30.127 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.674507 I | op-k8sutil: ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS="15" (configmap) 2022-03-08T17:38:30.127 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.676306 I | op-k8sutil: ROOK_ENABLE_DISCOVERY_DAEMON="false" (configmap) 2022-03-08T17:38:30.127 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.679426 I | operator: looking for secret "rook-ceph-admission-controller" 2022-03-08T17:38:30.128 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.681000 I | operator: secret "rook-ceph-admission-controller" not found. proceeding without the admission controller 2022-03-08T17:38:30.128 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.683464 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-03-08T17:38:30.128 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.683477 I | operator: watching all namespaces for ceph cluster CRs 2022-03-08T17:38:30.129 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.683543 I | operator: setting up the controller-runtime manager 2022-03-08T17:38:30.129 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.685409 I | ceph-cluster-controller: ConfigMap "rook-ceph-operator-config" changes detected. Updating configurations 2022-03-08T17:38:30.129 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.692687 I | op-k8sutil: ROOK_LOG_LEVEL="INFO" (configmap) 2022-03-08T17:38:30.130 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.991881 I | ceph-cluster-controller: successfully started 2022-03-08T17:38:30.130 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.992013 I | ceph-cluster-controller: enabling hotplug orchestration 2022-03-08T17:38:30.130 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.992062 I | ceph-crashcollector-controller: successfully started 2022-03-08T17:38:30.131 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.992213 I | ceph-block-pool-controller: successfully started 2022-03-08T17:38:30.131 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.992357 I | ceph-object-store-user-controller: successfully started 2022-03-08T17:38:30.131 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.992474 I | ceph-object-realm-controller: successfully started 2022-03-08T17:38:30.132 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.992600 I | ceph-object-zonegroup-controller: successfully started 2022-03-08T17:38:30.132 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.992716 I | ceph-object-zone-controller: successfully started 2022-03-08T17:38:30.132 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.992981 I | ceph-object-controller: successfully started 2022-03-08T17:38:30.133 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.993143 I | ceph-file-controller: successfully started 2022-03-08T17:38:30.133 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.993308 I | ceph-nfs-controller: successfully started 2022-03-08T17:38:30.133 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.993452 I | ceph-rbd-mirror-controller: successfully started 2022-03-08T17:38:30.134 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.993610 I | ceph-client-controller: successfully started 2022-03-08T17:38:30.134 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.993720 I | ceph-filesystem-mirror-controller: successfully started 2022-03-08T17:38:30.135 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:20.995196 I | operator: starting the controller-runtime manager 2022-03-08T17:38:30.971 INFO:teuthology.orchestra.run.smithi167.stdout:configmap/rook-config-override created 2022-03-08T17:38:30.976 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:6fe8e680a334072b1ba19b2de006862f98aedbae dataDirHostPath: /var/lib/rook mgr: count: 1 modules: - enabled: true name: rook mon: allowMultiplePerNode: true count: 1 skipUpgradeChecks: true 2022-03-08T17:38:30.976 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:38:30.977 DEBUG:teuthology.orchestra.run.smithi167:> dd of=cluster.yaml 2022-03-08T17:38:30.984 DEBUG:teuthology.orchestra.run.smithi167:> kubectl create -f cluster.yaml 2022-03-08T17:38:33.283 INFO:teuthology.orchestra.run.smithi167.stdout:cephcluster.ceph.rook.io/rook-ceph created 2022-03-08T17:38:33.287 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.298513 I | ceph-spec: adding finalizer "cephcluster.ceph.rook.io" on "rook-ceph" 2022-03-08T17:38:33.287 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.298549 I | clusterdisruption-controller: create event from ceph cluster CR 2022-03-08T17:38:33.305 DEBUG:teuthology.orchestra.remote:smithi167:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-08T17:38:33.321 DEBUG:teuthology.orchestra.run.smithi167:> kubectl create -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-03-08T17:38:33.326 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.338539 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-08T17:38:33.327 INFO:tasks.rook.operator.smithi167.stdout:   ... // 3 identical fields 2022-03-08T17:38:33.327 INFO:tasks.rook.operator.smithi167.stdout:   Labels: nil, 2022-03-08T17:38:33.329 INFO:tasks.rook.operator.smithi167.stdout:   Placement: nil, 2022-03-08T17:38:33.329 INFO:tasks.rook.operator.smithi167.stdout:   Network: v1.NetworkSpec{ 2022-03-08T17:38:33.329 INFO:tasks.rook.operator.smithi167.stdout:   Provider: "", 2022-03-08T17:38:33.329 INFO:tasks.rook.operator.smithi167.stdout:   Selectors: nil, 2022-03-08T17:38:33.330 INFO:tasks.rook.operator.smithi167.stdout:   HostNetwork: false, 2022-03-08T17:38:33.330 INFO:tasks.rook.operator.smithi167.stdout:-  IPFamily: "", 2022-03-08T17:38:33.330 INFO:tasks.rook.operator.smithi167.stdout:+  IPFamily: "IPv4", 2022-03-08T17:38:33.330 INFO:tasks.rook.operator.smithi167.stdout:   DualStack: false, 2022-03-08T17:38:33.331 INFO:tasks.rook.operator.smithi167.stdout:   }, 2022-03-08T17:38:33.331 INFO:tasks.rook.operator.smithi167.stdout:   Resources: nil, 2022-03-08T17:38:33.331 INFO:tasks.rook.operator.smithi167.stdout:   PriorityClassNames: nil, 2022-03-08T17:38:33.331 INFO:tasks.rook.operator.smithi167.stdout:   ... // 16 identical fields 2022-03-08T17:38:33.331 INFO:tasks.rook.operator.smithi167.stdout:  } 2022-03-08T17:38:33.332 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.339545 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:38:33.335 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.345186 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-03-08T17:38:33.349 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.361161 I | ceph-csi: successfully created csi config map "rook-ceph-csi-config" 2022-03-08T17:38:33.358 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.370765 I | ceph-cluster-controller: clusterInfo not yet found, must be a new cluster 2022-03-08T17:38:33.359 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.370804 I | op-k8sutil: ROOK_CSI_ENABLE_RBD="true" (configmap) 2022-03-08T17:38:33.362 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.373291 I | op-k8sutil: ROOK_CSI_ENABLE_CEPHFS="true" (configmap) 2022-03-08T17:38:33.366 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.375230 I | op-k8sutil: ROOK_CSI_ALLOW_UNSUPPORTED_VERSION="false" (configmap) 2022-03-08T17:38:33.366 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.377170 I | op-k8sutil: ROOK_CSI_ENABLE_GRPC_METRICS="false" (configmap) 2022-03-08T17:38:33.368 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.378871 I | op-k8sutil: CSI_ENABLE_HOST_NETWORK="true" (default) 2022-03-08T17:38:33.369 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.380988 I | op-k8sutil: ROOK_CSI_CEPH_IMAGE="quay.io/cephcsi/cephcsi:v3.4.0" (default) 2022-03-08T17:38:33.375 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.387159 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae... 2022-03-08T17:38:33.532 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.544274 I | op-k8sutil: ROOK_CSI_REGISTRAR_IMAGE="k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0" (default) 2022-03-08T17:38:33.570 INFO:teuthology.orchestra.run.smithi167.stdout:deployment.apps/rook-ceph-tools created 2022-03-08T17:38:33.577 INFO:tasks.rook:Waiting for tools container to start 2022-03-08T17:38:33.578 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:38:33.692 INFO:teuthology.orchestra.run.smithi167.stderr:No resources found in rook-ceph namespace. 2022-03-08T17:38:33.943 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:33.954902 I | op-k8sutil: ROOK_CSI_PROVISIONER_IMAGE="k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2" (default) 2022-03-08T17:38:34.330 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:34.342858 I | op-k8sutil: ROOK_CSI_ATTACHER_IMAGE="k8s.gcr.io/sig-storage/csi-attacher:v3.2.1" (default) 2022-03-08T17:38:34.700 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:34.712590 I | op-k8sutil: ROOK_CSI_SNAPSHOTTER_IMAGE="k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1" (default) 2022-03-08T17:38:34.730 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:34.742423 I | op-k8sutil: ROOK_CSI_KUBELET_DIR_PATH="/var/lib/kubelet" (default) 2022-03-08T17:38:34.931 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:34.943132 I | op-k8sutil: CSI_VOLUME_REPLICATION_IMAGE="quay.io/csiaddons/volumereplication-operator:v0.1.0" (default) 2022-03-08T17:38:35.130 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:35.142530 I | op-k8sutil: ROOK_CSI_CEPHFS_POD_LABELS="" (default) 2022-03-08T17:38:35.332 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:35.344609 I | op-k8sutil: ROOK_CSI_RBD_POD_LABELS="" (default) 2022-03-08T17:38:35.333 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:35.344643 I | ceph-csi: detecting the ceph csi image version for image "quay.io/cephcsi/cephcsi:v3.4.0" 2022-03-08T17:38:35.533 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:38:35.545138 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-03-08T17:38:38.697 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:38:39.061 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:38:39.062 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 0/1 ContainerCreating 0 6s 2022-03-08T17:38:44.066 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:38:44.135 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:38:44.136 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 0/1 ContainerCreating 0 11s 2022-03-08T17:38:49.138 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:38:49.196 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:38:49.197 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 0/1 ContainerCreating 0 16s 2022-03-08T17:38:54.199 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:38:54.260 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:38:54.260 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 0/1 ContainerCreating 0 21s 2022-03-08T17:38:59.264 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:38:59.333 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:38:59.333 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 0/1 ContainerCreating 0 26s 2022-03-08T17:39:04.335 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:39:04.947 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:39:04.947 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 0/1 ContainerCreating 0 31s 2022-03-08T17:39:09.948 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:39:10.008 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:39:10.008 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 0/1 ContainerCreating 0 37s 2022-03-08T17:39:15.011 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:39:15.065 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:39:15.065 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 0/1 ContainerCreating 0 42s 2022-03-08T17:39:15.770 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:15.780874 I | ceph-csi: Detected ceph CSI image version: "v3.4.0" 2022-03-08T17:39:15.778 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:15.789241 I | op-k8sutil: CSI_FORCE_CEPHFS_KERNEL_CLIENT="true" (configmap) 2022-03-08T17:39:15.782 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:15.791084 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2022-03-08T17:39:16.093 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:16.103929 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2022-03-08T17:39:16.165 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:16.175664 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2022-03-08T17:39:16.168 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:16.178930 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2022-03-08T17:39:16.524 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:16.535362 I | op-k8sutil: CSI_PLUGIN_PRIORITY_CLASSNAME="" (default) 2022-03-08T17:39:16.532 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:16.543148 I | op-k8sutil: CSI_PROVISIONER_PRIORITY_CLASSNAME="" (default) 2022-03-08T17:39:16.536 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:16.544657 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10961 quincy" 2022-03-08T17:39:16.536 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:16.544675 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T17:39:16.536 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:16.544685 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10961 quincy", pursuing 2022-03-08T17:39:16.680 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:16.690384 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10961 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae" 2022-03-08T17:39:16.684 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:16.690553 I | op-k8sutil: CSI_ENABLE_OMAP_GENERATOR="false" (default) 2022-03-08T17:39:16.723 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:16.732203 I | op-k8sutil: CSI_ENABLE_RBD_SNAPSHOTTER="true" (configmap) 2022-03-08T17:39:16.878 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:16.889199 I | op-k8sutil: CSI_ENABLE_CEPHFS_SNAPSHOTTER="true" (configmap) 2022-03-08T17:39:17.046 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:17.056783 I | op-mon: start running mons 2022-03-08T17:39:17.120 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:17.130660 I | op-k8sutil: CSI_ENABLE_VOLUME_REPLICATION="false" (configmap) 2022-03-08T17:39:17.441 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:17.452154 I | op-mon: creating mon secrets for a new cluster 2022-03-08T17:39:17.647 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:17.657883 I | op-k8sutil: CSI_CEPHFS_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-03-08T17:39:17.921 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:17.931524 I | op-k8sutil: CSI_RBD_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-03-08T17:39:17.922 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:17.931555 I | ceph-csi: Kubernetes version is 1.23 2022-03-08T17:39:18.321 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:18.331296 I | op-k8sutil: ROOK_CSI_RESIZER_IMAGE="k8s.gcr.io/sig-storage/csi-resizer:v1.2.0" (default) 2022-03-08T17:39:18.521 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:18.530510 I | op-mon: existing maxMonID not found or failed to load. configmaps "rook-ceph-mon-endpoints" not found 2022-03-08T17:39:18.728 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:18.737987 I | op-k8sutil: CSI_LOG_LEVEL="" (default) 2022-03-08T17:39:18.923 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:18.932828 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":[]}] data: mapping:{"node":{}} maxMonId:-1] 2022-03-08T17:39:19.524 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:19.531308 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-03-08T17:39:19.922 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:19.931080 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2022-03-08T17:39:20.068 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:39:20.159 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:39:20.159 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 0/1 ContainerCreating 0 47s 2022-03-08T17:39:20.321 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:20.330613 I | op-k8sutil: CSI_PLUGIN_TOLERATIONS="" (default) 2022-03-08T17:39:20.522 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:20.530913 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:39:20.523 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:20.531108 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:39:20.728 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:20.737182 I | op-k8sutil: CSI_PLUGIN_NODE_AFFINITY="" (default) 2022-03-08T17:39:21.122 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:21.130808 I | op-k8sutil: CSI_RBD_PLUGIN_TOLERATIONS="" (default) 2022-03-08T17:39:21.522 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:21.530993 I | op-k8sutil: CSI_RBD_PLUGIN_NODE_AFFINITY="" (default) 2022-03-08T17:39:21.921 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:21.930715 I | op-k8sutil: CSI_RBD_PLUGIN_RESOURCE="" (default) 2022-03-08T17:39:22.326 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:22.335588 I | op-k8sutil: CSI_RBD_PROVISIONER_TOLERATIONS="" (default) 2022-03-08T17:39:22.837 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:22.846345 I | op-k8sutil: CSI_RBD_PROVISIONER_NODE_AFFINITY="" (default) 2022-03-08T17:39:22.922 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:22.931362 I | op-mon: targeting the mon count 1 2022-03-08T17:39:23.149 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:23.158375 I | op-k8sutil: CSI_RBD_PROVISIONER_RESOURCE="" (default) 2022-03-08T17:39:23.156 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:23.165340 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-03-08T17:39:23.156 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:23.165446 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:39:23.215 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:23.224848 I | ceph-csi: successfully started CSI Ceph RBD driver 2022-03-08T17:39:23.721 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:23.730941 I | op-mon: parsing mon endpoints: 2022-03-08T17:39:23.722 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:23.730967 W | op-mon: ignoring invalid monitor 2022-03-08T17:39:23.729 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:23.738929 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae... 2022-03-08T17:39:23.994 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:23.929805 I | op-k8sutil: CSI_CEPHFS_PLUGIN_TOLERATIONS="" (default) 2022-03-08T17:39:24.435 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:24.444904 I | op-k8sutil: CSI_CEPHFS_PLUGIN_NODE_AFFINITY="" (default) 2022-03-08T17:39:24.792 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:24.801566 I | op-k8sutil: CSI_CEPHFS_PLUGIN_RESOURCE="" (default) 2022-03-08T17:39:25.162 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:39:25.230 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:25.239823 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_TOLERATIONS="" (default) 2022-03-08T17:39:25.503 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:39:25.504 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 0/1 ContainerCreating 0 52s 2022-03-08T17:39:25.505 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:25.512061 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_NODE_AFFINITY="" (default) 2022-03-08T17:39:25.551 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:25.559936 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_RESOURCE="" (default) 2022-03-08T17:39:25.587 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:25.595884 I | ceph-csi: successfully started CSI CephFS driver 2022-03-08T17:39:26.637 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:26.646910 I | op-k8sutil: CSI_RBD_FSGROUPPOLICY="ReadWriteOnceWithFSType" (configmap) 2022-03-08T17:39:27.256 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:27.265913 I | ceph-csi: CSIDriver object created for driver "rook-ceph.rbd.csi.ceph.com" 2022-03-08T17:39:27.695 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:27.704952 I | op-k8sutil: CSI_CEPHFS_FSGROUPPOLICY="None" (configmap) 2022-03-08T17:39:27.736 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:27.746238 I | ceph-csi: CSIDriver object created for driver "rook-ceph.cephfs.csi.ceph.com" 2022-03-08T17:39:30.508 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:39:30.561 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:39:30.562 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 0/1 ContainerCreating 0 57s 2022-03-08T17:39:35.564 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:39:35.837 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:39:35.838 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 0/1 ContainerCreating 0 62s 2022-03-08T17:39:38.722 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:38.729934 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10961 quincy" 2022-03-08T17:39:38.722 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:38.729969 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T17:39:38.722 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:38.729987 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10961 quincy", pursuing 2022-03-08T17:39:39.192 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:39.197873 I | op-mon: parsing mon endpoints: 2022-03-08T17:39:39.192 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:39.197903 W | op-mon: ignoring invalid monitor 2022-03-08T17:39:39.199 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:39.203527 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:39:39.200 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:39.203757 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:39:39.309 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:39.318145 E | ceph-cluster-controller: failed to get ceph daemons versions, this typically happens during the first cluster initialization. failed to run 'ceph versions'. . unable to get monitor info from DNS SRV with service name: ceph-mon 2022-03-08T17:39:39.309 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T17:39:39.312+0000 7faaaa87b700 -1 failed for service _ceph-mon._tcp 2022-03-08T17:39:39.310 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T17:39:39.312+0000 7faaaa87b700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-03-08T17:39:39.310 INFO:tasks.rook.operator.smithi167.stdout:[errno 2] RADOS object not found (error connecting to the cluster): exit status 1 2022-03-08T17:39:39.310 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:39.318169 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10961 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae" 2022-03-08T17:39:39.832 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:39.841644 I | op-mon: start running mons 2022-03-08T17:39:39.847 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:39.856957 I | op-mon: parsing mon endpoints: 2022-03-08T17:39:39.847 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:39.856975 W | op-mon: ignoring invalid monitor 2022-03-08T17:39:39.909 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:39.918560 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":[]}] data: mapping:{"node":{}} maxMonId:-1] 2022-03-08T17:39:39.914 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:39.924679 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:39:39.918 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:39.924849 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:39:40.840 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:39:40.853 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:40.862628 I | op-mon: targeting the mon count 1 2022-03-08T17:39:40.858 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:40.868216 I | op-mon: sched-mon: created canary deployment rook-ceph-mon-a-canary 2022-03-08T17:39:42.050 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:39:42.050 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 0/1 ContainerCreating 0 69s 2022-03-08T17:39:42.053 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:42.063817 I | op-mon: sched-mon: waiting for canary pod creation rook-ceph-mon-a-canary 2022-03-08T17:39:47.053 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-03-08T17:39:47.197 INFO:teuthology.orchestra.run.smithi167.stdout:NAME READY STATUS RESTARTS AGE 2022-03-08T17:39:47.198 INFO:teuthology.orchestra.run.smithi167.stdout:rook-ceph-tools-7677f7f4b9-2rh5t 1/1 Running 0 74s 2022-03-08T17:39:47.202 INFO:tasks.rook:Waiting for mgr/rook orchestrator to be available 2022-03-08T17:39:47.202 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch status -f json 2022-03-08T17:39:47.222 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:47.230774 I | op-mon: sched-mon: canary monitor deployment rook-ceph-mon-a-canary scheduled to smithi167 2022-03-08T17:39:47.222 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:47.230798 I | op-mon: assignmon: mon a assigned to node smithi167 2022-03-08T17:39:47.248 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:47.258403 I | op-mon: cleaning up canary monitor deployment "rook-ceph-mon-a-canary" 2022-03-08T17:39:47.304 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:47.298970 I | op-mon: creating mon a 2022-03-08T17:39:47.579 INFO:teuthology.orchestra.run.smithi167.stderr:unable to get monitor info from DNS SRV with service name: ceph-mon 2022-03-08T17:39:47.579 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:39:47.584+0000 7fe378faf700 -1 failed for service _ceph-mon._tcp 2022-03-08T17:39:47.579 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:39:47.584+0000 7fe378faf700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-03-08T17:39:47.579 INFO:teuthology.orchestra.run.smithi167.stderr:[errno 2] RADOS object not found (error connecting to the cluster) 2022-03-08T17:39:47.581 INFO:teuthology.orchestra.run.smithi167.stderr:command terminated with exit code 1 2022-03-08T17:39:47.583 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-08T17:39:47.605 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:47.614608 I | op-mon: mon "a" endpoint is [v2:10.111.2.209:3300,v1:10.111.2.209:6789] 2022-03-08T17:39:48.104 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:48.112649 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-03-08T17:39:48.104 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:48.112790 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-03-08T17:39:48.109 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:48.114101 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.111.2.209:6789"]}] data:a=10.111.2.209:6789 mapping:{"node":{"a":{"Name":"smithi167","Hostname":"smithi167","Address":"172.21.15.167"}}} maxMonId:-1] 2022-03-08T17:39:48.333 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:48.342545 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:39:48.334 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:48.342810 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:39:48.421 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:48.431276 I | op-mon: 0 of 1 expected mons are ready. creating or updating deployments without checking quorum in attempt to achieve a healthy mon cluster 2022-03-08T17:39:48.571 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:48.581365 I | op-mon: updating maxMonID from -1 to 0 after committing mon "a" 2022-03-08T17:39:49.218 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:49.228242 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.111.2.209:6789"]}] data:a=10.111.2.209:6789 mapping:{"node":{"a":{"Name":"smithi167","Hostname":"smithi167","Address":"172.21.15.167"}}} maxMonId:0] 2022-03-08T17:39:49.222 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:49.229238 I | op-mon: waiting for mon quorum with [a] 2022-03-08T17:39:49.245 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:39:49.242762 I | op-mon: mons running: [a] 2022-03-08T17:39:57.585 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch status -f json 2022-03-08T17:39:58.101 INFO:teuthology.orchestra.run.smithi167.stderr:unable to get monitor info from DNS SRV with service name: ceph-mon 2022-03-08T17:39:58.101 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:39:58.108+0000 7f13856ae700 -1 failed for service _ceph-mon._tcp 2022-03-08T17:39:58.101 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:39:58.108+0000 7f13856ae700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-03-08T17:39:58.101 INFO:teuthology.orchestra.run.smithi167.stderr:[errno 2] RADOS object not found (error connecting to the cluster) 2022-03-08T17:39:58.102 INFO:teuthology.orchestra.run.smithi167.stderr:command terminated with exit code 1 2022-03-08T17:39:58.104 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-08T17:40:04.093 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:04.101888 I | op-mon: Monitors in quorum: [a] 2022-03-08T17:40:04.093 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:04.101918 I | op-mon: mons created: 1 2022-03-08T17:40:04.302 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:04.312897 I | op-mon: waiting for mon quorum with [a] 2022-03-08T17:40:04.309 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:04.319679 I | op-mon: mons running: [a] 2022-03-08T17:40:04.509 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:04.519997 I | op-mon: Monitors in quorum: [a] 2022-03-08T17:40:04.510 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:04.520034 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T17:40:04.831 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:04.841309 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T17:40:04.832 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:04.841343 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T17:40:05.100 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:05.110031 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T17:40:05.100 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:05.110078 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T17:40:05.374 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:05.384629 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T17:40:05.375 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:05.384666 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-08T17:40:05.652 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:05.662328 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-08T17:40:05.653 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:05.662365 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T17:40:05.986 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:05.995954 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T17:40:05.986 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:05.995998 I | op-config: deleting "log file" option from the mon configuration database 2022-03-08T17:40:06.214 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:06.223504 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-08T17:40:06.216 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:06.223558 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-08T17:40:06.501 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:06.511265 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-08T17:40:06.794 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:06.804055 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-08T17:40:07.130 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:07.139607 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-08T17:40:07.489 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:07.499243 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-08T17:40:07.489 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:07.499267 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-08T17:40:07.865 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:07.874939 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-08T17:40:08.106 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch status -f json 2022-03-08T17:40:08.121 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:08.131341 I | cephclient: successfully enabled msgr2 protocol 2022-03-08T17:40:08.121 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:08.131379 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-08T17:40:08.122 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:08.131392 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-08T17:40:08.393 INFO:teuthology.orchestra.run.smithi167.stderr:unable to get monitor info from DNS SRV with service name: ceph-mon 2022-03-08T17:40:08.393 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:40:08.400+0000 7f7d76931700 -1 failed for service _ceph-mon._tcp 2022-03-08T17:40:08.394 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:40:08.400+0000 7f7d76931700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-03-08T17:40:08.394 INFO:teuthology.orchestra.run.smithi167.stderr:[errno 2] RADOS object not found (error connecting to the cluster) 2022-03-08T17:40:08.396 INFO:teuthology.orchestra.run.smithi167.stderr:command terminated with exit code 1 2022-03-08T17:40:08.397 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-08T17:40:08.464 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:08.474292 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-08T17:40:08.479 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:08.489446 I | op-mgr: start running mgr 2022-03-08T17:40:08.479 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:08.489497 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-08T17:40:17.921 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:17.931504 I | op-k8sutil: finished waiting for updated deployment "rook-ceph-mgr-a" 2022-03-08T17:40:17.923 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:17.933378 I | op-mgr: setting services to point to mgr "a" 2022-03-08T17:40:17.982 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:17.992252 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-08T17:40:17.982 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:17.992278 W | op-osd: useAllNodes is set to false and no nodes, storageClassDevicesets or volumeSources are specified, no OSD pods are going to be created 2022-03-08T17:40:17.982 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:17.992288 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-08T17:40:18.038 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.045996 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-08T17:40:18.042 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.052065 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2022-03-08T17:40:18.042 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.052292 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-08T17:40:18.043 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.052300 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-08T17:40:18.391 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.401539 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-08T17:40:18.391 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.401569 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:40:18.400 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch status -f json 2022-03-08T17:40:18.474 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.410176 W | cephclient: failed to enable mgr module "rook". trying again... 2022-03-08T17:40:18.474 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.421923 I | op-mgr: successful modules: prometheus 2022-03-08T17:40:18.539 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.549338 I | ceph-cluster-controller: enabling ceph mon monitoring goroutine for cluster "rook-ceph" 2022-03-08T17:40:18.540 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.549359 I | ceph-cluster-controller: enabling ceph osd monitoring goroutine for cluster "rook-ceph" 2022-03-08T17:40:18.540 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.549371 I | ceph-cluster-controller: enabling ceph status monitoring goroutine for cluster "rook-ceph" 2022-03-08T17:40:18.787 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.797830 I | op-k8sutil: ROOK_OBC_WATCH_OPERATOR_NAMESPACE="true" (configmap) 2022-03-08T17:40:18.788 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.797888 I | op-bucket-prov: ceph bucket provisioner launched watching for provisioner "rook-ceph.ceph.rook.io/bucket" 2022-03-08T17:40:18.790 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.800722 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Normal:ReconcileSucceeded:successfully configured CephCluster "rook-ceph/rook-ceph" 2022-03-08T17:40:18.790 INFO:tasks.rook.operator.smithi167.stdout:I0308 17:40:18.800865 8 manager.go:118] objectbucket.io/provisioner-manager "msg"="starting provisioner" "name"="rook-ceph.ceph.rook.io/bucket" 2022-03-08T17:40:18.791 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.801091 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:40:18.821 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:18.831601 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:40:18.997 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:19.007651 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae... 2022-03-08T17:40:19.222 INFO:teuthology.orchestra.run.smithi167.stderr:unable to get monitor info from DNS SRV with service name: ceph-mon 2022-03-08T17:40:19.223 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:40:19.228+0000 7f32b4d7c700 -1 failed for service _ceph-mon._tcp 2022-03-08T17:40:19.223 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:40:19.228+0000 7f32b4d7c700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-03-08T17:40:19.223 INFO:teuthology.orchestra.run.smithi167.stderr:[errno 2] RADOS object not found (error connecting to the cluster) 2022-03-08T17:40:19.225 INFO:teuthology.orchestra.run.smithi167.stderr:command terminated with exit code 1 2022-03-08T17:40:19.226 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-08T17:40:19.257 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:19.267834 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 17:40:19.137214934 +0000 UTC m=+118.686670194 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T17:40:19.258 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:19.268042 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-08T17:40:19.526 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:19.537147 I | op-mgr: successful modules: dashboard 2022-03-08T17:40:23.623 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:23.634169 W | cephclient: failed to enable mgr module "rook". trying again... 2022-03-08T17:40:24.550 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:24.560529 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-08T17:40:25.975 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:25.984305 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10961 quincy" 2022-03-08T17:40:25.975 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:25.984327 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T17:40:25.976 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:25.984338 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10961 quincy", pursuing 2022-03-08T17:40:25.979 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:25.990114 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:40:26.139 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:26.150094 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:40:26.140 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:26.150287 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:40:26.355 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:26.365852 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10961 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae" 2022-03-08T17:40:26.411 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:26.421595 I | op-mon: start running mons 2022-03-08T17:40:26.442 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:26.453012 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:40:26.553 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:26.562257 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.111.2.209:6789"]}] data:a=10.111.2.209:6789 mapping:{"node":{"a":{"Name":"smithi167","Hostname":"smithi167","Address":"172.21.15.167"}}} maxMonId:0] 2022-03-08T17:40:26.605 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:26.614310 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:40:26.605 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:26.614433 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:40:27.591 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:27.602145 I | op-mon: targeting the mon count 1 2022-03-08T17:40:27.594 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:27.605312 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T17:40:27.810 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:27.820752 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T17:40:27.811 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:27.820782 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T17:40:28.040 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:28.050269 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T17:40:28.041 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:28.050302 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T17:40:28.269 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:28.279058 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T17:40:28.269 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:28.279081 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-08T17:40:28.480 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:28.491069 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-08T17:40:28.481 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:28.491097 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T17:40:28.703 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:28.713763 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T17:40:28.704 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:28.713796 I | op-config: deleting "log file" option from the mon configuration database 2022-03-08T17:40:28.922 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:28.933094 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-08T17:40:28.923 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:28.933130 I | op-mon: checking for basic quorum with existing mons 2022-03-08T17:40:29.035 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:29.046219 I | op-mon: mon "a" endpoint is [v2:10.111.2.209:3300,v1:10.111.2.209:6789] 2022-03-08T17:40:29.050 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:29.060316 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.111.2.209:6789"]}] data:a=10.111.2.209:6789 mapping:{"node":{"a":{"Name":"smithi167","Hostname":"smithi167","Address":"172.21.15.167"}}} maxMonId:0] 2022-03-08T17:40:29.227 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch status -f json 2022-03-08T17:40:29.560 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:29.571135 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-08T17:40:29.591 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:29.601469 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:40:29.591 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:29.601689 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:40:29.622 INFO:teuthology.orchestra.run.smithi167.stderr:unable to get monitor info from DNS SRV with service name: ceph-mon 2022-03-08T17:40:29.623 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:40:29.628+0000 7fd089d4b700 -1 failed for service _ceph-mon._tcp 2022-03-08T17:40:29.623 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:40:29.628+0000 7fd089d4b700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-03-08T17:40:29.623 INFO:teuthology.orchestra.run.smithi167.stderr:[errno 2] RADOS object not found (error connecting to the cluster) 2022-03-08T17:40:29.626 INFO:teuthology.orchestra.run.smithi167.stderr:command terminated with exit code 1 2022-03-08T17:40:29.629 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-08T17:40:29.857 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:29.867795 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-08T17:40:30.001 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:30.012072 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-08T17:40:30.009 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:30.020286 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-08T17:40:30.010 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:30.020312 I | op-mon: waiting for mon quorum with [a] 2022-03-08T17:40:30.194 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:30.204278 I | op-mon: mons running: [a] 2022-03-08T17:40:30.415 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:30.425794 I | op-mon: Monitors in quorum: [a] 2022-03-08T17:40:30.415 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:30.425824 I | op-mon: mons created: 1 2022-03-08T17:40:30.727 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:30.737506 I | op-mon: waiting for mon quorum with [a] 2022-03-08T17:40:30.735 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:30.743136 I | op-mon: mons running: [a] 2022-03-08T17:40:30.949 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:30.959769 I | op-mon: Monitors in quorum: [a] 2022-03-08T17:40:30.949 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:30.959826 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-08T17:40:31.055 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:31.063278 I | cephclient: command failed for set rook backend. trying again... 2022-03-08T17:40:31.180 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:31.190638 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-08T17:40:31.407 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:31.418352 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-08T17:40:31.656 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:31.667025 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-08T17:40:31.991 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:32.001641 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-08T17:40:31.991 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:32.001673 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-08T17:40:32.421 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:32.431695 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-08T17:40:32.646 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:32.656023 I | cephclient: successfully enabled msgr2 protocol 2022-03-08T17:40:32.647 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:32.656048 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-08T17:40:32.647 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:32.656052 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-08T17:40:32.872 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:32.882711 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-08T17:40:32.924 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:32.935319 I | op-mgr: start running mgr 2022-03-08T17:40:32.925 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:32.935366 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-08T17:40:33.467 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:33.477755 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-08T17:40:33.484 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:33.494571 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-08T17:40:33.487 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:33.498068 I | op-mgr: setting services to point to mgr "a" 2022-03-08T17:40:34.201 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:34.212113 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-08T17:40:34.202 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:34.212141 W | op-osd: useAllNodes is set to false and no nodes, storageClassDevicesets or volumeSources are specified, no OSD pods are going to be created 2022-03-08T17:40:34.203 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:34.212151 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-08T17:40:34.279 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:34.290175 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-08T17:40:34.388 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:34.399209 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2022-03-08T17:40:34.389 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:34.399234 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-08T17:40:34.389 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:34.399240 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-08T17:40:34.946 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:34.957486 I | op-mgr: successful modules: dashboard 2022-03-08T17:40:34.948 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:34.958533 I | op-mgr: successful modules: prometheus 2022-03-08T17:40:34.965 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:34.974844 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-08T17:40:35.057 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:35.067781 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-08T17:40:35.057 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:35.067801 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:40:35.155 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:35.166547 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-08T17:40:35.329 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:35.339199 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-03-08T17:40:36.338 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:36.348934 I | cephclient: command failed for set rook backend. trying again... 2022-03-08T17:40:36.345 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:36.355960 I | cephclient: command failed for set rook backend. trying again... 2022-03-08T17:40:39.631 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch status -f json 2022-03-08T17:40:39.944 INFO:teuthology.orchestra.run.smithi167.stderr:unable to get monitor info from DNS SRV with service name: ceph-mon 2022-03-08T17:40:39.944 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:40:39.948+0000 7fa613fff700 -1 failed for service _ceph-mon._tcp 2022-03-08T17:40:39.945 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:40:39.948+0000 7fa613fff700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-03-08T17:40:39.945 INFO:teuthology.orchestra.run.smithi167.stderr:[errno 2] RADOS object not found (error connecting to the cluster) 2022-03-08T17:40:39.947 INFO:teuthology.orchestra.run.smithi167.stderr:command terminated with exit code 1 2022-03-08T17:40:39.950 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-08T17:40:40.596 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:40.607745 I | op-mgr: successful modules: balancer 2022-03-08T17:40:40.680 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:40.691632 I | op-mgr: successful modules: balancer 2022-03-08T17:40:41.779 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:41.790276 I | cephclient: action set rook backend succeeded on attempt 1 2022-03-08T17:40:41.779 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:41.790304 I | op-mgr: successful modules: orchestrator modules 2022-03-08T17:40:41.783 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:41.794192 I | cephclient: action set rook backend succeeded on attempt 2 2022-03-08T17:40:41.783 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:40:41.794209 I | op-mgr: successful modules: orchestrator modules 2022-03-08T17:40:49.953 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch status -f json 2022-03-08T17:40:50.250 INFO:teuthology.orchestra.run.smithi167.stderr:unable to get monitor info from DNS SRV with service name: ceph-mon 2022-03-08T17:40:50.250 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:40:50.256+0000 7f55ade7f700 -1 failed for service _ceph-mon._tcp 2022-03-08T17:40:50.250 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:40:50.256+0000 7f55ade7f700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-03-08T17:40:50.251 INFO:teuthology.orchestra.run.smithi167.stderr:[errno 2] RADOS object not found (error connecting to the cluster) 2022-03-08T17:40:50.254 INFO:teuthology.orchestra.run.smithi167.stderr:command terminated with exit code 1 2022-03-08T17:40:50.256 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-08T17:41:00.258 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch status -f json 2022-03-08T17:41:00.566 INFO:teuthology.orchestra.run.smithi167.stderr:unable to get monitor info from DNS SRV with service name: ceph-mon 2022-03-08T17:41:00.566 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:41:00.572+0000 7f40da8d2700 -1 failed for service _ceph-mon._tcp 2022-03-08T17:41:00.567 INFO:teuthology.orchestra.run.smithi167.stderr:2022-03-08T17:41:00.572+0000 7f40da8d2700 -1 monclient: get_monmap_and_config cannot identify monitors to contact 2022-03-08T17:41:00.567 INFO:teuthology.orchestra.run.smithi167.stderr:[errno 2] RADOS object not found (error connecting to the cluster) 2022-03-08T17:41:00.569 INFO:teuthology.orchestra.run.smithi167.stderr:command terminated with exit code 1 2022-03-08T17:41:00.571 DEBUG:teuthology.orchestra.run:got remote process result: 1 2022-03-08T17:41:10.573 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch status -f json 2022-03-08T17:41:11.107 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:41:11.108 INFO:teuthology.orchestra.run.smithi167.stdout:{"available": true, "backend": "rook"} 2022-03-08T17:41:11.128 INFO:tasks.rook: mgr/rook orchestrator is active 2022-03-08T17:41:11.128 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph config set mgr mgr/rook/storage_class scratch 2022-03-08T17:41:11.722 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch apply osd --all-available-devices 2022-03-08T17:41:12.378 INFO:teuthology.orchestra.run.smithi167.stdout:['Success'] 2022-03-08T17:41:12.380 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:12.389079 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-08T17:41:12.380 INFO:tasks.rook.operator.smithi167.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", AllowUnsupported: true}, 2022-03-08T17:41:12.381 INFO:tasks.rook.operator.smithi167.stdout:   Storage: v1.StorageScopeSpec{ 2022-03-08T17:41:12.381 INFO:tasks.rook.operator.smithi167.stdout:   ... // 3 identical fields 2022-03-08T17:41:12.382 INFO:tasks.rook.operator.smithi167.stdout:   Config: nil, 2022-03-08T17:41:12.382 INFO:tasks.rook.operator.smithi167.stdout:   Selection: {}, 2022-03-08T17:41:12.382 INFO:tasks.rook.operator.smithi167.stdout:-  StorageClassDeviceSets: nil, 2022-03-08T17:41:12.383 INFO:tasks.rook.operator.smithi167.stdout:+  StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-03-08T17:41:12.383 INFO:tasks.rook.operator.smithi167.stdout:+  { 2022-03-08T17:41:12.383 INFO:tasks.rook.operator.smithi167.stdout:+  Name: "smithi167-lv-1", 2022-03-08T17:41:12.383 INFO:tasks.rook.operator.smithi167.stdout:+  Count: 1, 2022-03-08T17:41:12.384 INFO:tasks.rook.operator.smithi167.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-08T17:41:12.384 INFO:tasks.rook.operator.smithi167.stdout:+  }, 2022-03-08T17:41:12.384 INFO:tasks.rook.operator.smithi167.stdout:+  { 2022-03-08T17:41:12.384 INFO:tasks.rook.operator.smithi167.stdout:+  Name: "smithi167-lv-2", 2022-03-08T17:41:12.384 INFO:tasks.rook.operator.smithi167.stdout:+  Count: 1, 2022-03-08T17:41:12.385 INFO:tasks.rook.operator.smithi167.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-08T17:41:12.385 INFO:tasks.rook.operator.smithi167.stdout:+  }, 2022-03-08T17:41:12.385 INFO:tasks.rook.operator.smithi167.stdout:+  { 2022-03-08T17:41:12.386 INFO:tasks.rook.operator.smithi167.stdout:+  Name: "smithi167-lv-3", 2022-03-08T17:41:12.386 INFO:tasks.rook.operator.smithi167.stdout:+  Count: 1, 2022-03-08T17:41:12.386 INFO:tasks.rook.operator.smithi167.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-08T17:41:12.387 INFO:tasks.rook.operator.smithi167.stdout:+  }, 2022-03-08T17:41:12.387 INFO:tasks.rook.operator.smithi167.stdout:+  { 2022-03-08T17:41:12.387 INFO:tasks.rook.operator.smithi167.stdout:+  Name: "smithi167-lv-4", 2022-03-08T17:41:12.387 INFO:tasks.rook.operator.smithi167.stdout:+  Count: 1, 2022-03-08T17:41:12.388 INFO:tasks.rook.operator.smithi167.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-03-08T17:41:12.388 INFO:tasks.rook.operator.smithi167.stdout:+  }, 2022-03-08T17:41:12.388 INFO:tasks.rook.operator.smithi167.stdout:+  }, 2022-03-08T17:41:12.389 INFO:tasks.rook.operator.smithi167.stdout:   }, 2022-03-08T17:41:12.389 INFO:tasks.rook.operator.smithi167.stdout:   Annotations: nil, 2022-03-08T17:41:12.389 INFO:tasks.rook.operator.smithi167.stdout:   Labels: nil, 2022-03-08T17:41:12.389 INFO:tasks.rook.operator.smithi167.stdout:   ... // 20 identical fields 2022-03-08T17:41:12.389 INFO:tasks.rook.operator.smithi167.stdout:  } 2022-03-08T17:41:12.390 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:12.389232 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:41:12.398 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:12.410562 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:41:12.400 INFO:tasks.rook:Waiting for 4 OSDs 2022-03-08T17:41:12.400 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd stat -f json 2022-03-08T17:41:12.411 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:12.423148 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae... 2022-03-08T17:41:13.043 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:41:13.064 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-03-08T17:41:13.065 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T17:41:18.502 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:18.512903 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10961 quincy" 2022-03-08T17:41:18.502 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:18.512945 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T17:41:18.502 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:18.512968 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10961 quincy", pursuing 2022-03-08T17:41:18.780 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:18.790490 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:41:18.860 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:18.872500 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:41:18.864 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:18.872729 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:41:19.282 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:19.294107 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10961 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae" 2022-03-08T17:41:19.401 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:19.413300 I | op-mon: start running mons 2022-03-08T17:41:19.461 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:19.473145 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:41:19.502 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:19.513496 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.111.2.209:6789"]}] data:a=10.111.2.209:6789 mapping:{"node":{"a":{"Name":"smithi167","Hostname":"smithi167","Address":"172.21.15.167"}}} maxMonId:0] 2022-03-08T17:41:19.507 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:19.519215 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:41:19.508 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:19.519323 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:41:20.548 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:20.559843 I | op-mon: targeting the mon count 1 2022-03-08T17:41:20.563 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:20.574847 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-03-08T17:41:21.564 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:21.575513 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:41:21.572 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:21.583979 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:41:21.587 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:21.599262 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae... 2022-03-08T17:41:23.066 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd stat -f json 2022-03-08T17:41:23.561 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:41:23.579 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-03-08T17:41:23.579 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T17:41:27.151 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:27.163218 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10961 quincy" 2022-03-08T17:41:27.151 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:27.163238 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T17:41:27.152 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:27.163245 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10961 quincy", pursuing 2022-03-08T17:41:27.232 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:27.238344 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:41:27.523 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:27.526998 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:41:27.523 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:27.530899 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:41:27.909 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:27.921280 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10961 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae" 2022-03-08T17:41:28.068 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:28.079860 I | op-mon: start running mons 2022-03-08T17:41:28.137 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:28.148820 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:41:28.198 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:28.209081 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.111.2.209:6789"]}] data:a=10.111.2.209:6789 mapping:{"node":{"a":{"Name":"smithi167","Hostname":"smithi167","Address":"172.21.15.167"}}} maxMonId:0] 2022-03-08T17:41:28.203 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:28.215773 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:41:28.204 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:28.215957 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:41:29.080 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:29.092051 I | op-mon: targeting the mon count 1 2022-03-08T17:41:29.084 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:29.096171 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T17:41:29.417 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:29.429471 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T17:41:29.418 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:29.429502 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T17:41:29.754 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:29.765913 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T17:41:29.754 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:29.765945 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T17:41:30.102 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:30.113773 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T17:41:30.102 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:30.113805 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-08T17:41:30.451 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:30.463440 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-08T17:41:30.452 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:30.463485 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T17:41:30.790 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:30.801265 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T17:41:30.791 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:30.801308 I | op-config: deleting "log file" option from the mon configuration database 2022-03-08T17:41:31.138 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:31.150603 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-08T17:41:31.139 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:31.150622 I | op-mon: checking for basic quorum with existing mons 2022-03-08T17:41:31.295 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:31.306348 I | op-mon: mon "a" endpoint is [v2:10.111.2.209:3300,v1:10.111.2.209:6789] 2022-03-08T17:41:31.329 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:31.341083 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.111.2.209:6789"]}] data:a=10.111.2.209:6789 mapping:{"node":{"a":{"Name":"smithi167","Hostname":"smithi167","Address":"172.21.15.167"}}} maxMonId:0] 2022-03-08T17:41:31.336 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:31.348650 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:41:31.337 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:31.348822 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:41:31.555 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:31.566650 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-08T17:41:31.564 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:31.575884 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-08T17:41:31.564 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:31.575912 I | op-mon: waiting for mon quorum with [a] 2022-03-08T17:41:31.747 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:31.758791 I | op-mon: mons running: [a] 2022-03-08T17:41:32.155 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:32.167708 I | op-mon: Monitors in quorum: [a] 2022-03-08T17:41:32.156 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:32.167736 I | op-mon: mons created: 1 2022-03-08T17:41:32.580 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:32.592493 I | op-mon: waiting for mon quorum with [a] 2022-03-08T17:41:32.587 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:32.598983 I | op-mon: mons running: [a] 2022-03-08T17:41:32.990 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:33.002563 I | op-mon: Monitors in quorum: [a] 2022-03-08T17:41:32.991 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:33.002600 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-08T17:41:33.401 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:33.413160 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-08T17:41:33.580 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd stat -f json 2022-03-08T17:41:33.837 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:33.849645 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-08T17:41:34.051 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:41:34.071 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-03-08T17:41:34.071 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T17:41:34.265 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:34.277293 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-08T17:41:34.703 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:34.715164 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-08T17:41:34.703 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:34.715186 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-08T17:41:35.130 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:35.141957 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-08T17:41:35.536 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:35.547798 I | cephclient: successfully enabled msgr2 protocol 2022-03-08T17:41:35.536 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:35.547835 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-08T17:41:35.536 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:35.547844 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-08T17:41:35.935 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:35.947777 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-08T17:41:35.968 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:35.979833 I | op-mgr: start running mgr 2022-03-08T17:41:35.968 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:35.979868 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-08T17:41:36.413 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:36.425786 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-08T17:41:36.420 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:36.432285 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-08T17:41:36.448 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:36.460291 I | op-mgr: setting services to point to mgr "a" 2022-03-08T17:41:36.537 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:36.548996 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-08T17:41:36.538 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:36.549032 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-08T17:41:36.558 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:36.570156 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-08T17:41:36.685 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:36.697681 I | op-osd: creating 1 new PVCs for device set "smithi167-lv-1" 2022-03-08T17:41:36.890 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:36.902001 I | op-osd: successfully provisioned PVC "smithi167-lv-1-data-054n7q" 2022-03-08T17:41:36.890 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:36.902032 I | op-osd: creating 1 new PVCs for device set "smithi167-lv-2" 2022-03-08T17:41:37.090 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:37.101842 I | op-osd: successfully provisioned PVC "smithi167-lv-2-data-0mczcg" 2022-03-08T17:41:37.090 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:37.102042 I | op-osd: creating 1 new PVCs for device set "smithi167-lv-3" 2022-03-08T17:41:37.289 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:37.300820 I | op-osd: successfully provisioned PVC "smithi167-lv-3-data-0v78gc" 2022-03-08T17:41:37.289 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:37.301124 I | op-osd: creating 1 new PVCs for device set "smithi167-lv-4" 2022-03-08T17:41:37.489 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:37.500636 I | op-osd: successfully provisioned PVC "smithi167-lv-4-data-0r7wdq" 2022-03-08T17:41:37.524 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:37.531315 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-1-data-054n7q" 2022-03-08T17:41:37.824 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:37.836069 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-08T17:41:37.831 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:37.843291 I | op-mgr: successful modules: prometheus 2022-03-08T17:41:37.831 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:37.843318 I | op-mgr: successful modules: dashboard 2022-03-08T17:41:37.986 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:37.997800 I | op-osd: started OSD provisioning job for PVC "smithi167-lv-1-data-054n7q" 2022-03-08T17:41:37.988 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:37.998306 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-2-data-0mczcg" 2022-03-08T17:41:38.298 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:38.309995 I | op-osd: started OSD provisioning job for PVC "smithi167-lv-2-data-0mczcg" 2022-03-08T17:41:38.298 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:38.310015 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-3-data-0v78gc" 2022-03-08T17:41:38.339 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:38.351160 I | op-mgr: successful modules: balancer 2022-03-08T17:41:38.709 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:38.721030 I | op-osd: started OSD provisioning job for PVC "smithi167-lv-3-data-0v78gc" 2022-03-08T17:41:38.709 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:38.721064 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-4-data-0r7wdq" 2022-03-08T17:41:39.099 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:39.111105 I | op-osd: started OSD provisioning job for PVC "smithi167-lv-4-data-0r7wdq" 2022-03-08T17:41:39.099 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:39.111134 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-08T17:41:39.100 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:39.111140 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-08T17:41:39.298 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:39.310277 I | op-osd: OSD orchestration status for PVC smithi167-lv-1-data-054n7q is "starting" 2022-03-08T17:41:39.298 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:39.310307 I | op-osd: OSD orchestration status for PVC smithi167-lv-2-data-0mczcg is "starting" 2022-03-08T17:41:39.299 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:39.310323 I | op-osd: OSD orchestration status for PVC smithi167-lv-3-data-0v78gc is "starting" 2022-03-08T17:41:39.299 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:39.310327 I | op-osd: OSD orchestration status for PVC smithi167-lv-4-data-0r7wdq is "starting" 2022-03-08T17:41:39.486 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:39.498803 I | op-mgr: successful modules: orchestrator modules 2022-03-08T17:41:44.073 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd stat -f json 2022-03-08T17:41:44.678 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:41:44.697 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":6,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-03-08T17:41:44.697 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T17:41:48.370 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:48.382572 I | op-osd: OSD orchestration status for node smithi167-lv-4-data-0r7wdq is "orchestrating" 2022-03-08T17:41:48.830 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:48.842346 I | op-osd: OSD orchestration status for PVC smithi167-lv-4-data-0r7wdq is "orchestrating" 2022-03-08T17:41:54.699 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd stat -f json 2022-03-08T17:41:55.451 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:41:55.472 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":7,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1646761310,"num_remapped_pgs":0} 2022-03-08T17:41:55.473 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T17:41:55.932 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:55.944335 I | op-osd: OSD orchestration status for PVC smithi167-lv-4-data-0r7wdq is "completed" 2022-03-08T17:41:55.932 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:55.944361 I | op-osd: creating OSD 0 on PVC "smithi167-lv-4-data-0r7wdq" 2022-03-08T17:41:55.932 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:41:55.944371 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-4-data-0r7wdq" 2022-03-08T17:42:04.853 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:04.866035 I | op-osd: OSD orchestration status for node smithi167-lv-3-data-0v78gc is "orchestrating" 2022-03-08T17:42:05.454 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:05.387027 I | op-osd: OSD orchestration status for node smithi167-lv-2-data-0mczcg is "orchestrating" 2022-03-08T17:42:05.456 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:05.465129 I | op-osd: OSD orchestration status for PVC smithi167-lv-3-data-0v78gc is "orchestrating" 2022-03-08T17:42:05.474 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd stat -f json 2022-03-08T17:42:06.173 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:06.185819 I | op-osd: OSD orchestration status for PVC smithi167-lv-2-data-0mczcg is "orchestrating" 2022-03-08T17:42:06.253 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:42:06.271 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":7,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1646761310,"num_remapped_pgs":0} 2022-03-08T17:42:06.271 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T17:42:06.782 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:06.795203 I | op-osd: OSD orchestration status for node smithi167-lv-1-data-054n7q is "orchestrating" 2022-03-08T17:42:07.262 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:07.213005 I | op-osd: OSD orchestration status for PVC smithi167-lv-1-data-054n7q is "orchestrating" 2022-03-08T17:42:12.513 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:12.526218 I | op-osd: OSD orchestration status for PVC smithi167-lv-3-data-0v78gc is "completed" 2022-03-08T17:42:12.599 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:12.526247 I | op-osd: creating OSD 1 on PVC "smithi167-lv-3-data-0v78gc" 2022-03-08T17:42:12.599 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:12.526259 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-3-data-0v78gc" 2022-03-08T17:42:13.710 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:13.721036 I | op-osd: OSD orchestration status for PVC smithi167-lv-2-data-0mczcg is "completed" 2022-03-08T17:42:13.712 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:13.724218 I | op-osd: creating OSD 2 on PVC "smithi167-lv-2-data-0mczcg" 2022-03-08T17:42:13.712 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:13.724330 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-2-data-0mczcg" 2022-03-08T17:42:15.218 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:15.230729 I | op-osd: OSD orchestration status for PVC smithi167-lv-1-data-054n7q is "completed" 2022-03-08T17:42:15.218 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:15.230759 I | op-osd: creating OSD 3 on PVC "smithi167-lv-1-data-054n7q" 2022-03-08T17:42:15.218 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:15.230769 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-1-data-054n7q" 2022-03-08T17:42:16.273 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd stat -f json 2022-03-08T17:42:18.326 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:42:18.350 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":10,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1646761328,"num_remapped_pgs":0} 2022-03-08T17:42:18.350 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T17:42:19.179 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:19.191923 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-08T17:42:19.179 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:42:19.191950 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:42:28.352 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd stat -f json 2022-03-08T17:42:29.139 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:42:29.156 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":10,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1646761328,"num_remapped_pgs":0} 2022-03-08T17:42:29.156 INFO:tasks.rook: have 0/4 OSDs 2022-03-08T17:42:39.157 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd stat -f json 2022-03-08T17:42:39.990 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:42:40.011 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":14,"num_osds":4,"num_up_osds":1,"osd_up_since":1646761355,"num_in_osds":4,"osd_in_since":1646761328,"num_remapped_pgs":0} 2022-03-08T17:42:40.011 INFO:tasks.rook: have 1/4 OSDs 2022-03-08T17:42:50.012 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd stat -f json 2022-03-08T17:42:50.856 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:42:50.877 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":19,"num_osds":4,"num_up_osds":3,"osd_up_since":1646761370,"num_in_osds":4,"osd_in_since":1646761328,"num_remapped_pgs":0} 2022-03-08T17:42:50.877 INFO:tasks.rook: have 3/4 OSDs 2022-03-08T17:43:00.879 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd stat -f json 2022-03-08T17:43:01.391 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:43:01.413 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":23,"num_osds":4,"num_up_osds":4,"osd_up_since":1646761373,"num_in_osds":4,"osd_in_since":1646761328,"num_remapped_pgs":0} 2022-03-08T17:43:01.414 INFO:tasks.rook:Distributing ceph config and client.admin keyring 2022-03-08T17:43:01.414 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- cat /etc/ceph/ceph.conf 2022-03-08T17:43:01.545 INFO:teuthology.orchestra.run.smithi167.stdout:[global] 2022-03-08T17:43:01.546 INFO:teuthology.orchestra.run.smithi167.stdout:mon_host = 10.111.2.209:6789 2022-03-08T17:43:01.546 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:43:01.546 INFO:teuthology.orchestra.run.smithi167.stdout:[client.admin] 2022-03-08T17:43:01.546 INFO:teuthology.orchestra.run.smithi167.stdout:keyring = /etc/ceph/keyring 2022-03-08T17:43:01.548 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- cat /etc/ceph/keyring 2022-03-08T17:43:01.767 INFO:teuthology.orchestra.run.smithi167.stdout:[client.admin] 2022-03-08T17:43:01.768 INFO:teuthology.orchestra.run.smithi167.stdout:key = AQDFlCdic5DfGhAAkABekep0sbj9Cj9g/weg1Q== 2022-03-08T17:43:01.772 DEBUG:teuthology.orchestra.run.smithi167:> sudo mkdir -p /etc/ceph 2022-03-08T17:43:01.785 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:43:01.786 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/ceph/ceph.conf 2022-03-08T17:43:01.800 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:43:01.800 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/ceph/keyring 2022-03-08T17:43:01.815 INFO:tasks.rook:Setting up client nodes... 2022-03-08T17:43:01.816 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph auth get-or-create client.a mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2022-03-08T17:43:02.533 INFO:teuthology.orchestra.run.smithi167.stdout:[client.a] 2022-03-08T17:43:02.534 INFO:teuthology.orchestra.run.smithi167.stdout: key = AQCmlSdi4y4wHRAADJ7MTZMhlq5TD7L4sG5vYA== 2022-03-08T17:43:02.554 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:43:02.555 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/ceph/ceph.client.a.keyring 2022-03-08T17:43:02.555 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod 0644 /etc/ceph/ceph.client.a.keyring 2022-03-08T17:43:02.577 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd dump --format=json 2022-03-08T17:43:03.081 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:43:03.082 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":23,"fsid":"d8d52869-fc2d-459b-8fe2-88d95c0fae43","created":"2022-03-08T17:40:03.162355+0000","modified":"2022-03-08T17:42:54.825856+0000","last_up_change":"2022-03-08T17:42:53.456044+0000","last_in_change":"2022-03-08T17:42:08.827987+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":9,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":4,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2022-03-08T17:42:50.851111+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"on","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"f9d61e3c-b5f7-4d4c-a28b-845120c0d793","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.48.22:6800","nonce":837156575},{"type":"v1","addr":"10.253.48.22:6801","nonce":837156575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.22:6802","nonce":837156575},{"type":"v1","addr":"10.253.48.22:6803","nonce":837156575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.22:6806","nonce":837156575},{"type":"v1","addr":"10.253.48.22:6807","nonce":837156575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.22:6804","nonce":837156575},{"type":"v1","addr":"10.253.48.22:6805","nonce":837156575}]},"public_addr":"10.253.48.22:6801/837156575","cluster_addr":"10.253.48.22:6803/837156575","heartbeat_back_addr":"10.253.48.22:6807/837156575","heartbeat_front_addr":"10.253.48.22:6805/837156575","state":["exists","up"]},{"osd":1,"uuid":"66fe8dad-db23-4ae5-8ad9-e238afa7c8cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.24:6800","nonce":567064198},{"type":"v1","addr":"10.253.48.24:6801","nonce":567064198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.24:6802","nonce":567064198},{"type":"v1","addr":"10.253.48.24:6803","nonce":567064198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.24:6806","nonce":567064198},{"type":"v1","addr":"10.253.48.24:6807","nonce":567064198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.24:6804","nonce":567064198},{"type":"v1","addr":"10.253.48.24:6805","nonce":567064198}]},"public_addr":"10.253.48.24:6801/567064198","cluster_addr":"10.253.48.24:6803/567064198","heartbeat_back_addr":"10.253.48.24:6807/567064198","heartbeat_front_addr":"10.253.48.24:6805/567064198","state":["exists","up"]},{"osd":2,"uuid":"270c8cf3-6b9c-466e-9187-08a81ce754cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.25:6800","nonce":625858456},{"type":"v1","addr":"10.253.48.25:6801","nonce":625858456}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.25:6802","nonce":625858456},{"type":"v1","addr":"10.253.48.25:6803","nonce":625858456}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.25:6806","nonce":625858456},{"type":"v1","addr":"10.253.48.25:6807","nonce":625858456}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.25:6804","nonce":625858456},{"type":"v1","addr":"10.253.48.25:6805","nonce":625858456}]},"public_addr":"10.253.48.25:6801/625858456","cluster_addr":"10.253.48.25:6803/625858456","heartbeat_back_addr":"10.253.48.25:6807/625858456","heartbeat_front_addr":"10.253.48.25:6805/625858456","state":["exists","up"]},{"osd":3,"uuid":"0db98eb9-8957-4dea-9d4e-847b8a325381","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.26:6800","nonce":2064657326},{"type":"v1","addr":"10.253.48.26:6801","nonce":2064657326}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.26:6802","nonce":2064657326},{"type":"v1","addr":"10.253.48.26:6803","nonce":2064657326}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.26:6806","nonce":2064657326},{"type":"v1","addr":"10.253.48.26:6807","nonce":2064657326}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.26:6804","nonce":2064657326},{"type":"v1","addr":"10.253.48.26:6805","nonce":2064657326}]},"public_addr":"10.253.48.26:6801/2064657326","cluster_addr":"10.253.48.26:6803/2064657326","heartbeat_back_addr":"10.253.48.26:6807/2064657326","heartbeat_front_addr":"10.253.48.26:6805/2064657326","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-03-08T17:42:32.652908+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-03-08T17:42:46.531996+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-03-08T17:42:48.596308+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-03-08T17:42:51.895137+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"k":"2","m":"2","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2022-03-08T17:43:03.099 INFO:tasks.rook.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2022-03-08T17:42:50.851111+0000', 'flags': 1, 'flags_names': 'hashpspool', 'type': 1, 'size': 3, 'min_size': 2, 'crush_rule': 0, 'peering_crush_bucket_count': 0, 'peering_crush_bucket_target': 0, 'peering_crush_bucket_barrier': 0, 'peering_crush_bucket_mandatory_member': 2147483647, 'object_hash': 2, 'pg_autoscale_mode': 'on', 'pg_num': 1, 'pg_placement_num': 1, 'pg_placement_num_target': 1, 'pg_num_target': 1, 'pg_num_pending': 1, 'last_pg_merge_meta': {'source_pgid': '0.0', 'ready_epoch': 0, 'last_epoch_started': 0, 'last_epoch_clean': 0, 'source_version': "0'0", 'target_version': "0'0"}, 'last_change': '22', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2022-03-08T17:43:03.100 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd pool get .mgr pg_num 2022-03-08T17:43:03.640 INFO:teuthology.orchestra.run.smithi167.stdout:pg_num: 1 2022-03-08T17:43:03.780 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2022-03-08T17:43:03.781 INFO:tasks.rook.ceph_manager.ceph:waiting for mgr available 2022-03-08T17:43:03.782 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph mgr dump --format=json 2022-03-08T17:43:04.321 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:43:04.342 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":15,"active_gid":4183,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.14:6800","nonce":4116758719},{"type":"v1","addr":"10.253.48.14:6801","nonce":4116758719}]},"active_addr":"10.253.48.14:6801/4116758719","active_change":"2022-03-08T17:40:38.039720+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.48.14: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.48.14:0","nonce":1175390016}]},{"addrvec":[{"type":"v2","addr":"10.253.48.14:0","nonce":1171398207}]},{"addrvec":[{"type":"v2","addr":"10.253.48.14:0","nonce":3058949852}]},{"addrvec":[{"type":"v2","addr":"10.253.48.14:0","nonce":374594221}]}]}} 2022-03-08T17:43:04.347 INFO:tasks.rook.ceph_manager.ceph:mgr available! 2022-03-08T17:43:04.347 INFO:tasks.rook.ceph_manager.ceph:waiting for all up 2022-03-08T17:43:04.348 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd dump --format=json 2022-03-08T17:43:04.887 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:43:04.887 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":23,"fsid":"d8d52869-fc2d-459b-8fe2-88d95c0fae43","created":"2022-03-08T17:40:03.162355+0000","modified":"2022-03-08T17:42:54.825856+0000","last_up_change":"2022-03-08T17:42:53.456044+0000","last_in_change":"2022-03-08T17:42:08.827987+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":9,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":4,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2022-03-08T17:42:50.851111+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"on","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"f9d61e3c-b5f7-4d4c-a28b-845120c0d793","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.48.22:6800","nonce":837156575},{"type":"v1","addr":"10.253.48.22:6801","nonce":837156575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.22:6802","nonce":837156575},{"type":"v1","addr":"10.253.48.22:6803","nonce":837156575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.22:6806","nonce":837156575},{"type":"v1","addr":"10.253.48.22:6807","nonce":837156575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.22:6804","nonce":837156575},{"type":"v1","addr":"10.253.48.22:6805","nonce":837156575}]},"public_addr":"10.253.48.22:6801/837156575","cluster_addr":"10.253.48.22:6803/837156575","heartbeat_back_addr":"10.253.48.22:6807/837156575","heartbeat_front_addr":"10.253.48.22:6805/837156575","state":["exists","up"]},{"osd":1,"uuid":"66fe8dad-db23-4ae5-8ad9-e238afa7c8cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.24:6800","nonce":567064198},{"type":"v1","addr":"10.253.48.24:6801","nonce":567064198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.24:6802","nonce":567064198},{"type":"v1","addr":"10.253.48.24:6803","nonce":567064198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.24:6806","nonce":567064198},{"type":"v1","addr":"10.253.48.24:6807","nonce":567064198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.24:6804","nonce":567064198},{"type":"v1","addr":"10.253.48.24:6805","nonce":567064198}]},"public_addr":"10.253.48.24:6801/567064198","cluster_addr":"10.253.48.24:6803/567064198","heartbeat_back_addr":"10.253.48.24:6807/567064198","heartbeat_front_addr":"10.253.48.24:6805/567064198","state":["exists","up"]},{"osd":2,"uuid":"270c8cf3-6b9c-466e-9187-08a81ce754cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.25:6800","nonce":625858456},{"type":"v1","addr":"10.253.48.25:6801","nonce":625858456}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.25:6802","nonce":625858456},{"type":"v1","addr":"10.253.48.25:6803","nonce":625858456}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.25:6806","nonce":625858456},{"type":"v1","addr":"10.253.48.25:6807","nonce":625858456}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.25:6804","nonce":625858456},{"type":"v1","addr":"10.253.48.25:6805","nonce":625858456}]},"public_addr":"10.253.48.25:6801/625858456","cluster_addr":"10.253.48.25:6803/625858456","heartbeat_back_addr":"10.253.48.25:6807/625858456","heartbeat_front_addr":"10.253.48.25:6805/625858456","state":["exists","up"]},{"osd":3,"uuid":"0db98eb9-8957-4dea-9d4e-847b8a325381","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.26:6800","nonce":2064657326},{"type":"v1","addr":"10.253.48.26:6801","nonce":2064657326}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.26:6802","nonce":2064657326},{"type":"v1","addr":"10.253.48.26:6803","nonce":2064657326}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.26:6806","nonce":2064657326},{"type":"v1","addr":"10.253.48.26:6807","nonce":2064657326}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.26:6804","nonce":2064657326},{"type":"v1","addr":"10.253.48.26:6805","nonce":2064657326}]},"public_addr":"10.253.48.26:6801/2064657326","cluster_addr":"10.253.48.26:6803/2064657326","heartbeat_back_addr":"10.253.48.26:6807/2064657326","heartbeat_front_addr":"10.253.48.26:6805/2064657326","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-03-08T17:42:32.652908+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-03-08T17:42:46.531996+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-03-08T17:42:48.596308+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-03-08T17:42:51.895137+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"k":"2","m":"2","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2022-03-08T17:43:04.910 INFO:tasks.rook.ceph_manager.ceph:all up! 2022-03-08T17:43:04.911 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd dump --format=json 2022-03-08T17:43:05.423 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:43:05.424 INFO:teuthology.orchestra.run.smithi167.stdout:{"epoch":23,"fsid":"d8d52869-fc2d-459b-8fe2-88d95c0fae43","created":"2022-03-08T17:40:03.162355+0000","modified":"2022-03-08T17:42:54.825856+0000","last_up_change":"2022-03-08T17:42:53.456044+0000","last_in_change":"2022-03-08T17:42:08.827987+0000","flags":"sortbitwise,recovery_deletes,purged_snapdirs,pglog_hardlimit","flags_num":5799936,"flags_set":["pglog_hardlimit","purged_snapdirs","recovery_deletes","sortbitwise"],"crush_version":9,"full_ratio":0.94999998807907104,"backfillfull_ratio":0.89999997615814209,"nearfull_ratio":0.85000002384185791,"cluster_snapshot":"","pool_max":1,"max_osd":4,"require_min_compat_client":"luminous","min_compat_client":"jewel","require_osd_release":"quincy","pools":[{"pool":1,"pool_name":".mgr","create_time":"2022-03-08T17:42:50.851111+0000","flags":1,"flags_names":"hashpspool","type":1,"size":3,"min_size":2,"crush_rule":0,"peering_crush_bucket_count":0,"peering_crush_bucket_target":0,"peering_crush_bucket_barrier":0,"peering_crush_bucket_mandatory_member":2147483647,"object_hash":2,"pg_autoscale_mode":"on","pg_num":1,"pg_placement_num":1,"pg_placement_num_target":1,"pg_num_target":1,"pg_num_pending":1,"last_pg_merge_meta":{"source_pgid":"0.0","ready_epoch":0,"last_epoch_started":0,"last_epoch_clean":0,"source_version":"0'0","target_version":"0'0"},"last_change":"22","last_force_op_resend":"0","last_force_op_resend_prenautilus":"0","last_force_op_resend_preluminous":"0","auid":0,"snap_mode":"selfmanaged","snap_seq":0,"snap_epoch":0,"pool_snaps":[],"removed_snaps":"[]","quota_max_bytes":0,"quota_max_objects":0,"tiers":[],"tier_of":-1,"read_tier":-1,"write_tier":-1,"cache_mode":"none","target_max_bytes":0,"target_max_objects":0,"cache_target_dirty_ratio_micro":400000,"cache_target_dirty_high_ratio_micro":600000,"cache_target_full_ratio_micro":800000,"cache_min_flush_age":0,"cache_min_evict_age":0,"erasure_code_profile":"","hit_set_params":{"type":"none"},"hit_set_period":0,"hit_set_count":0,"use_gmt_hitset":true,"min_read_recency_for_promote":0,"min_write_recency_for_promote":0,"hit_set_grade_decay_rate":0,"hit_set_search_last_n":0,"grade_table":[],"stripe_width":0,"expected_num_objects":0,"fast_read":false,"options":{"pg_num_max":32,"pg_num_min":1},"application_metadata":{"mgr":{}}}],"osds":[{"osd":0,"uuid":"f9d61e3c-b5f7-4d4c-a28b-845120c0d793","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.48.22:6800","nonce":837156575},{"type":"v1","addr":"10.253.48.22:6801","nonce":837156575}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.22:6802","nonce":837156575},{"type":"v1","addr":"10.253.48.22:6803","nonce":837156575}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.22:6806","nonce":837156575},{"type":"v1","addr":"10.253.48.22:6807","nonce":837156575}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.22:6804","nonce":837156575},{"type":"v1","addr":"10.253.48.22:6805","nonce":837156575}]},"public_addr":"10.253.48.22:6801/837156575","cluster_addr":"10.253.48.22:6803/837156575","heartbeat_back_addr":"10.253.48.22:6807/837156575","heartbeat_front_addr":"10.253.48.22:6805/837156575","state":["exists","up"]},{"osd":1,"uuid":"66fe8dad-db23-4ae5-8ad9-e238afa7c8cf","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":17,"up_thru":20,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.24:6800","nonce":567064198},{"type":"v1","addr":"10.253.48.24:6801","nonce":567064198}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.24:6802","nonce":567064198},{"type":"v1","addr":"10.253.48.24:6803","nonce":567064198}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.24:6806","nonce":567064198},{"type":"v1","addr":"10.253.48.24:6807","nonce":567064198}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.24:6804","nonce":567064198},{"type":"v1","addr":"10.253.48.24:6805","nonce":567064198}]},"public_addr":"10.253.48.24:6801/567064198","cluster_addr":"10.253.48.24:6803/567064198","heartbeat_back_addr":"10.253.48.24:6807/567064198","heartbeat_front_addr":"10.253.48.24:6805/567064198","state":["exists","up"]},{"osd":2,"uuid":"270c8cf3-6b9c-466e-9187-08a81ce754cb","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":19,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.25:6800","nonce":625858456},{"type":"v1","addr":"10.253.48.25:6801","nonce":625858456}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.25:6802","nonce":625858456},{"type":"v1","addr":"10.253.48.25:6803","nonce":625858456}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.25:6806","nonce":625858456},{"type":"v1","addr":"10.253.48.25:6807","nonce":625858456}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.25:6804","nonce":625858456},{"type":"v1","addr":"10.253.48.25:6805","nonce":625858456}]},"public_addr":"10.253.48.25:6801/625858456","cluster_addr":"10.253.48.25:6803/625858456","heartbeat_back_addr":"10.253.48.25:6807/625858456","heartbeat_front_addr":"10.253.48.25:6805/625858456","state":["exists","up"]},{"osd":3,"uuid":"0db98eb9-8957-4dea-9d4e-847b8a325381","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":22,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.26:6800","nonce":2064657326},{"type":"v1","addr":"10.253.48.26:6801","nonce":2064657326}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.26:6802","nonce":2064657326},{"type":"v1","addr":"10.253.48.26:6803","nonce":2064657326}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.26:6806","nonce":2064657326},{"type":"v1","addr":"10.253.48.26:6807","nonce":2064657326}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"10.253.48.26:6804","nonce":2064657326},{"type":"v1","addr":"10.253.48.26:6805","nonce":2064657326}]},"public_addr":"10.253.48.26:6801/2064657326","cluster_addr":"10.253.48.26:6803/2064657326","heartbeat_back_addr":"10.253.48.26:6807/2064657326","heartbeat_front_addr":"10.253.48.26:6805/2064657326","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-03-08T17:42:32.652908+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-03-08T17:42:46.531996+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-03-08T17:42:48.596308+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-03-08T17:42:51.895137+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"k":"2","m":"2","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2022-03-08T17:43:05.443 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph tell osd.0 flush_pg_stats 2022-03-08T17:43:05.444 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph tell osd.1 flush_pg_stats 2022-03-08T17:43:05.444 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph tell osd.2 flush_pg_stats 2022-03-08T17:43:05.445 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph tell osd.3 flush_pg_stats 2022-03-08T17:43:05.827 INFO:teuthology.orchestra.run.smithi167.stdout:73014444037 2022-03-08T17:43:05.828 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd last-stat-seq osd.1 2022-03-08T17:43:05.835 INFO:teuthology.orchestra.run.smithi167.stdout:55834574858 2022-03-08T17:43:05.835 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd last-stat-seq osd.0 2022-03-08T17:43:05.854 INFO:teuthology.orchestra.run.smithi167.stdout:94489280517 2022-03-08T17:43:05.855 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd last-stat-seq osd.3 2022-03-08T17:43:06.033 INFO:teuthology.orchestra.run.smithi167.stdout:81604378629 2022-03-08T17:43:06.034 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd last-stat-seq osd.2 2022-03-08T17:43:06.359 INFO:teuthology.orchestra.run.smithi167.stdout:55834574857 2022-03-08T17:43:06.382 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574858 got 55834574857 for osd.0 2022-03-08T17:43:06.391 INFO:teuthology.orchestra.run.smithi167.stdout:73014444036 2022-03-08T17:43:06.409 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444037 got 73014444036 for osd.1 2022-03-08T17:43:06.527 INFO:teuthology.orchestra.run.smithi167.stdout:94489280515 2022-03-08T17:43:06.548 INFO:tasks.rook.ceph_manager.ceph:need seq 94489280517 got 94489280515 for osd.3 2022-03-08T17:43:06.587 INFO:teuthology.orchestra.run.smithi167.stdout:81604378628 2022-03-08T17:43:06.606 INFO:tasks.rook.ceph_manager.ceph:need seq 81604378629 got 81604378628 for osd.2 2022-03-08T17:43:07.383 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd last-stat-seq osd.0 2022-03-08T17:43:07.409 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd last-stat-seq osd.1 2022-03-08T17:43:07.550 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd last-stat-seq osd.3 2022-03-08T17:43:07.607 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd last-stat-seq osd.2 2022-03-08T17:43:07.946 INFO:teuthology.orchestra.run.smithi167.stdout:55834574858 2022-03-08T17:43:07.966 INFO:tasks.rook.ceph_manager.ceph:need seq 55834574858 got 55834574858 for osd.0 2022-03-08T17:43:07.967 DEBUG:teuthology.parallel:result is None 2022-03-08T17:43:08.042 INFO:teuthology.orchestra.run.smithi167.stdout:73014444037 2022-03-08T17:43:08.066 INFO:tasks.rook.ceph_manager.ceph:need seq 73014444037 got 73014444037 for osd.1 2022-03-08T17:43:08.067 DEBUG:teuthology.parallel:result is None 2022-03-08T17:43:08.111 INFO:teuthology.orchestra.run.smithi167.stdout:81604378630 2022-03-08T17:43:08.131 INFO:tasks.rook.ceph_manager.ceph:need seq 81604378629 got 81604378630 for osd.2 2022-03-08T17:43:08.131 DEBUG:teuthology.parallel:result is None 2022-03-08T17:43:08.184 INFO:teuthology.orchestra.run.smithi167.stdout:94489280517 2022-03-08T17:43:08.207 INFO:tasks.rook.ceph_manager.ceph:need seq 94489280517 got 94489280517 for osd.3 2022-03-08T17:43:08.208 DEBUG:teuthology.parallel:result is None 2022-03-08T17:43:08.208 INFO:tasks.rook.ceph_manager.ceph:waiting for clean 2022-03-08T17:43:08.209 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph pg dump --format=json 2022-03-08T17:43:08.683 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:43:08.685 INFO:teuthology.orchestra.run.smithi167.stderr:dumped all 2022-03-08T17:43:08.702 INFO:teuthology.orchestra.run.smithi167.stdout:{"pg_ready":true,"pg_map":{"version":86,"stamp":"2022-03-08T17:43:08.319052+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":22784,"kb_used_data":2144,"kb_used_omap":0,"kb_used_meta":20480,"kb_avail":374957824,"statfs":{"total":383980142592,"available":383956811776,"internally_reserved":0,"allocated":2195456,"data_stored":1593123,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20971520},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003065"},"pg_stats":[{"pgid":"1.0","version":"23'97","reported_seq":138,"reported_epoch":23,"state":"active+clean","last_fresh":"2022-03-08T17:42:56.645358+0000","last_change":"2022-03-08T17:42:52.691269+0000","last_active":"2022-03-08T17:42:56.645358+0000","last_peered":"2022-03-08T17:42:56.645358+0000","last_clean":"2022-03-08T17:42:56.645358+0000","last_became_active":"2022-03-08T17:42:52.690248+0000","last_became_peered":"2022-03-08T17:42:52.690248+0000","last_unstale":"2022-03-08T17:42:56.645358+0000","last_undegraded":"2022-03-08T17:42:56.645358+0000","last_fullsized":"2022-03-08T17:42:56.645358+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-03-08T17:42:51.328518+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-03-08T17:42:51.328518+0000","last_clean_scrub_stamp":"2022-03-08T17:42:51.328518+0000","objects_scrubbed":0,"log_size":97,"ondisk_log_size":97,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2022-03-09T21:50:57.150882+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":22,"seq":94489280517,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5000,"kb_used_data":192,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740152,"statfs":{"total":95995035648,"available":95989915648,"internally_reserved":0,"allocated":196608,"data_stored":48395,"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.56999999999999995}]},{"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.63900000000000001}]},{"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.60699999999999998}]}]},{"osd":2,"up_from":19,"seq":81604378630,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5968,"kb_used_data":648,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739184,"statfs":{"total":95995035648,"available":95988924416,"internally_reserved":0,"allocated":663552,"data_stored":514026,"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":2.9849999999999999}]},{"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":3.7010000000000001}]},{"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":3.0699999999999998}]}]},{"osd":0,"up_from":13,"seq":55834574859,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5908,"kb_used_data":652,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739244,"statfs":{"total":95995035648,"available":95988985856,"internally_reserved":0,"allocated":667648,"data_stored":515351,"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.57999999999999996}]},{"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.82399999999999995}]},{"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.65300000000000002}]}]},{"osd":1,"up_from":17,"seq":73014444037,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5908,"kb_used_data":652,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739244,"statfs":{"total":95995035648,"available":95988985856,"internally_reserved":0,"allocated":667648,"data_stored":515351,"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":1.044}]},{"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.95199999999999996}]},{"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.88500000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2022-03-08T17:43:08.703 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph pg dump --format=json 2022-03-08T17:43:09.232 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:43:09.234 INFO:teuthology.orchestra.run.smithi167.stderr:dumped all 2022-03-08T17:43:09.248 INFO:teuthology.orchestra.run.smithi167.stdout:{"pg_ready":true,"pg_map":{"version":86,"stamp":"2022-03-08T17:43:08.319052+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":22784,"kb_used_data":2144,"kb_used_omap":0,"kb_used_meta":20480,"kb_avail":374957824,"statfs":{"total":383980142592,"available":383956811776,"internally_reserved":0,"allocated":2195456,"data_stored":1593123,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":20971520},"hb_peers":[],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[]},"pg_stats_delta":{"stat_sum":{"num_bytes":0,"num_objects":0,"num_object_clones":0,"num_object_copies":0,"num_objects_missing_on_primary":0,"num_objects_missing":0,"num_objects_degraded":0,"num_objects_misplaced":0,"num_objects_unfound":0,"num_objects_dirty":0,"num_whiteouts":0,"num_read":10,"num_read_kb":9,"num_write":14,"num_write_kb":262,"num_scrub_errors":0,"num_shallow_scrub_errors":0,"num_deep_scrub_errors":0,"num_objects_recovered":0,"num_bytes_recovered":0,"num_keys_recovered":0,"num_objects_omap":0,"num_objects_hit_set_archive":0,"num_bytes_hit_set_archive":0,"num_flush":0,"num_flush_kb":0,"num_evict":0,"num_evict_kb":0,"num_promote":0,"num_flush_mode_high":0,"num_flush_mode_low":0,"num_evict_mode_some":0,"num_evict_mode_full":0,"num_objects_pinned":0,"num_legacy_snapsets":0,"num_large_omap_objects":0,"num_objects_manifest":0,"num_omap_bytes":0,"num_omap_keys":0,"num_objects_repaired":0},"store_stats":{"total":0,"available":0,"internally_reserved":0,"allocated":0,"data_stored":0,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},"log_size":0,"ondisk_log_size":0,"up":0,"acting":0,"num_store_stats":0,"stamp_delta":"12.003065"},"pg_stats":[{"pgid":"1.0","version":"23'97","reported_seq":138,"reported_epoch":23,"state":"active+clean","last_fresh":"2022-03-08T17:42:56.645358+0000","last_change":"2022-03-08T17:42:52.691269+0000","last_active":"2022-03-08T17:42:56.645358+0000","last_peered":"2022-03-08T17:42:56.645358+0000","last_clean":"2022-03-08T17:42:56.645358+0000","last_became_active":"2022-03-08T17:42:52.690248+0000","last_became_peered":"2022-03-08T17:42:52.690248+0000","last_unstale":"2022-03-08T17:42:56.645358+0000","last_undegraded":"2022-03-08T17:42:56.645358+0000","last_fullsized":"2022-03-08T17:42:56.645358+0000","mapping_epoch":20,"log_start":"0'0","ondisk_log_start":"0'0","created":20,"last_epoch_clean":21,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-03-08T17:42:51.328518+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-03-08T17:42:51.328518+0000","last_clean_scrub_stamp":"2022-03-08T17:42:51.328518+0000","objects_scrubbed":0,"log_size":97,"ondisk_log_size":97,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2022-03-09T21:50:57.150882+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":22,"seq":94489280517,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5000,"kb_used_data":192,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740152,"statfs":{"total":95995035648,"available":95989915648,"internally_reserved":0,"allocated":196608,"data_stored":48395,"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.56999999999999995}]},{"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.63900000000000001}]},{"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.60699999999999998}]}]},{"osd":2,"up_from":19,"seq":81604378630,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5968,"kb_used_data":648,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93739184,"statfs":{"total":95995035648,"available":95988924416,"internally_reserved":0,"allocated":663552,"data_stored":514026,"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":2.9849999999999999}]},{"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":3.7010000000000001}]},{"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":3.0699999999999998}]}]},{"osd":0,"up_from":13,"seq":55834574859,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5908,"kb_used_data":652,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739244,"statfs":{"total":95995035648,"available":95988985856,"internally_reserved":0,"allocated":667648,"data_stored":515351,"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.57999999999999996}]},{"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.82399999999999995}]},{"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.65300000000000002}]}]},{"osd":1,"up_from":17,"seq":73014444037,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":5908,"kb_used_data":652,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739244,"statfs":{"total":95995035648,"available":95988985856,"internally_reserved":0,"allocated":667648,"data_stored":515351,"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":1.044}]},{"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.95199999999999996}]},{"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.88500000000000001}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2022-03-08T17:43:09.250 INFO:tasks.rook.ceph_manager.ceph:clean! 2022-03-08T17:43:09.250 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2022-03-08T17:43:09.250 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy 2022-03-08T17:43:09.251 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph health --format=json 2022-03-08T17:43:09.757 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:43:09.757 INFO:teuthology.orchestra.run.smithi167.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2022-03-08T17:43:09.777 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy done 2022-03-08T17:43:09.778 INFO:tasks.rook:Rook complete, yielding 2022-03-08T17:43:09.778 INFO:teuthology.run_tasks:Running task rook.shell... 2022-03-08T17:43:09.790 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph -s 2022-03-08T17:43:10.337 INFO:teuthology.orchestra.run.smithi167.stdout: cluster: 2022-03-08T17:43:10.337 INFO:teuthology.orchestra.run.smithi167.stdout: id: d8d52869-fc2d-459b-8fe2-88d95c0fae43 2022-03-08T17:43:10.337 INFO:teuthology.orchestra.run.smithi167.stdout: health: HEALTH_OK 2022-03-08T17:43:10.337 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:43:10.338 INFO:teuthology.orchestra.run.smithi167.stdout: services: 2022-03-08T17:43:10.338 INFO:teuthology.orchestra.run.smithi167.stdout: mon: 1 daemons, quorum a (age 3m) 2022-03-08T17:43:10.338 INFO:teuthology.orchestra.run.smithi167.stdout: mgr: a(active, since 2m) 2022-03-08T17:43:10.338 INFO:teuthology.orchestra.run.smithi167.stdout: osd: 4 osds: 4 up (since 16s), 4 in (since 61s) 2022-03-08T17:43:10.339 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:43:10.339 INFO:teuthology.orchestra.run.smithi167.stdout: data: 2022-03-08T17:43:10.339 INFO:teuthology.orchestra.run.smithi167.stdout: pools: 1 pools, 1 pgs 2022-03-08T17:43:10.339 INFO:teuthology.orchestra.run.smithi167.stdout: objects: 2 objects, 577 KiB 2022-03-08T17:43:10.339 INFO:teuthology.orchestra.run.smithi167.stdout: usage: 22 MiB used, 358 GiB / 358 GiB avail 2022-03-08T17:43:10.340 INFO:teuthology.orchestra.run.smithi167.stdout: pgs: 1 active+clean 2022-03-08T17:43:10.340 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:43:10.340 INFO:teuthology.orchestra.run.smithi167.stdout: io: 2022-03-08T17:43:10.340 INFO:teuthology.orchestra.run.smithi167.stdout: client: 767 B/s rd, 22 KiB/s wr, 0 op/s rd, 1 op/s wr 2022-03-08T17:43:10.341 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:43:10.362 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch status 2022-03-08T17:43:10.944 INFO:teuthology.orchestra.run.smithi167.stdout:Backend: rook 2022-03-08T17:43:10.944 INFO:teuthology.orchestra.run.smithi167.stdout:Available: Yes 2022-03-08T17:43:10.966 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ps 2022-03-08T17:43:11.491 INFO:teuthology.orchestra.run.smithi167.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-03-08T17:43:11.492 INFO:teuthology.orchestra.run.smithi167.stdout:crashcollector.crash smithi167 running (74s) 0s ago 74s - - 8a96e9d18eed 2022-03-08T17:43:11.492 INFO:teuthology.orchestra.run.smithi167.stdout:mgr.a smithi167 running (3m) 0s ago 3m - - 8a96e9d18eed 2022-03-08T17:43:11.493 INFO:teuthology.orchestra.run.smithi167.stdout:mon.a smithi167 running (3m) 0s ago 3m - - 8a96e9d18eed 2022-03-08T17:43:11.493 INFO:teuthology.orchestra.run.smithi167.stdout:osd.0 smithi167 running (74s) 0s ago 75s - - 8a96e9d18eed 2022-03-08T17:43:11.494 INFO:teuthology.orchestra.run.smithi167.stdout:osd.1 smithi167 running (58s) 0s ago 58s - - 8a96e9d18eed 2022-03-08T17:43:11.495 INFO:teuthology.orchestra.run.smithi167.stdout:osd.2 smithi167 running (56s) 0s ago 56s - - 8a96e9d18eed 2022-03-08T17:43:11.495 INFO:teuthology.orchestra.run.smithi167.stdout:osd.3 smithi167 running (53s) 0s ago 54s - - 8a96e9d18eed 2022-03-08T17:43:11.512 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls 2022-03-08T17:43:12.096 INFO:teuthology.orchestra.run.smithi167.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-03-08T17:43:12.097 INFO:teuthology.orchestra.run.smithi167.stdout:crash 1/1 0s ago 75s * 2022-03-08T17:43:12.097 INFO:teuthology.orchestra.run.smithi167.stdout:mgr 1/1 0s ago 3m count:1 2022-03-08T17:43:12.098 INFO:teuthology.orchestra.run.smithi167.stdout:mon 1/1 0s ago 3m count:1 2022-03-08T17:43:12.098 INFO:teuthology.orchestra.run.smithi167.stdout:osd 8 0s ago 76s 2022-03-08T17:43:12.098 INFO:teuthology.orchestra.run.smithi167.stdout:osd.all-available-devices 0 0s ago - * 2022-03-08T17:43:12.117 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch device ls 2022-03-08T17:43:12.632 INFO:teuthology.orchestra.run.smithi167.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2022-03-08T17:43:12.633 INFO:teuthology.orchestra.run.smithi167.stdout:smithi167 /dev/vg_nvme/lv_1 unknown None 107G 0s ago 2022-03-08T17:43:12.633 INFO:teuthology.orchestra.run.smithi167.stdout:smithi167 /dev/vg_nvme/lv_2 unknown None 107G 0s ago 2022-03-08T17:43:12.634 INFO:teuthology.orchestra.run.smithi167.stdout:smithi167 /dev/vg_nvme/lv_3 unknown None 107G 0s ago 2022-03-08T17:43:12.634 INFO:teuthology.orchestra.run.smithi167.stdout:smithi167 /dev/vg_nvme/lv_4 unknown None 107G 0s ago 2022-03-08T17:43:12.656 INFO:teuthology.run_tasks:Running task install... 2022-03-08T17:43:12.666 DEBUG:teuthology.task.install:project ceph 2022-03-08T17:43:12.667 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': '6fe8e680a334072b1ba19b2de006862f98aedbae'}} 2022-03-08T17:43:12.667 DEBUG:teuthology.task.install:config {'host.a': None, 'flavor': 'default', 'sha1': '6fe8e680a334072b1ba19b2de006862f98aedbae'} 2022-03-08T17:43:12.667 INFO:teuthology.task.install:Using flavor: default 2022-03-08T17:43:12.674 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2022-03-08T17:43:12.675 INFO:teuthology.task.install:extra packages: [] 2022-03-08T17:43:12.676 DEBUG:teuthology.orchestra.run.smithi167:> sudo lsb_release -is 2022-03-08T17:43:12.723 INFO:teuthology.orchestra.run.smithi167.stdout:Ubuntu 2022-03-08T17:43:12.728 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-08T17:43:12.729 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-key list | grep Ceph 2022-03-08T17:43:12.818 INFO:teuthology.orchestra.run.smithi167.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2022-03-08T17:43:12.880 INFO:teuthology.orchestra.run.smithi167.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2022-03-08T17:43:12.880 INFO:teuthology.orchestra.run.smithi167.stdout:uid [ unknown] Ceph.com (release key) 2022-03-08T17:43:12.881 DEBUG:teuthology.orchestra.run.smithi167:> sudo lsb_release -is 2022-03-08T17:43:12.928 INFO:teuthology.orchestra.run.smithi167.stdout:Ubuntu 2022-03-08T17:43:12.935 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-08T17:43:12.936 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2022-03-08T17:43:12.936 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=6fe8e680a334072b1ba19b2de006862f98aedbae 2022-03-08T17:43:13.140 INFO:teuthology.task.install.deb:Pulling from https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default/ 2022-03-08T17:43:13.140 INFO:teuthology.task.install.deb:Package version is 17.0.0-10961-g6fe8e680-1focal 2022-03-08T17:43:13.281 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:43:13.282 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2022-03-08T17:43:13.298 DEBUG:teuthology.orchestra.run.smithi167:> sudo apt-get update 2022-03-08T17:43:13.469 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-03-08T17:43:13.518 INFO:teuthology.orchestra.run.smithi167.stdout:Ign:2 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal InRelease 2022-03-08T17:43:13.543 INFO:teuthology.orchestra.run.smithi167.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal Release [7,662 B] 2022-03-08T17:43:13.567 INFO:teuthology.orchestra.run.smithi167.stdout:Ign:5 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal Release.gpg 2022-03-08T17:43:13.593 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main i386 Packages [3,342 B] 2022-03-08T17:43:13.603 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:7 http://archive.ubuntu.com/ubuntu focal InRelease 2022-03-08T17:43:13.626 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 Packages [17.3 kB] 2022-03-08T17:43:13.678 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:3 https://packages.cloud.google.com/apt kubernetes-xenial InRelease 2022-03-08T17:43:13.682 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:9 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-03-08T17:43:13.764 INFO:teuthology.orchestra.run.smithi167.stdout:Hit:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-03-08T17:43:14.191 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 28.3 kB in 1s (40.7 kB/s) 2022-03-08T17:43:15.136 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2022-03-08T17:43:15.161 DEBUG:teuthology.orchestra.run.smithi167:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=17.0.0-10961-g6fe8e680-1focal cephadm=17.0.0-10961-g6fe8e680-1focal ceph-mds=17.0.0-10961-g6fe8e680-1focal ceph-mgr=17.0.0-10961-g6fe8e680-1focal ceph-common=17.0.0-10961-g6fe8e680-1focal ceph-fuse=17.0.0-10961-g6fe8e680-1focal ceph-test=17.0.0-10961-g6fe8e680-1focal ceph-volume=17.0.0-10961-g6fe8e680-1focal radosgw=17.0.0-10961-g6fe8e680-1focal python3-rados=17.0.0-10961-g6fe8e680-1focal python3-rgw=17.0.0-10961-g6fe8e680-1focal python3-cephfs=17.0.0-10961-g6fe8e680-1focal python3-rbd=17.0.0-10961-g6fe8e680-1focal libcephfs2=17.0.0-10961-g6fe8e680-1focal libcephfs-dev=17.0.0-10961-g6fe8e680-1focal librados2=17.0.0-10961-g6fe8e680-1focal librbd1=17.0.0-10961-g6fe8e680-1focal rbd-fuse=17.0.0-10961-g6fe8e680-1focal 2022-03-08T17:43:15.231 INFO:teuthology.orchestra.run.smithi167.stdout:Reading package lists... 2022-03-08T17:43:15.414 INFO:teuthology.orchestra.run.smithi167.stdout:Building dependency tree... 2022-03-08T17:43:15.415 INFO:teuthology.orchestra.run.smithi167.stdout:Reading state information... 2022-03-08T17:43:15.575 INFO:teuthology.orchestra.run.smithi167.stdout:The following packages were automatically installed and are no longer required: 2022-03-08T17:43:15.575 INFO:teuthology.orchestra.run.smithi167.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2022-03-08T17:43:15.576 INFO:teuthology.orchestra.run.smithi167.stdout:Use 'sudo apt autoremove' to remove them. 2022-03-08T17:43:15.576 INFO:teuthology.orchestra.run.smithi167.stdout:The following additional packages will be installed: 2022-03-08T17:43:15.576 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-base ceph-mgr-dashboard ceph-mgr-diskprediction-local 2022-03-08T17:43:15.577 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq libjq1 2022-03-08T17:43:15.578 INFO:teuthology.orchestra.run.smithi167.stdout: libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 liblua5.3-0 2022-03-08T17:43:15.578 INFO:teuthology.orchestra.run.smithi167.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-03-08T17:43:15.578 INFO:teuthology.orchestra.run.smithi167.stdout: libsqlite3-mod-ceph libxslt1.1 nvme-cli python-pastedeploy-tpl 2022-03-08T17:43:15.578 INFO:teuthology.orchestra.run.smithi167.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2022-03-08T17:43:15.579 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common 2022-03-08T17:43:15.579 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2022-03-08T17:43:15.579 INFO:teuthology.orchestra.run.smithi167.stdout: python3-html5lib python3-joblib python3-jwt python3-kubernetes 2022-03-08T17:43:15.579 INFO:teuthology.orchestra.run.smithi167.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2022-03-08T17:43:15.580 INFO:teuthology.orchestra.run.smithi167.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2022-03-08T17:43:15.580 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2022-03-08T17:43:15.580 INFO:teuthology.orchestra.run.smithi167.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2022-03-08T17:43:15.580 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2022-03-08T17:43:15.580 INFO:teuthology.orchestra.run.smithi167.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2022-03-08T17:43:15.581 INFO:teuthology.orchestra.run.smithi167.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2022-03-08T17:43:15.581 INFO:teuthology.orchestra.run.smithi167.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2022-03-08T17:43:15.581 INFO:teuthology.orchestra.run.smithi167.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2022-03-08T17:43:15.581 INFO:teuthology.orchestra.run.smithi167.stdout: python3-websocket python3-webtest python3-werkzeug xmlstarlet 2022-03-08T17:43:15.582 INFO:teuthology.orchestra.run.smithi167.stdout:Suggested packages: 2022-03-08T17:43:15.582 INFO:teuthology.orchestra.run.smithi167.stdout: python3-influxdb python-attr-doc python-blinker-doc python-cryptography-doc 2022-03-08T17:43:15.582 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cryptography-vectors python3-genshi python3-crypto python3-lxml-dbg 2022-03-08T17:43:15.583 INFO:teuthology.orchestra.run.smithi167.stdout: python-lxml-doc python3-beaker python-mako-doc python-openssl-doc 2022-03-08T17:43:15.583 INFO:teuthology.orchestra.run.smithi167.stdout: python3-openssl-dbg httpd-wsgi libapache2-mod-python libapache2-mod-scgi 2022-03-08T17:43:15.583 INFO:teuthology.orchestra.run.smithi167.stdout: libjs-mochikit python-pecan-doc python-psutil-doc subversion 2022-03-08T17:43:15.583 INFO:teuthology.orchestra.run.smithi167.stdout: python-pyinotify-doc python-scipy-doc python3-dap python-sklearn-doc 2022-03-08T17:43:15.584 INFO:teuthology.orchestra.run.smithi167.stdout: ipython3 python-waitress-doc python-webob-doc python-webtest-doc 2022-03-08T17:43:15.584 INFO:teuthology.orchestra.run.smithi167.stdout: python-werkzeug-doc python3-termcolor python3-watchdog 2022-03-08T17:43:15.584 INFO:teuthology.orchestra.run.smithi167.stdout:Recommended packages: 2022-03-08T17:43:15.584 INFO:teuthology.orchestra.run.smithi167.stdout: btrfs-tools ceph-mgr-cephadm 2022-03-08T17:43:15.685 INFO:teuthology.orchestra.run.smithi167.stdout:The following NEW packages will be installed: 2022-03-08T17:43:15.686 INFO:teuthology.orchestra.run.smithi167.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-dashboard 2022-03-08T17:43:15.686 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2022-03-08T17:43:15.687 INFO:teuthology.orchestra.run.smithi167.stdout: ceph-mon ceph-osd ceph-test ceph-volume cephadm jq libcephfs-dev libcephfs2 2022-03-08T17:43:15.688 INFO:teuthology.orchestra.run.smithi167.stdout: libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 liblua5.3-0 2022-03-08T17:43:15.688 INFO:teuthology.orchestra.run.smithi167.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-03-08T17:43:15.688 INFO:teuthology.orchestra.run.smithi167.stdout: libsqlite3-mod-ceph libxslt1.1 nvme-cli python-pastedeploy-tpl 2022-03-08T17:43:15.688 INFO:teuthology.orchestra.run.smithi167.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2022-03-08T17:43:15.689 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2022-03-08T17:43:15.689 INFO:teuthology.orchestra.run.smithi167.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2022-03-08T17:43:15.689 INFO:teuthology.orchestra.run.smithi167.stdout: python3-html5lib python3-joblib python3-jwt python3-kubernetes 2022-03-08T17:43:15.690 INFO:teuthology.orchestra.run.smithi167.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2022-03-08T17:43:15.690 INFO:teuthology.orchestra.run.smithi167.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2022-03-08T17:43:15.690 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2022-03-08T17:43:15.690 INFO:teuthology.orchestra.run.smithi167.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2022-03-08T17:43:15.691 INFO:teuthology.orchestra.run.smithi167.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-rados 2022-03-08T17:43:15.691 INFO:teuthology.orchestra.run.smithi167.stdout: python3-rbd python3-repoze.lru python3-requests-oauthlib python3-rgw 2022-03-08T17:43:15.691 INFO:teuthology.orchestra.run.smithi167.stdout: python3-routes python3-rsa python3-scipy python3-simplegeneric 2022-03-08T17:43:15.692 INFO:teuthology.orchestra.run.smithi167.stdout: python3-simplejson python3-singledispatch python3-sklearn 2022-03-08T17:43:15.692 INFO:teuthology.orchestra.run.smithi167.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2022-03-08T17:43:15.692 INFO:teuthology.orchestra.run.smithi167.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2022-03-08T17:43:15.692 INFO:teuthology.orchestra.run.smithi167.stdout: python3-webtest python3-werkzeug radosgw rbd-fuse xmlstarlet 2022-03-08T17:43:15.693 INFO:teuthology.orchestra.run.smithi167.stdout:The following packages will be upgraded: 2022-03-08T17:43:15.694 INFO:teuthology.orchestra.run.smithi167.stdout: librados2 librbd1 2022-03-08T17:43:15.834 INFO:teuthology.orchestra.run.smithi167.stdout:2 upgraded, 95 newly installed, 0 to remove and 84 not upgraded. 2022-03-08T17:43:15.835 INFO:teuthology.orchestra.run.smithi167.stdout:Need to get 181 MB of archives. 2022-03-08T17:43:15.835 INFO:teuthology.orchestra.run.smithi167.stdout:After this operation, 845 MB of additional disk space will be used. 2022-03-08T17:43:15.835 INFO:teuthology.orchestra.run.smithi167.stdout:Get:1 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 17.0.0-10961-g6fe8e680-1focal [3,485 kB] 2022-03-08T17:43:15.873 INFO:teuthology.orchestra.run.smithi167.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2022-03-08T17:43:16.047 INFO:teuthology.orchestra.run.smithi167.stdout:Get:3 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 17.0.0-10961-g6fe8e680-1focal [3,532 kB] 2022-03-08T17:43:16.164 INFO:teuthology.orchestra.run.smithi167.stdout:Get:4 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 17.0.0-10961-g6fe8e680-1focal [752 kB] 2022-03-08T17:43:16.195 INFO:teuthology.orchestra.run.smithi167.stdout:Get:5 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 17.0.0-10961-g6fe8e680-1focal [412 kB] 2022-03-08T17:43:16.209 INFO:teuthology.orchestra.run.smithi167.stdout:Get:6 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 17.0.0-10961-g6fe8e680-1focal [22.4 kB] 2022-03-08T17:43:16.210 INFO:teuthology.orchestra.run.smithi167.stdout:Get:7 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 17.0.0-10961-g6fe8e680-1focal [200 kB] 2022-03-08T17:43:16.217 INFO:teuthology.orchestra.run.smithi167.stdout:Get:8 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 17.0.0-10961-g6fe8e680-1focal [41.9 kB] 2022-03-08T17:43:16.219 INFO:teuthology.orchestra.run.smithi167.stdout:Get:9 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 17.0.0-10961-g6fe8e680-1focal [385 kB] 2022-03-08T17:43:16.234 INFO:teuthology.orchestra.run.smithi167.stdout:Get:10 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 17.0.0-10961-g6fe8e680-1focal [4,161 kB] 2022-03-08T17:43:16.274 INFO:teuthology.orchestra.run.smithi167.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2022-03-08T17:43:16.279 INFO:teuthology.orchestra.run.smithi167.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-03-08T17:43:16.299 INFO:teuthology.orchestra.run.smithi167.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2022-03-08T17:43:16.308 INFO:teuthology.orchestra.run.smithi167.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2022-03-08T17:43:16.372 INFO:teuthology.orchestra.run.smithi167.stdout:Get:15 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 17.0.0-10961-g6fe8e680-1focal [116 kB] 2022-03-08T17:43:16.373 INFO:teuthology.orchestra.run.smithi167.stdout:Get:16 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 17.0.0-10961-g6fe8e680-1focal [478 kB] 2022-03-08T17:43:16.389 INFO:teuthology.orchestra.run.smithi167.stdout:Get:17 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 17.0.0-10961-g6fe8e680-1focal [24.4 MB] 2022-03-08T17:43:16.487 INFO:teuthology.orchestra.run.smithi167.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2022-03-08T17:43:16.496 INFO:teuthology.orchestra.run.smithi167.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2022-03-08T17:43:16.533 INFO:teuthology.orchestra.run.smithi167.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2022-03-08T17:43:16.537 INFO:teuthology.orchestra.run.smithi167.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2022-03-08T17:43:16.543 INFO:teuthology.orchestra.run.smithi167.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2022-03-08T17:43:16.561 INFO:teuthology.orchestra.run.smithi167.stdout:Get:23 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jwt all 1.7.1-2ubuntu2 [17.4 kB] 2022-03-08T17:43:16.563 INFO:teuthology.orchestra.run.smithi167.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2022-03-08T17:43:16.564 INFO:teuthology.orchestra.run.smithi167.stdout:Get:25 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2022-03-08T17:43:16.565 INFO:teuthology.orchestra.run.smithi167.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2 [59.1 kB] 2022-03-08T17:43:16.570 INFO:teuthology.orchestra.run.smithi167.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2022-03-08T17:43:16.652 INFO:teuthology.orchestra.run.smithi167.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2022-03-08T17:43:16.653 INFO:teuthology.orchestra.run.smithi167.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2022-03-08T17:43:16.656 INFO:teuthology.orchestra.run.smithi167.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2022-03-08T17:43:16.657 INFO:teuthology.orchestra.run.smithi167.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2022-03-08T17:43:16.659 INFO:teuthology.orchestra.run.smithi167.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-waitress all 1.4.1-1 [80.6 kB] 2022-03-08T17:43:16.661 INFO:teuthology.orchestra.run.smithi167.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2022-03-08T17:43:16.662 INFO:teuthology.orchestra.run.smithi167.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2022-03-08T17:43:16.674 INFO:teuthology.orchestra.run.smithi167.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2022-03-08T17:43:16.734 INFO:teuthology.orchestra.run.smithi167.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2022-03-08T17:43:16.735 INFO:teuthology.orchestra.run.smithi167.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2022-03-08T17:43:16.816 INFO:teuthology.orchestra.run.smithi167.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2022-03-08T17:43:16.818 INFO:teuthology.orchestra.run.smithi167.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-werkzeug all 0.16.1+dfsg1-2 [183 kB] 2022-03-08T17:43:16.823 INFO:teuthology.orchestra.run.smithi167.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2022-03-08T17:43:16.824 INFO:teuthology.orchestra.run.smithi167.stdout:Get:41 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libjs-underscore all 1.9.1~dfsg-1ubuntu0.20.04.1 [99.5 kB] 2022-03-08T17:43:16.826 INFO:teuthology.orchestra.run.smithi167.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2022-03-08T17:43:16.828 INFO:teuthology.orchestra.run.smithi167.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2022-03-08T17:43:16.829 INFO:teuthology.orchestra.run.smithi167.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2022-03-08T17:43:16.829 INFO:teuthology.orchestra.run.smithi167.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2022-03-08T17:43:16.898 INFO:teuthology.orchestra.run.smithi167.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2022-03-08T17:43:17.354 INFO:teuthology.orchestra.run.smithi167.stdout:Get:47 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn-lib amd64 0.22.2.post1+dfsg-5 [2,358 kB] 2022-03-08T17:43:17.355 INFO:teuthology.orchestra.run.smithi167.stdout:Get:48 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 17.0.0-10961-g6fe8e680-1focal [6,428 kB] 2022-03-08T17:43:17.377 INFO:teuthology.orchestra.run.smithi167.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2022-03-08T17:43:17.379 INFO:teuthology.orchestra.run.smithi167.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2022-03-08T17:43:17.515 INFO:teuthology.orchestra.run.smithi167.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2022-03-08T17:43:17.515 INFO:teuthology.orchestra.run.smithi167.stdout:Get:52 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 17.0.0-10961-g6fe8e680-1focal [210 kB] 2022-03-08T17:43:17.636 INFO:teuthology.orchestra.run.smithi167.stdout:Get:53 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 17.0.0-10961-g6fe8e680-1focal [151 kB] 2022-03-08T17:43:17.644 INFO:teuthology.orchestra.run.smithi167.stdout:Get:54 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 17.0.0-10961-g6fe8e680-1focal [1,570 kB] 2022-03-08T17:43:17.644 INFO:teuthology.orchestra.run.smithi167.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2022-03-08T17:43:17.649 INFO:teuthology.orchestra.run.smithi167.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2022-03-08T17:43:17.652 INFO:teuthology.orchestra.run.smithi167.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2022-03-08T17:43:17.652 INFO:teuthology.orchestra.run.smithi167.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2022-03-08T17:43:17.654 INFO:teuthology.orchestra.run.smithi167.stdout:Get:59 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2022-03-08T17:43:17.654 INFO:teuthology.orchestra.run.smithi167.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2022-03-08T17:43:17.655 INFO:teuthology.orchestra.run.smithi167.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2022-03-08T17:43:17.655 INFO:teuthology.orchestra.run.smithi167.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2022-03-08T17:43:17.656 INFO:teuthology.orchestra.run.smithi167.stdout:Get:63 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 17.0.0-10961-g6fe8e680-1focal [7,816 kB] 2022-03-08T17:43:17.726 INFO:teuthology.orchestra.run.smithi167.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2022-03-08T17:43:17.737 INFO:teuthology.orchestra.run.smithi167.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2022-03-08T17:43:17.740 INFO:teuthology.orchestra.run.smithi167.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2022-03-08T17:43:17.742 INFO:teuthology.orchestra.run.smithi167.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2022-03-08T17:43:17.743 INFO:teuthology.orchestra.run.smithi167.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 libxslt1.1 amd64 1.1.34-4 [152 kB] 2022-03-08T17:43:17.746 INFO:teuthology.orchestra.run.smithi167.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2022-03-08T17:43:17.750 INFO:teuthology.orchestra.run.smithi167.stdout:Get:70 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2022-03-08T17:43:17.755 INFO:teuthology.orchestra.run.smithi167.stdout:Get:71 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2022-03-08T17:43:17.755 INFO:teuthology.orchestra.run.smithi167.stdout:Get:72 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2022-03-08T17:43:17.808 INFO:teuthology.orchestra.run.smithi167.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2022-03-08T17:43:17.834 INFO:teuthology.orchestra.run.smithi167.stdout:Get:74 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 17.0.0-10961-g6fe8e680-1focal [28.6 MB] 2022-03-08T17:43:17.838 INFO:teuthology.orchestra.run.smithi167.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2022-03-08T17:43:17.964 INFO:teuthology.orchestra.run.smithi167.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2022-03-08T17:43:17.979 INFO:teuthology.orchestra.run.smithi167.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2022-03-08T17:43:17.979 INFO:teuthology.orchestra.run.smithi167.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2022-03-08T17:43:17.980 INFO:teuthology.orchestra.run.smithi167.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2022-03-08T17:43:17.981 INFO:teuthology.orchestra.run.smithi167.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2022-03-08T17:43:17.981 INFO:teuthology.orchestra.run.smithi167.stdout:Get:81 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2022-03-08T17:43:17.982 INFO:teuthology.orchestra.run.smithi167.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2022-03-08T17:43:17.983 INFO:teuthology.orchestra.run.smithi167.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2022-03-08T17:43:17.983 INFO:teuthology.orchestra.run.smithi167.stdout:Get:84 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2022-03-08T17:43:18.061 INFO:teuthology.orchestra.run.smithi167.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2022-03-08T17:43:18.911 INFO:teuthology.orchestra.run.smithi167.stdout:Get:86 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 17.0.0-10961-g6fe8e680-1focal [3,812 B] 2022-03-08T17:43:18.912 INFO:teuthology.orchestra.run.smithi167.stdout:Get:87 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 17.0.0-10961-g6fe8e680-1focal [859 kB] 2022-03-08T17:43:18.918 INFO:teuthology.orchestra.run.smithi167.stdout:Get:88 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 17.0.0-10961-g6fe8e680-1focal [2,385 kB] 2022-03-08T17:43:18.937 INFO:teuthology.orchestra.run.smithi167.stdout:Get:89 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 17.0.0-10961-g6fe8e680-1focal [1,677 kB] 2022-03-08T17:43:18.954 INFO:teuthology.orchestra.run.smithi167.stdout:Get:90 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 17.0.0-10961-g6fe8e680-1focal [7,876 kB] 2022-03-08T17:43:19.213 INFO:teuthology.orchestra.run.smithi167.stdout:Get:91 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 17.0.0-10961-g6fe8e680-1focal [3,932 B] 2022-03-08T17:43:19.213 INFO:teuthology.orchestra.run.smithi167.stdout:Get:92 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 17.0.0-10961-g6fe8e680-1focal [50.5 MB] 2022-03-08T17:43:21.181 INFO:teuthology.orchestra.run.smithi167.stdout:Get:93 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 17.0.0-10961-g6fe8e680-1focal [219 kB] 2022-03-08T17:43:21.182 INFO:teuthology.orchestra.run.smithi167.stdout:Get:94 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 17.0.0-10961-g6fe8e680-1focal [69.5 kB] 2022-03-08T17:43:21.183 INFO:teuthology.orchestra.run.smithi167.stdout:Get:95 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 17.0.0-10961-g6fe8e680-1focal [21.4 kB] 2022-03-08T17:43:21.183 INFO:teuthology.orchestra.run.smithi167.stdout:Get:96 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 17.0.0-10961-g6fe8e680-1focal [12.7 MB] 2022-03-08T17:43:21.488 INFO:teuthology.orchestra.run.smithi167.stdout:Get:97 https://4.chacra.ceph.com/r/ceph/master/6fe8e680a334072b1ba19b2de006862f98aedbae/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 17.0.0-10961-g6fe8e680-1focal [78.8 kB] 2022-03-08T17:43:22.117 INFO:teuthology.orchestra.run.smithi167.stdout:Fetched 181 MB in 6s (31.2 MB/s) 2022-03-08T17:43:22.285 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2022-03-08T17:43:22.330 INFO:teuthology.orchestra.run.smithi167.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 109337 files and directories currently installed.) 2022-03-08T17:43:22.333 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../00-liblttng-ust0_2.11.0-1_amd64.deb ... 2022-03-08T17:43:22.485 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2022-03-08T17:43:23.005 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../01-librbd1_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:23.132 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking librbd1 (17.0.0-10961-g6fe8e680-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-03-08T17:43:23.925 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../02-librados2_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:24.096 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking librados2 (17.0.0-10961-g6fe8e680-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-03-08T17:43:24.785 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libcephfs2. 2022-03-08T17:43:24.797 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../03-libcephfs2_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:24.825 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libcephfs2 (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:25.313 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-rados. 2022-03-08T17:43:25.327 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../04-python3-rados_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:25.363 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-rados (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:25.734 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-ceph-argparse. 2022-03-08T17:43:25.749 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../05-python3-ceph-argparse_17.0.0-10961-g6fe8e680-1focal_all.deb ... 2022-03-08T17:43:25.791 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-ceph-argparse (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:26.069 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-cephfs. 2022-03-08T17:43:26.082 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../06-python3-cephfs_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:26.111 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-cephfs (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:26.581 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-ceph-common. 2022-03-08T17:43:26.596 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../07-python3-ceph-common_17.0.0-10961-g6fe8e680-1focal_all.deb ... 2022-03-08T17:43:26.665 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-ceph-common (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:27.072 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-prettytable. 2022-03-08T17:43:27.087 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../08-python3-prettytable_0.7.2-5_all.deb ... 2022-03-08T17:43:27.126 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2022-03-08T17:43:27.422 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-rbd. 2022-03-08T17:43:27.434 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../09-python3-rbd_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:27.471 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-rbd (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:27.984 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2022-03-08T17:43:27.997 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../10-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-03-08T17:43:28.051 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-03-08T17:43:28.398 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package librabbitmq4:amd64. 2022-03-08T17:43:28.409 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../11-librabbitmq4_0.10.0-1_amd64.deb ... 2022-03-08T17:43:28.439 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2022-03-08T17:43:28.850 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package librdkafka1:amd64. 2022-03-08T17:43:28.862 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../12-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2022-03-08T17:43:28.900 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-03-08T17:43:29.270 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package librgw2. 2022-03-08T17:43:29.279 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../13-librgw2_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:29.353 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking librgw2 (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:30.140 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-rgw. 2022-03-08T17:43:30.152 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../14-python3-rgw_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:30.199 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-rgw (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:30.569 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package liboath0. 2022-03-08T17:43:30.584 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../15-liboath0_2.6.1-1.3_amd64.deb ... 2022-03-08T17:43:30.635 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2022-03-08T17:43:31.097 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libradosstriper1. 2022-03-08T17:43:31.109 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../16-libradosstriper1_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:31.164 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libradosstriper1 (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:31.794 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-common. 2022-03-08T17:43:31.808 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../17-ceph-common_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:31.852 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-common (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:34.537 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-base. 2022-03-08T17:43:34.550 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../18-ceph-base_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:34.622 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-base (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:35.742 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-cryptography. 2022-03-08T17:43:35.755 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../19-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2022-03-08T17:43:35.852 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2022-03-08T17:43:36.274 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-openssl. 2022-03-08T17:43:36.287 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../20-python3-openssl_19.0.0-1build1_all.deb ... 2022-03-08T17:43:36.362 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2022-03-08T17:43:36.703 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2022-03-08T17:43:36.717 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../21-ceph-mgr-modules-core_17.0.0-10961-g6fe8e680-1focal_all.deb ... 2022-03-08T17:43:36.761 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-modules-core (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:37.318 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-bcrypt. 2022-03-08T17:43:37.332 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../22-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2022-03-08T17:43:37.395 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2022-03-08T17:43:37.790 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-cherrypy3. 2022-03-08T17:43:37.802 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../23-python3-cherrypy3_8.9.1-6_all.deb ... 2022-03-08T17:43:37.839 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2022-03-08T17:43:38.486 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-jwt. 2022-03-08T17:43:38.499 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../24-python3-jwt_1.7.1-2ubuntu2_all.deb ... 2022-03-08T17:43:38.543 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2) ... 2022-03-08T17:43:38.965 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-logutils. 2022-03-08T17:43:38.980 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../25-python3-logutils_0.3.3-7_all.deb ... 2022-03-08T17:43:39.023 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-logutils (0.3.3-7) ... 2022-03-08T17:43:39.377 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-markupsafe. 2022-03-08T17:43:39.390 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../26-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2022-03-08T17:43:39.427 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2022-03-08T17:43:39.689 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-mako. 2022-03-08T17:43:39.702 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../27-python3-mako_1.1.0+ds1-1ubuntu2_all.deb ... 2022-03-08T17:43:39.739 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-03-08T17:43:40.186 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-simplegeneric. 2022-03-08T17:43:40.199 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../28-python3-simplegeneric_0.8.1-3_all.deb ... 2022-03-08T17:43:40.235 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2022-03-08T17:43:40.564 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-singledispatch. 2022-03-08T17:43:40.579 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../29-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2022-03-08T17:43:40.622 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2022-03-08T17:43:41.177 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-webob. 2022-03-08T17:43:41.192 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../30-python3-webob_1%3a1.8.5-2_all.deb ... 2022-03-08T17:43:41.243 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2022-03-08T17:43:41.682 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-soupsieve. 2022-03-08T17:43:41.696 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../31-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2022-03-08T17:43:41.731 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2022-03-08T17:43:42.109 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-bs4. 2022-03-08T17:43:42.124 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../32-python3-bs4_4.8.2-1_all.deb ... 2022-03-08T17:43:42.193 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2022-03-08T17:43:42.588 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-waitress. 2022-03-08T17:43:42.598 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../33-python3-waitress_1.4.1-1_all.deb ... 2022-03-08T17:43:42.666 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-waitress (1.4.1-1) ... 2022-03-08T17:43:43.051 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-tempita. 2022-03-08T17:43:43.059 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../34-python3-tempita_0.5.2-6_all.deb ... 2022-03-08T17:43:43.092 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-tempita (0.5.2-6) ... 2022-03-08T17:43:43.429 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-paste. 2022-03-08T17:43:43.441 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../35-python3-paste_3.4.0+dfsg1-1_all.deb ... 2022-03-08T17:43:43.479 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2022-03-08T17:43:43.978 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2022-03-08T17:43:43.990 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../36-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2022-03-08T17:43:44.036 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2022-03-08T17:43:44.389 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pastedeploy. 2022-03-08T17:43:44.398 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../37-python3-pastedeploy_2.1.0-1_all.deb ... 2022-03-08T17:43:44.439 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2022-03-08T17:43:44.793 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-webtest. 2022-03-08T17:43:44.806 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../38-python3-webtest_2.0.32-2_all.deb ... 2022-03-08T17:43:44.851 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-webtest (2.0.32-2) ... 2022-03-08T17:43:45.172 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pecan. 2022-03-08T17:43:45.184 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../39-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2022-03-08T17:43:45.229 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2022-03-08T17:43:45.662 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-werkzeug. 2022-03-08T17:43:45.674 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../40-python3-werkzeug_0.16.1+dfsg1-2_all.deb ... 2022-03-08T17:43:45.744 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2) ... 2022-03-08T17:43:46.207 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2022-03-08T17:43:46.217 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../41-libsqlite3-mod-ceph_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:46.248 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libsqlite3-mod-ceph (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:46.736 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr. 2022-03-08T17:43:46.752 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../42-ceph-mgr_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:46.794 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:47.386 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mon. 2022-03-08T17:43:47.393 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../43-ceph-mon_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:47.450 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mon (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:48.581 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-osd. 2022-03-08T17:43:48.590 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../44-ceph-osd_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:48.622 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-osd (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:52.449 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph. 2022-03-08T17:43:52.464 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../45-ceph_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:52.507 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:52.937 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-fuse. 2022-03-08T17:43:52.947 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../46-ceph-fuse_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:52.979 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-fuse (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:53.458 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mds. 2022-03-08T17:43:53.474 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../47-ceph-mds_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:43:53.516 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mds (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:54.183 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-repoze.lru. 2022-03-08T17:43:54.195 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../48-python3-repoze.lru_0.7-2_all.deb ... 2022-03-08T17:43:54.235 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2022-03-08T17:43:54.538 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libjs-underscore. 2022-03-08T17:43:54.554 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../49-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2022-03-08T17:43:54.606 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-03-08T17:43:54.886 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libjs-sphinxdoc. 2022-03-08T17:43:54.901 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../50-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2022-03-08T17:43:54.947 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-03-08T17:43:55.360 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-routes. 2022-03-08T17:43:55.374 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../51-python3-routes_2.4.1-2_all.deb ... 2022-03-08T17:43:55.418 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-routes (2.4.1-2) ... 2022-03-08T17:43:55.789 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2022-03-08T17:43:55.801 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../52-ceph-mgr-dashboard_17.0.0-10961-g6fe8e680-1focal_all.deb ... 2022-03-08T17:43:55.831 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-dashboard (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:43:56.410 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-decorator. 2022-03-08T17:43:56.422 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../53-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2022-03-08T17:43:56.478 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2022-03-08T17:43:56.948 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2022-03-08T17:43:56.961 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../54-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2022-03-08T17:43:56.998 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-03-08T17:43:57.401 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-scipy. 2022-03-08T17:43:57.411 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../55-python3-scipy_1.3.3-3build1_amd64.deb ... 2022-03-08T17:43:57.468 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2022-03-08T17:43:59.335 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-sklearn-lib. 2022-03-08T17:43:59.349 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../56-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2022-03-08T17:43:59.392 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-03-08T17:44:00.031 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-joblib. 2022-03-08T17:44:00.095 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../57-python3-joblib_0.14.0-3_all.deb ... 2022-03-08T17:44:00.096 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-joblib (0.14.0-3) ... 2022-03-08T17:44:00.628 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-sklearn. 2022-03-08T17:44:00.638 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../58-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2022-03-08T17:44:00.678 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-03-08T17:44:01.397 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2022-03-08T17:44:01.408 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../59-ceph-mgr-diskprediction-local_17.0.0-10961-g6fe8e680-1focal_all.deb ... 2022-03-08T17:44:01.488 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-diskprediction-local (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:03.160 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-cachetools. 2022-03-08T17:44:03.175 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../60-python3-cachetools_4.0.0-1_all.deb ... 2022-03-08T17:44:03.220 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2022-03-08T17:44:03.730 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pyasn1. 2022-03-08T17:44:03.744 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../61-python3-pyasn1_0.4.2-3build1_all.deb ... 2022-03-08T17:44:03.791 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2022-03-08T17:44:04.146 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pyasn1-modules. 2022-03-08T17:44:04.155 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../62-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2022-03-08T17:44:04.197 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-03-08T17:44:04.642 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-rsa. 2022-03-08T17:44:04.654 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../63-python3-rsa_4.0-3_all.deb ... 2022-03-08T17:44:04.739 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-rsa (4.0-3) ... 2022-03-08T17:44:05.056 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-google-auth. 2022-03-08T17:44:05.065 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../64-python3-google-auth_1.5.1-2_all.deb ... 2022-03-08T17:44:05.131 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2022-03-08T17:44:05.480 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-blinker. 2022-03-08T17:44:05.492 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../65-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2022-03-08T17:44:05.530 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-03-08T17:44:06.008 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-oauthlib. 2022-03-08T17:44:06.023 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../66-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2022-03-08T17:44:06.066 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2022-03-08T17:44:06.435 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-requests-oauthlib. 2022-03-08T17:44:06.448 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../67-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2022-03-08T17:44:06.508 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-03-08T17:44:07.051 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-websocket. 2022-03-08T17:44:07.065 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../68-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2022-03-08T17:44:07.113 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2022-03-08T17:44:07.548 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-kubernetes. 2022-03-08T17:44:07.557 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../69-python3-kubernetes_7.0.0~a1-2_all.deb ... 2022-03-08T17:44:07.616 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2022-03-08T17:44:08.271 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2022-03-08T17:44:08.283 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../70-ceph-mgr-k8sevents_17.0.0-10961-g6fe8e680-1focal_all.deb ... 2022-03-08T17:44:08.322 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-mgr-k8sevents (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:08.732 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libonig5:amd64. 2022-03-08T17:44:08.745 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../71-libonig5_6.9.4-1_amd64.deb ... 2022-03-08T17:44:08.798 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2022-03-08T17:44:09.277 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libjq1:amd64. 2022-03-08T17:44:09.295 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../72-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-03-08T17:44:09.356 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-03-08T17:44:09.657 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package jq. 2022-03-08T17:44:09.671 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../73-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-03-08T17:44:09.723 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2022-03-08T17:44:10.056 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libxslt1.1:amd64. 2022-03-08T17:44:10.071 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../74-libxslt1.1_1.1.34-4_amd64.deb ... 2022-03-08T17:44:10.116 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libxslt1.1:amd64 (1.1.34-4) ... 2022-03-08T17:44:10.607 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package xmlstarlet. 2022-03-08T17:44:10.620 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../75-xmlstarlet_1.6.1-2build1_amd64.deb ... 2022-03-08T17:44:10.725 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2022-03-08T17:44:11.176 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-test. 2022-03-08T17:44:11.193 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../76-ceph-test_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:44:11.236 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-test (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:16.363 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package ceph-volume. 2022-03-08T17:44:16.377 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../77-ceph-volume_17.0.0-10961-g6fe8e680-1focal_all.deb ... 2022-03-08T17:44:16.421 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking ceph-volume (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:16.943 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package cephadm. 2022-03-08T17:44:16.959 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../78-cephadm_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:44:17.060 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking cephadm (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:17.599 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package libcephfs-dev. 2022-03-08T17:44:17.612 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../79-libcephfs-dev_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:44:17.654 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking libcephfs-dev (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:18.111 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package nvme-cli. 2022-03-08T17:44:18.125 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../80-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2022-03-08T17:44:18.177 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2022-03-08T17:44:18.781 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-atomicwrites. 2022-03-08T17:44:18.793 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../81-python3-atomicwrites_1.1.5-2build1_all.deb ... 2022-03-08T17:44:18.831 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2022-03-08T17:44:19.160 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-attr. 2022-03-08T17:44:19.168 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../82-python3-attr_19.3.0-2_all.deb ... 2022-03-08T17:44:19.203 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-attr (19.3.0-2) ... 2022-03-08T17:44:19.638 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-webencodings. 2022-03-08T17:44:19.652 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../83-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2022-03-08T17:44:19.730 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2022-03-08T17:44:20.061 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-html5lib. 2022-03-08T17:44:20.074 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../84-python3-html5lib_1.0.1-2_all.deb ... 2022-03-08T17:44:20.119 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2022-03-08T17:44:20.548 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-lxml:amd64. 2022-03-08T17:44:20.563 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../85-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2022-03-08T17:44:20.601 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-03-08T17:44:21.883 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-packaging. 2022-03-08T17:44:21.896 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../86-python3-packaging_20.3-1_all.deb ... 2022-03-08T17:44:22.059 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-packaging (20.3-1) ... 2022-03-08T17:44:22.515 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pastescript. 2022-03-08T17:44:22.530 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../87-python3-pastescript_2.0.2-4_all.deb ... 2022-03-08T17:44:22.638 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2022-03-08T17:44:22.997 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pluggy. 2022-03-08T17:44:23.008 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../88-python3-pluggy_0.13.0-2_all.deb ... 2022-03-08T17:44:23.109 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2022-03-08T17:44:23.559 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-psutil. 2022-03-08T17:44:23.569 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../89-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2022-03-08T17:44:23.617 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2022-03-08T17:44:24.028 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-py. 2022-03-08T17:44:24.043 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../90-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2022-03-08T17:44:24.080 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2022-03-08T17:44:24.536 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pyinotify. 2022-03-08T17:44:24.551 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../91-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2022-03-08T17:44:24.628 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-03-08T17:44:24.974 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-wcwidth. 2022-03-08T17:44:24.988 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../92-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2022-03-08T17:44:25.035 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2022-03-08T17:44:25.556 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-pytest. 2022-03-08T17:44:25.692 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../93-python3-pytest_4.6.9-1_all.deb ... 2022-03-08T17:44:25.692 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-pytest (4.6.9-1) ... 2022-03-08T17:44:26.134 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package python3-simplejson. 2022-03-08T17:44:26.148 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../94-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2022-03-08T17:44:26.196 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2022-03-08T17:44:26.781 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package radosgw. 2022-03-08T17:44:26.798 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../95-radosgw_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:44:26.839 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking radosgw (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:28.360 INFO:teuthology.orchestra.run.smithi167.stdout:Selecting previously unselected package rbd-fuse. 2022-03-08T17:44:28.373 INFO:teuthology.orchestra.run.smithi167.stdout:Preparing to unpack .../96-rbd-fuse_17.0.0-10961-g6fe8e680-1focal_amd64.deb ... 2022-03-08T17:44:28.409 INFO:teuthology.orchestra.run.smithi167.stdout:Unpacking rbd-fuse (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:28.833 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-attr (19.3.0-2) ... 2022-03-08T17:44:29.195 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2022-03-08T17:44:29.331 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2022-03-08T17:44:29.577 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up cephadm (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:30.347 INFO:teuthology.orchestra.run.smithi167.stdout:Adding system user cephadm....done 2022-03-08T17:44:30.504 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-waitress (1.4.1-1) ... 2022-03-08T17:44:30.919 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-repoze.lru (0.7-2) ... 2022-03-08T17:44:31.258 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up liboath0 (2.6.1-1.3) ... 2022-03-08T17:44:31.396 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2022-03-08T17:44:31.755 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-joblib (0.14.0-3) ... 2022-03-08T17:44:32.297 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-jwt (1.7.1-2ubuntu2) ... 2022-03-08T17:44:32.694 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-cachetools (4.0.0-1) ... 2022-03-08T17:44:33.001 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2022-03-08T17:44:33.290 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-03-08T17:44:33.571 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-ceph-argparse (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:33.875 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-03-08T17:44:34.000 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2022-03-08T17:44:34.287 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2022-03-08T17:44:34.655 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2022-03-08T17:44:35.058 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2022-03-08T17:44:35.355 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2022-03-08T17:44:35.699 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2022-03-08T17:44:36.029 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-tempita (0.5.2-6) ... 2022-03-08T17:44:36.334 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-packaging (20.3-1) ... 2022-03-08T17:44:36.640 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2022-03-08T17:44:36.787 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2022-03-08T17:44:37.135 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2022-03-08T17:44:37.637 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2) ... 2022-03-08T17:44:38.102 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2022-03-08T17:44:38.495 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-ceph-common (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:38.853 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-html5lib (1.0.1-2) ... 2022-03-08T17:44:39.265 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-03-08T17:44:39.395 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pluggy (0.13.0-2) ... 2022-03-08T17:44:39.686 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-03-08T17:44:39.918 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libxslt1.1:amd64 (1.1.34-4) ... 2022-03-08T17:44:40.120 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2022-03-08T17:44:40.447 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2022-03-08T17:44:40.731 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-logutils (0.3.3-7) ... 2022-03-08T17:44:41.079 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2022-03-08T17:44:41.300 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2022-03-08T17:44:41.596 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-prettytable (0.7.2-5) ... 2022-03-08T17:44:41.885 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2022-03-08T17:44:42.306 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2022-03-08T17:44:42.408 INFO:teuthology.orchestra.run.smithi167.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2022-03-08T17:44:42.661 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2022-03-08T17:44:42.878 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-03-08T17:44:43.255 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2022-03-08T17:44:43.730 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-03-08T17:44:43.913 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-03-08T17:44:44.059 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-webob (1:1.8.5-2) ... 2022-03-08T17:44:44.447 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-03-08T17:44:44.741 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up librados2 (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:44.881 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2022-03-08T17:44:46.500 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up librgw2 (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:46.657 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libsqlite3-mod-ceph (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:46.885 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-03-08T17:44:47.044 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pytest (4.6.9-1) ... 2022-03-08T17:44:47.509 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2022-03-08T17:44:47.840 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2022-03-08T17:44:48.171 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-bs4 (4.8.2-1) ... 2022-03-08T17:44:48.533 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libcephfs2 (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:48.671 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2022-03-08T17:44:48.997 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libradosstriper1 (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:49.157 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-03-08T17:44:49.483 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-03-08T17:44:50.604 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up librbd1 (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:50.796 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-03-08T17:44:50.981 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2022-03-08T17:44:51.216 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-03-08T17:44:51.526 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2022-03-08T17:44:51.660 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-rsa (4.0-3) ... 2022-03-08T17:44:52.010 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-webtest (2.0.32-2) ... 2022-03-08T17:44:52.518 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-modules-core (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:53.414 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-fuse (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:53.747 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-03-08T17:44:53.748 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-03-08T17:44:54.696 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up libcephfs-dev (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:54.831 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-03-08T17:44:55.163 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pastescript (2.0.2-4) ... 2022-03-08T17:44:55.526 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2022-03-08T17:44:55.910 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-rados (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:56.153 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-rbd (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:56.279 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up rbd-fuse (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:56.409 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-routes (2.4.1-2) ... 2022-03-08T17:44:56.719 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-google-auth (1.5.1-2) ... 2022-03-08T17:44:57.079 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-rgw (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:57.323 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-cephfs (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:57.491 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2022-03-08T17:44:58.580 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-common (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:44:59.351 INFO:teuthology.orchestra.run.smithi167.stdout:Adding group ceph....done 2022-03-08T17:44:59.776 INFO:teuthology.orchestra.run.smithi167.stdout:Adding system user ceph....done 2022-03-08T17:44:59.939 INFO:teuthology.orchestra.run.smithi167.stdout:Setting system user ceph properties....done 2022-03-08T17:44:59.974 INFO:teuthology.orchestra.run.smithi167.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2022-03-08T17:45:00.108 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2022-03-08T17:45:00.691 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2022-03-08T17:45:01.543 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-test (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:45:01.666 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up radosgw (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:45:01.936 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-03-08T17:45:01.936 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-03-08T17:45:03.237 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-base (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:45:04.033 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2022-03-08T17:45:04.947 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mds (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:45:05.188 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-03-08T17:45:05.189 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-03-08T17:45:06.143 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:45:06.372 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-03-08T17:45:06.372 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-03-08T17:45:07.330 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-osd (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:45:08.110 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-03-08T17:45:08.111 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-03-08T17:45:08.998 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-k8sevents (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:45:09.132 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-diskprediction-local (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:45:09.284 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mon (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:45:09.532 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-03-08T17:45:09.532 INFO:teuthology.orchestra.run.smithi167.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-03-08T17:45:10.397 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:45:10.552 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-mgr-dashboard (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:45:10.687 INFO:teuthology.orchestra.run.smithi167.stdout:Setting up ceph-volume (17.0.0-10961-g6fe8e680-1focal) ... 2022-03-08T17:45:10.831 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-03-08T17:45:11.300 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-03-08T17:45:14.146 INFO:teuthology.orchestra.run.smithi167.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-03-08T17:45:14.573 INFO:teuthology.orchestra.run.smithi167.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2022-03-08T17:45:14.577 DEBUG:teuthology.parallel:result is None 2022-03-08T17:45:14.578 DEBUG:teuthology.orchestra.run.smithi167:> sudo lsb_release -is 2022-03-08T17:45:14.633 INFO:teuthology.orchestra.run.smithi167.stdout:Ubuntu 2022-03-08T17:45:14.639 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-03-08T17:45:14.640 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=6fe8e680a334072b1ba19b2de006862f98aedbae 2022-03-08T17:45:14.853 DEBUG:teuthology.orchestra.run.smithi167:> dpkg-query -W -f '${Version}' ceph 2022-03-08T17:45:14.879 INFO:teuthology.orchestra.run.smithi167.stdout:17.0.0-10961-g6fe8e680-1focal 2022-03-08T17:45:14.880 INFO:teuthology.packaging:The installed version of ceph is 17.0.0-10961-g6fe8e680-1focal 2022-03-08T17:45:14.880 INFO:teuthology.task.install:The correct ceph version 17.0.0-10961-g6fe8e680-1focal is installed. 2022-03-08T17:45:14.881 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2022-03-08T17:45:14.881 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:45:14.882 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2022-03-08T17:45:14.935 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2022-03-08T17:45:14.936 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:45:14.936 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/usr/bin/daemon-helper 2022-03-08T17:45:14.950 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod a=rx -- /usr/bin/daemon-helper 2022-03-08T17:45:15.005 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2022-03-08T17:45:15.005 DEBUG:teuthology.orchestra.run.smithi167:> set -ex 2022-03-08T17:45:15.006 DEBUG:teuthology.orchestra.run.smithi167:> sudo dd of=/usr/bin/adjust-ulimits 2022-03-08T17:45:15.019 DEBUG:teuthology.orchestra.run.smithi167:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2022-03-08T17:45:15.031 INFO:teuthology.run_tasks:Running task radosbench... 2022-03-08T17:45:15.047 INFO:tasks.radosbench:Beginning radosbench... 2022-03-08T17:45:15.047 INFO:tasks.rook.ceph_manager.ceph:creating pool_name unique_pool_0 2022-03-08T17:45:15.048 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd pool create unique_pool_0 16 2022-03-08T17:45:16.823 INFO:teuthology.orchestra.run.smithi167.stderr:pool 'unique_pool_0' created 2022-03-08T17:45:16.973 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2022-03-08T17:45:17.838 INFO:teuthology.orchestra.run.smithi167.stderr:enabled application 'rados' on pool 'unique_pool_0' 2022-03-08T17:45:18.848 DEBUG:teuthology.orchestra.run.smithi167:> /bin/sh -c 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rados --no-log-to-stderr --name client.a -b 65536 --object-size 65536 -p unique_pool_0 bench 360 write' 2022-03-08T17:45:18.851 INFO:teuthology.run_tasks:Running task rook.shell... 2022-03-08T17:45:18.862 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch host label add '`hostname`' 'foo 2022-03-08T17:45:18.862 DEBUG:teuthology.orchestra.run.smithi167:> ceph' orch host ls '|' grep 'foo 2022-03-08T17:45:18.863 DEBUG:teuthology.orchestra.run.smithi167:> ceph' orch host label rm '`hostname`' 'foo 2022-03-08T17:45:18.863 DEBUG:teuthology.orchestra.run.smithi167:> ceph' orch host ls '|' grep -v 'foo 2022-03-08T17:45:18.863 DEBUG:teuthology.orchestra.run.smithi167:> ' 2022-03-08T17:45:18.970 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:hints = 1 2022-03-08T17:45:18.970 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 360 seconds or 0 objects 2022-03-08T17:45:18.971 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Object prefix: benchmark_data_smithi167_42849 2022-03-08T17:45:18.972 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:45:18.972 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 0 0 0 0 0 0 - 0 2022-03-08T17:45:19.200 INFO:teuthology.orchestra.run.smithi167.stdout:ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2022-03-08T17:45:19.238 INFO:teuthology.run_tasks:Running task exec... 2022-03-08T17:45:19.255 INFO:teuthology.task.exec:Executing custom commands... 2022-03-08T17:45:19.256 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi167.front.sepia.ceph.com 2022-03-08T17:45:19.256 DEBUG:teuthology.orchestra.run.smithi167:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2022-03-08T17:45:19.258 DEBUG:teuthology.orchestra.run.smithi167:> toolbox() { 2022-03-08T17:45:19.259 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- "$@" 2022-03-08T17:45:19.259 DEBUG:teuthology.orchestra.run.smithi167:> } 2022-03-08T17:45:19.259 DEBUG:teuthology.orchestra.run.smithi167:> orig_num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-03-08T17:45:19.260 DEBUG:teuthology.orchestra.run.smithi167:> toolbox ceph orch osd rm 0 --force 2022-03-08T17:45:19.260 DEBUG:teuthology.orchestra.run.smithi167:> removed_pv="" 2022-03-08T17:45:19.260 DEBUG:teuthology.orchestra.run.smithi167:> while [ "$removed_pv" = "" ] 2022-03-08T17:45:19.260 DEBUG:teuthology.orchestra.run.smithi167:> do 2022-03-08T17:45:19.261 DEBUG:teuthology.orchestra.run.smithi167:> removed_pv=`kubectl get pv | grep Released | cut -f1 -d " "` 2022-03-08T17:45:19.261 DEBUG:teuthology.orchestra.run.smithi167:> sleep 3s 2022-03-08T17:45:19.261 DEBUG:teuthology.orchestra.run.smithi167:> done 2022-03-08T17:45:19.262 DEBUG:teuthology.orchestra.run.smithi167:> target_path=`kubectl get pv $removed_pv -o jsonpath='"'"'{.spec.local.path}'"'"'` 2022-03-08T17:45:19.262 DEBUG:teuthology.orchestra.run.smithi167:> host=`echo $removed_pv | cut -f1 -d "-"` 2022-03-08T17:45:19.262 DEBUG:teuthology.orchestra.run.smithi167:> toolbox ceph orch device zap $host $target_path --force 2022-03-08T17:45:19.262 DEBUG:teuthology.orchestra.run.smithi167:> zap_completion="0" 2022-03-08T17:45:19.263 DEBUG:teuthology.orchestra.run.smithi167:> while [ "$zap_completion" = "0" ] 2022-03-08T17:45:19.263 DEBUG:teuthology.orchestra.run.smithi167:> do 2022-03-08T17:45:19.263 DEBUG:teuthology.orchestra.run.smithi167:> zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap -o jsonpath='"'"'{.status.succeeded.path}'"'"'` 2022-03-08T17:45:19.264 DEBUG:teuthology.orchestra.run.smithi167:> sleep 3s 2022-03-08T17:45:19.264 DEBUG:teuthology.orchestra.run.smithi167:> done 2022-03-08T17:45:19.264 DEBUG:teuthology.orchestra.run.smithi167:> kubectl patch pv $removed_pv -p '"'"'{"spec":{"claimRef": null}}'"'"' 2022-03-08T17:45:19.264 DEBUG:teuthology.orchestra.run.smithi167:> toolbox ceph orch apply osd --all-available-devices 2022-03-08T17:45:19.265 DEBUG:teuthology.orchestra.run.smithi167:> kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-03-08T17:45:19.265 DEBUG:teuthology.orchestra.run.smithi167:> num_osd="0" 2022-03-08T17:45:19.266 DEBUG:teuthology.orchestra.run.smithi167:> while [ "$num_osd" != "$orig_num_osd" ] 2022-03-08T17:45:19.266 DEBUG:teuthology.orchestra.run.smithi167:> do 2022-03-08T17:45:19.266 DEBUG:teuthology.orchestra.run.smithi167:> echo "waiting for osd to come back up" 2022-03-08T17:45:19.266 DEBUG:teuthology.orchestra.run.smithi167:> num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-03-08T17:45:19.267 DEBUG:teuthology.orchestra.run.smithi167:> sleep 30s 2022-03-08T17:45:19.267 DEBUG:teuthology.orchestra.run.smithi167:> done 2022-03-08T17:45:19.267 DEBUG:teuthology.orchestra.run.smithi167:> ' 2022-03-08T17:45:19.283 INFO:teuthology.orchestra.run.smithi167.stderr:++ cut -f3 -d ' ' 2022-03-08T17:45:19.284 INFO:teuthology.orchestra.run.smithi167.stderr:++ toolbox ceph osd stat 2022-03-08T17:45:19.284 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T17:45:19.971 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 1 16 1345 1329 83.0574 83.0625 0.00760772 0.0119843 2022-03-08T17:45:20.971 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 2 16 2843 2827 88.3365 93.625 0.00599636 0.011285 2022-03-08T17:45:21.657 INFO:teuthology.orchestra.run.smithi167.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T17:45:21.972 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 3 16 4273 4257 88.6799 89.375 0.0126674 0.011242 2022-03-08T17:45:22.527 INFO:teuthology.orchestra.run.smithi167.stderr:+ orig_num_osd=4 2022-03-08T17:45:22.527 INFO:teuthology.orchestra.run.smithi167.stderr:+ toolbox ceph orch osd rm 0 --force 2022-03-08T17:45:22.527 INFO:teuthology.orchestra.run.smithi167.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch osd rm 0 --force 2022-03-08T17:45:22.606 INFO:teuthology.orchestra.run.smithi167.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T17:45:22.972 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 4 16 5400 5384 84.1176 70.4375 0.0101718 0.011858 2022-03-08T17:45:23.593 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:23.596290 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-08T17:45:23.595 INFO:tasks.rook.operator.smithi167.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", AllowUnsupported: true}, 2022-03-08T17:45:23.595 INFO:tasks.rook.operator.smithi167.stdout:   Storage: v1.StorageScopeSpec{ 2022-03-08T17:45:23.595 INFO:tasks.rook.operator.smithi167.stdout:   ... // 3 identical fields 2022-03-08T17:45:23.596 INFO:tasks.rook.operator.smithi167.stdout:   Config: nil, 2022-03-08T17:45:23.596 INFO:tasks.rook.operator.smithi167.stdout:   Selection: {}, 2022-03-08T17:45:23.596 INFO:tasks.rook.operator.smithi167.stdout:   StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-03-08T17:45:23.596 INFO:tasks.rook.operator.smithi167.stdout:   {Name: "smithi167-lv-1", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi167-lv-1", StorageClassName: &"scratch", ...}}}}, 2022-03-08T17:45:23.597 INFO:tasks.rook.operator.smithi167.stdout:   {Name: "smithi167-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi167-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-03-08T17:45:23.597 INFO:tasks.rook.operator.smithi167.stdout:   {Name: "smithi167-lv-3", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi167-lv-3", StorageClassName: &"scratch", ...}}}}, 2022-03-08T17:45:23.597 INFO:tasks.rook.operator.smithi167.stdout:-  { 2022-03-08T17:45:23.598 INFO:tasks.rook.operator.smithi167.stdout:-  Name: "smithi167-lv-4", 2022-03-08T17:45:23.598 INFO:tasks.rook.operator.smithi167.stdout:-  Count: 1, 2022-03-08T17:45:23.598 INFO:tasks.rook.operator.smithi167.stdout:-  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-03-08T17:45:23.598 INFO:tasks.rook.operator.smithi167.stdout:-  }, 2022-03-08T17:45:23.599 INFO:tasks.rook.operator.smithi167.stdout:   }, 2022-03-08T17:45:23.599 INFO:tasks.rook.operator.smithi167.stdout:   }, 2022-03-08T17:45:23.599 INFO:tasks.rook.operator.smithi167.stdout:   Annotations: nil, 2022-03-08T17:45:23.599 INFO:tasks.rook.operator.smithi167.stdout:   Labels: nil, 2022-03-08T17:45:23.600 INFO:tasks.rook.operator.smithi167.stdout:   ... // 20 identical fields 2022-03-08T17:45:23.600 INFO:tasks.rook.operator.smithi167.stdout:  } 2022-03-08T17:45:23.601 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:23.605650 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:45:23.702 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:23.704067 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:45:23.776 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:23.777215 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae... 2022-03-08T17:45:23.972 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 5 16 6398 6382 79.7679 62.375 0.010199 0.0125193 2022-03-08T17:45:24.972 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 6 16 6422 6406 66.7227 1.5 0.0109439 0.0125465 2022-03-08T17:45:25.973 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 7 16 6422 6406 57.1902 0 - 0.0125465 2022-03-08T17:45:26.973 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 8 16 6422 6406 50.0414 0 - 0.0125465 2022-03-08T17:45:27.973 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 9 16 6422 6406 44.481 0 - 0.0125465 2022-03-08T17:45:28.961 INFO:teuthology.orchestra.run.smithi167.stdout:Success 2022-03-08T17:45:28.973 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 10 16 6422 6406 40.0328 0 - 0.0125465 2022-03-08T17:45:28.978 INFO:teuthology.orchestra.run.smithi167.stderr:+ removed_pv= 2022-03-08T17:45:28.979 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' '' = '' ']' 2022-03-08T17:45:28.979 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl get pv 2022-03-08T17:45:28.980 INFO:teuthology.orchestra.run.smithi167.stderr:++ grep Released 2022-03-08T17:45:28.980 INFO:teuthology.orchestra.run.smithi167.stderr:++ cut -f1 -d ' ' 2022-03-08T17:45:29.402 INFO:teuthology.orchestra.run.smithi167.stderr:+ removed_pv= 2022-03-08T17:45:29.402 INFO:teuthology.orchestra.run.smithi167.stderr:+ sleep 3s 2022-03-08T17:45:29.974 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 11 16 6422 6406 36.3935 0 - 0.0125465 2022-03-08T17:45:30.974 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 12 16 6422 6406 33.3607 0 - 0.0125465 2022-03-08T17:45:31.974 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 13 16 6422 6406 30.7945 0 - 0.0125465 2022-03-08T17:45:32.403 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' '' = '' ']' 2022-03-08T17:45:32.404 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl get pv 2022-03-08T17:45:32.405 INFO:teuthology.orchestra.run.smithi167.stderr:++ grep Released 2022-03-08T17:45:32.405 INFO:teuthology.orchestra.run.smithi167.stderr:++ cut -f1 -d ' ' 2022-03-08T17:45:32.704 INFO:teuthology.orchestra.run.smithi167.stderr:+ removed_pv= 2022-03-08T17:45:32.705 INFO:teuthology.orchestra.run.smithi167.stderr:+ sleep 3s 2022-03-08T17:45:32.975 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 14 16 6422 6406 28.5949 0 - 0.0125465 2022-03-08T17:45:33.975 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 15 16 6517 6501 27.0844 0.659722 0.0096005 0.0367404 2022-03-08T17:45:34.975 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 16 16 6967 6951 27.1492 28.125 0.0020856 0.0354591 2022-03-08T17:45:35.706 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' '' = '' ']' 2022-03-08T17:45:35.706 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl get pv 2022-03-08T17:45:35.706 INFO:teuthology.orchestra.run.smithi167.stderr:++ grep Released 2022-03-08T17:45:35.707 INFO:teuthology.orchestra.run.smithi167.stderr:++ cut -f1 -d ' ' 2022-03-08T17:45:35.892 INFO:teuthology.orchestra.run.smithi167.stderr:+ removed_pv= 2022-03-08T17:45:35.893 INFO:teuthology.orchestra.run.smithi167.stderr:+ sleep 3s 2022-03-08T17:45:35.975 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 17 16 6967 6951 25.5523 0 - 0.0354591 2022-03-08T17:45:36.975 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 18 16 6967 6951 24.1327 0 - 0.0354591 2022-03-08T17:45:37.975 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 19 16 6967 6951 22.8626 0 - 0.0354591 2022-03-08T17:45:38.303 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:38.306998 I | ceph-spec: object "rook-ceph-osd-0" matched on delete, reconciling 2022-03-08T17:45:38.893 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' '' = '' ']' 2022-03-08T17:45:38.894 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl get pv 2022-03-08T17:45:38.894 INFO:teuthology.orchestra.run.smithi167.stderr:++ grep Released 2022-03-08T17:45:38.895 INFO:teuthology.orchestra.run.smithi167.stderr:++ cut -f1 -d ' ' 2022-03-08T17:45:38.953 INFO:teuthology.orchestra.run.smithi167.stderr:+ removed_pv=smithi167-lv-4 2022-03-08T17:45:38.953 INFO:teuthology.orchestra.run.smithi167.stderr:+ sleep 3s 2022-03-08T17:45:38.975 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:45:38.979624+0000 min lat: 0.0012986 max lat: 9.87852 avg lat: 0.0354591 2022-03-08T17:45:38.976 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:45:38.976 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 20 16 6967 6951 21.7195 0 - 0.0354591 2022-03-08T17:45:39.976 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 21 16 6967 6951 20.6852 0 - 0.0354591 2022-03-08T17:45:40.976 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 22 16 6967 6951 19.745 0 - 0.0354591 2022-03-08T17:45:41.955 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' smithi167-lv-4 = '' ']' 2022-03-08T17:45:41.955 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl get pv smithi167-lv-4 -o 'jsonpath={.spec.local.path}' 2022-03-08T17:45:41.976 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 23 16 6967 6951 18.8865 0 - 0.0354591 2022-03-08T17:45:41.985 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:41.988781 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10961 quincy" 2022-03-08T17:45:41.986 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:41.988811 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T17:45:41.986 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:41.988820 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10961 quincy", pursuing 2022-03-08T17:45:42.026 INFO:teuthology.orchestra.run.smithi167.stderr:+ target_path=/dev/vg_nvme/lv_4 2022-03-08T17:45:42.027 INFO:teuthology.orchestra.run.smithi167.stderr:++ echo smithi167-lv-4 2022-03-08T17:45:42.027 INFO:teuthology.orchestra.run.smithi167.stderr:++ cut -f1 -d - 2022-03-08T17:45:42.028 INFO:teuthology.orchestra.run.smithi167.stderr:+ host=smithi167 2022-03-08T17:45:42.028 INFO:teuthology.orchestra.run.smithi167.stderr:+ toolbox ceph orch device zap smithi167 /dev/vg_nvme/lv_4 --force 2022-03-08T17:45:42.028 INFO:teuthology.orchestra.run.smithi167.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch device zap smithi167 /dev/vg_nvme/lv_4 --force 2022-03-08T17:45:42.146 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:42.149100 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:45:42.157 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:42.160569 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:45:42.159 INFO:teuthology.orchestra.run.smithi167.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T17:45:42.160 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:42.160717 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:45:42.612 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:42.615164 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10961 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae" 2022-03-08T17:45:42.741 INFO:teuthology.orchestra.run.smithi167.stdout:/dev/vg_nvme/lv_4 on smithi167 zapped 2022-03-08T17:45:42.758 INFO:teuthology.orchestra.run.smithi167.stderr:+ zap_completion=0 2022-03-08T17:45:42.758 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' 0 = 0 ']' 2022-03-08T17:45:42.759 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl get job -n rook-ceph rook-ceph-device-zap -o 'jsonpath={.status.succeeded.path}' 2022-03-08T17:45:42.974 INFO:teuthology.orchestra.run.smithi167.stderr:+ zap_completion= 2022-03-08T17:45:42.975 INFO:teuthology.orchestra.run.smithi167.stderr:+ sleep 3s 2022-03-08T17:45:42.976 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 24 16 6967 6951 18.0996 0 - 0.0354591 2022-03-08T17:45:43.025 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:43.024307 I | op-mon: start running mons 2022-03-08T17:45:43.501 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:43.503629 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:45:43.976 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 25 16 6967 6951 17.3756 0 - 0.0354591 2022-03-08T17:45:44.172 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:44.175140 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.111.2.209:6789"]}] data:a=10.111.2.209:6789 mapping:{"node":{"a":{"Name":"smithi167","Hostname":"smithi167","Address":"172.21.15.167"}}} maxMonId:0] 2022-03-08T17:45:44.370 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:44.372940 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:45:44.370 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:44.373054 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:45:44.380 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:44.383849 I | op-mon: targeting the mon count 1 2022-03-08T17:45:44.391 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:44.394699 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-03-08T17:45:44.392 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:44.394776 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:45:44.579 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:44.581681 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:45:44.594 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:44.597378 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae... 2022-03-08T17:45:44.977 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 26 16 6967 6951 16.7073 0 - 0.0354591 2022-03-08T17:45:44.991 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:44.994164 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-03-08T17:45:44.996 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:44.999451 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-03-08T17:45:45.975 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' '' = 0 ']' 2022-03-08T17:45:45.976 INFO:teuthology.orchestra.run.smithi167.stderr:+ kubectl patch pv smithi167-lv-4 -p '{"spec":{"claimRef": null}}' 2022-03-08T17:45:45.977 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 27 16 6967 6951 16.0886 0 - 0.0354591 2022-03-08T17:45:46.092 INFO:teuthology.orchestra.run.smithi167.stdout:persistentvolume/smithi167-lv-4 patched 2022-03-08T17:45:46.095 INFO:teuthology.orchestra.run.smithi167.stderr:+ toolbox ceph orch apply osd --all-available-devices 2022-03-08T17:45:46.095 INFO:teuthology.orchestra.run.smithi167.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch apply osd --all-available-devices 2022-03-08T17:45:46.149 INFO:teuthology.orchestra.run.smithi167.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T17:45:46.743 INFO:teuthology.orchestra.run.smithi167.stdout:['Success'] 2022-03-08T17:45:46.748 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:46.748230 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff=  v1.ClusterSpec{ 2022-03-08T17:45:46.748 INFO:tasks.rook.operator.smithi167.stdout:   CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", AllowUnsupported: true}, 2022-03-08T17:45:46.749 INFO:tasks.rook.operator.smithi167.stdout:   Storage: v1.StorageScopeSpec{ 2022-03-08T17:45:46.755 INFO:tasks.rook.operator.smithi167.stdout:   ... // 3 identical fields 2022-03-08T17:45:46.755 INFO:tasks.rook.operator.smithi167.stdout:   Config: nil, 2022-03-08T17:45:46.756 INFO:tasks.rook.operator.smithi167.stdout:   Selection: {}, 2022-03-08T17:45:46.756 INFO:tasks.rook.operator.smithi167.stdout:   StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-03-08T17:45:46.756 INFO:tasks.rook.operator.smithi167.stdout:   {Name: "smithi167-lv-1", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi167-lv-1", StorageClassName: &"scratch", ...}}}}, 2022-03-08T17:45:46.756 INFO:tasks.rook.operator.smithi167.stdout:   {Name: "smithi167-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi167-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-03-08T17:45:46.757 INFO:tasks.rook.operator.smithi167.stdout:   {Name: "smithi167-lv-3", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi167-lv-3", StorageClassName: &"scratch", ...}}}}, 2022-03-08T17:45:46.757 INFO:tasks.rook.operator.smithi167.stdout:+  { 2022-03-08T17:45:46.757 INFO:tasks.rook.operator.smithi167.stdout:+  Name: "smithi167-lv-4", 2022-03-08T17:45:46.757 INFO:tasks.rook.operator.smithi167.stdout:+  Count: 1, 2022-03-08T17:45:46.758 INFO:tasks.rook.operator.smithi167.stdout:+  VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-03-08T17:45:46.758 INFO:tasks.rook.operator.smithi167.stdout:+  }, 2022-03-08T17:45:46.758 INFO:tasks.rook.operator.smithi167.stdout:   }, 2022-03-08T17:45:46.758 INFO:tasks.rook.operator.smithi167.stdout:   }, 2022-03-08T17:45:46.758 INFO:tasks.rook.operator.smithi167.stdout:   Annotations: nil, 2022-03-08T17:45:46.759 INFO:tasks.rook.operator.smithi167.stdout:   Labels: nil, 2022-03-08T17:45:46.759 INFO:tasks.rook.operator.smithi167.stdout:   ... // 20 identical fields 2022-03-08T17:45:46.759 INFO:tasks.rook.operator.smithi167.stdout:  } 2022-03-08T17:45:46.777 INFO:teuthology.orchestra.run.smithi167.stderr:+ kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-03-08T17:45:46.862 INFO:teuthology.orchestra.run.smithi167.stdout:job.batch "rook-ceph-device-zap" deleted 2022-03-08T17:45:46.879 INFO:teuthology.orchestra.run.smithi167.stderr:+ num_osd=0 2022-03-08T17:45:46.879 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' 0 '!=' 4 ']' 2022-03-08T17:45:46.880 INFO:teuthology.orchestra.run.smithi167.stdout:waiting for osd to come back up 2022-03-08T17:45:46.880 INFO:teuthology.orchestra.run.smithi167.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T17:45:46.881 INFO:teuthology.orchestra.run.smithi167.stderr:++ toolbox ceph osd stat 2022-03-08T17:45:46.881 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T17:45:46.881 INFO:teuthology.orchestra.run.smithi167.stderr:++ cut -f3 -d ' ' 2022-03-08T17:45:46.956 INFO:teuthology.orchestra.run.smithi167.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T17:45:46.977 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 28 16 6967 6951 15.514 0 - 0.0354591 2022-03-08T17:45:47.003 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:45:47.004967 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-03-08T17:45:47.946 INFO:teuthology.orchestra.run.smithi167.stderr:+ num_osd=3 2022-03-08T17:45:47.946 INFO:teuthology.orchestra.run.smithi167.stderr:+ sleep 30s 2022-03-08T17:45:47.978 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 29 16 7602 7586 16.3474 3.05288 0.00841616 0.0610491 2022-03-08T17:45:48.979 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 30 16 8451 8435 17.571 53.0625 0.014253 0.0568976 2022-03-08T17:45:49.979 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 31 16 9065 9049 18.242 38.375 0.0198951 0.054521 2022-03-08T17:45:50.979 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 32 16 9627 9611 18.7695 35.125 0.0135618 0.0532588 2022-03-08T17:45:51.979 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 33 16 9941 9925 18.7953 19.625 0.0124078 0.0523008 2022-03-08T17:45:52.979 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 34 16 10825 10809 19.8673 55.25 0.0102792 0.0503193 2022-03-08T17:45:53.980 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 35 16 11719 11703 20.896 55.875 0.0178138 0.0478299 2022-03-08T17:45:54.980 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 36 16 12394 12378 21.4873 42.1875 0.00719356 0.0465185 2022-03-08T17:45:55.981 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 37 16 13081 13065 22.0669 42.9375 0.0118441 0.0453016 2022-03-08T17:45:56.981 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 38 16 13812 13796 22.6884 45.6875 0.0119249 0.0439029 2022-03-08T17:45:57.981 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 39 16 14230 14214 22.7764 26.125 0.0115509 0.0438929 2022-03-08T17:45:58.981 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:45:58.981683+0000 min lat: 0.0012986 max lat: 12.8475 avg lat: 0.0425104 2022-03-08T17:45:58.982 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:45:58.982 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 40 16 15068 15052 23.5162 52.375 0.0120264 0.0425104 2022-03-08T17:45:59.982 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 41 16 15357 15341 23.3832 18.0625 0.627223 0.0427541 2022-03-08T17:46:00.982 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 42 16 16220 16204 24.1105 53.9375 0.0109167 0.041466 2022-03-08T17:46:01.982 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 43 16 17052 17036 24.759 52 0.00550779 0.0403785 2022-03-08T17:46:02.983 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 44 16 17665 17649 25.0669 38.3125 0.0565492 0.0398718 2022-03-08T17:46:03.983 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 45 16 18389 18373 25.5154 45.25 0.0128609 0.0391812 2022-03-08T17:46:04.984 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 46 16 18747 18731 25.4464 22.375 0.025523 0.0392818 2022-03-08T17:46:05.985 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 47 16 19384 19368 25.7519 39.8125 0.00933069 0.038754 2022-03-08T17:46:06.985 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 48 16 20076 20060 26.1164 43.25 0.0283705 0.0382795 2022-03-08T17:46:07.985 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 49 16 20774 20758 26.4736 43.625 0.0149357 0.0376308 2022-03-08T17:46:08.985 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 50 16 21553 21537 26.9178 48.6875 0.0183392 0.037131 2022-03-08T17:46:09.986 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 51 16 22273 22257 27.2722 45 0.0252516 0.0366071 2022-03-08T17:46:10.986 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 52 16 22432 22416 26.9389 9.9375 0.0214547 0.0371064 2022-03-08T17:46:11.986 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 53 16 23159 23143 27.2878 45.4375 0.0142373 0.0366352 2022-03-08T17:46:12.986 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 54 16 23679 23663 27.3843 32.5 0.0245797 0.0365047 2022-03-08T17:46:13.987 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 55 16 24321 24305 27.6158 40.125 0.0141871 0.0362003 2022-03-08T17:46:14.987 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 56 16 25020 25004 27.9028 43.6875 0.0149158 0.03577 2022-03-08T17:46:15.987 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 57 16 25792 25776 28.2595 48.25 0.0129615 0.0353759 2022-03-08T17:46:16.987 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 58 16 26081 26065 28.0836 18.0625 0.0189139 0.0351927 2022-03-08T17:46:17.952 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' 3 '!=' 4 ']' 2022-03-08T17:46:17.952 INFO:teuthology.orchestra.run.smithi167.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T17:46:17.953 INFO:teuthology.orchestra.run.smithi167.stdout:waiting for osd to come back up 2022-03-08T17:46:17.954 INFO:teuthology.orchestra.run.smithi167.stderr:++ toolbox ceph osd stat 2022-03-08T17:46:17.954 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T17:46:17.954 INFO:teuthology.orchestra.run.smithi167.stderr:++ cut -f3 -d ' ' 2022-03-08T17:46:17.988 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 59 16 26409 26393 27.9551 20.5 0.00685071 0.0354043 2022-03-08T17:46:18.655 INFO:teuthology.orchestra.run.smithi167.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T17:46:18.989 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:46:18.985167+0000 min lat: 0.0012986 max lat: 12.8475 avg lat: 0.0354043 2022-03-08T17:46:18.989 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:46:18.989 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 60 16 26409 26393 27.4892 0 - 0.0354043 2022-03-08T17:46:19.988 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 61 16 26409 26393 27.0385 0 - 0.0354043 2022-03-08T17:46:20.881 INFO:teuthology.orchestra.run.smithi167.stderr:+ num_osd=3 2022-03-08T17:46:20.881 INFO:teuthology.orchestra.run.smithi167.stderr:+ sleep 30s 2022-03-08T17:46:20.988 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 62 16 26409 26393 26.6024 0 - 0.0354043 2022-03-08T17:46:21.989 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 63 16 26409 26393 26.1802 0 - 0.0354043 2022-03-08T17:46:22.989 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 64 16 26409 26393 25.7711 0 - 0.0354043 2022-03-08T17:46:23.989 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 65 16 26409 26393 25.3747 0 - 0.0354043 2022-03-08T17:46:24.989 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 66 16 26409 26393 24.9902 0 - 0.0354043 2022-03-08T17:46:25.989 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 67 16 26409 26393 24.6172 0 - 0.0354043 2022-03-08T17:46:26.990 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 68 16 26409 26393 24.2552 0 - 0.0354043 2022-03-08T17:46:27.990 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 69 16 26483 26467 23.9707 0.4625 0.00218838 0.0412495 2022-03-08T17:46:28.990 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 70 16 26483 26467 23.6283 0 - 0.0412495 2022-03-08T17:46:29.990 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 71 16 26483 26467 23.2955 0 - 0.0412495 2022-03-08T17:46:30.990 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 72 16 26483 26467 22.972 0 - 0.0412495 2022-03-08T17:46:31.991 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 73 16 26483 26467 22.6573 0 - 0.0412495 2022-03-08T17:46:32.991 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 74 16 26483 26467 22.3511 0 - 0.0412495 2022-03-08T17:46:33.991 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 75 16 26483 26467 22.0531 0 - 0.0412495 2022-03-08T17:46:34.991 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 76 16 26483 26467 21.7629 0 - 0.0412495 2022-03-08T17:46:35.991 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 77 16 26569 26553 21.5501 0.671875 0.00267972 0.045915 2022-03-08T17:46:36.991 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 78 16 26569 26553 21.2738 0 - 0.045915 2022-03-08T17:46:37.992 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 79 16 26569 26553 21.0045 0 - 0.045915 2022-03-08T17:46:38.830 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:38.824875 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10961 quincy" 2022-03-08T17:46:38.833 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:38.824897 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T17:46:38.833 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:38.824906 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10961 quincy", pursuing 2022-03-08T17:46:38.919 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:38.912924 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:46:38.992 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:46:38.987187+0000 min lat: 0.0012986 max lat: 12.8475 avg lat: 0.045915 2022-03-08T17:46:38.992 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:46:38.992 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 80 16 26569 26553 20.742 0 - 0.045915 2022-03-08T17:46:39.043 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:39.037671 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:46:39.043 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:39.037862 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:46:39.498 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:39.492373 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10961 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae" 2022-03-08T17:46:39.560 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:39.554920 I | op-mon: start running mons 2022-03-08T17:46:39.583 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:39.577854 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:46:39.633 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:39.627582 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.111.2.209:6789"]}] data:a=10.111.2.209:6789 mapping:{"node":{"a":{"Name":"smithi167","Hostname":"smithi167","Address":"172.21.15.167"}}} maxMonId:0] 2022-03-08T17:46:39.640 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:39.635011 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:46:39.643 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:39.635247 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:46:39.992 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 81 16 26569 26553 20.4859 0 - 0.045915 2022-03-08T17:46:40.526 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:40.520871 I | op-mon: targeting the mon count 1 2022-03-08T17:46:40.537 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:40.531759 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-03-08T17:46:40.537 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:40.531870 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:46:40.943 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:40.937666 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:46:40.992 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 82 16 26569 26553 20.2361 0 - 0.045915 2022-03-08T17:46:41.035 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:41.028133 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae... 2022-03-08T17:46:41.694 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:41.688672 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-03-08T17:46:41.699 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:41.693797 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-03-08T17:46:41.992 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 83 16 26569 26553 19.9923 0 - 0.045915 2022-03-08T17:46:42.993 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 84 16 26569 26553 19.7543 0 - 0.045915 2022-03-08T17:46:43.735 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:46:43.727453 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-03-08T17:46:43.993 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 85 16 27210 27194 19.9932 5.00781 0.0140046 0.0500058 2022-03-08T17:46:44.993 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 86 16 27832 27816 20.2127 38.875 0.0158516 0.0494656 2022-03-08T17:46:45.993 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 87 16 28542 28526 20.4904 44.375 0.0151765 0.0487924 2022-03-08T17:46:46.993 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 88 16 29387 29371 20.8576 52.8125 0.0224135 0.0479355 2022-03-08T17:46:47.993 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 89 16 30205 30189 21.1976 51.125 0.00857525 0.0471662 2022-03-08T17:46:48.993 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 90 16 31003 30987 21.5162 49.875 0.022961 0.0464661 2022-03-08T17:46:49.994 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 91 16 31771 31755 21.8072 48 0.0211216 0.0458469 2022-03-08T17:46:50.884 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' 3 '!=' 4 ']' 2022-03-08T17:46:50.885 INFO:teuthology.orchestra.run.smithi167.stdout:waiting for osd to come back up 2022-03-08T17:46:50.885 INFO:teuthology.orchestra.run.smithi167.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T17:46:50.886 INFO:teuthology.orchestra.run.smithi167.stderr:++ toolbox ceph osd stat 2022-03-08T17:46:50.886 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T17:46:50.888 INFO:teuthology.orchestra.run.smithi167.stderr:++ cut -f3 -d ' ' 2022-03-08T17:46:50.964 INFO:teuthology.orchestra.run.smithi167.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T17:46:50.994 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 92 16 32583 32567 22.1217 50.75 0.0128596 0.0451929 2022-03-08T17:46:51.701 INFO:teuthology.orchestra.run.smithi167.stderr:+ num_osd=3 2022-03-08T17:46:51.702 INFO:teuthology.orchestra.run.smithi167.stderr:+ sleep 30s 2022-03-08T17:46:51.995 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 93 16 33287 33271 22.3566 44 0.0263536 0.0447201 2022-03-08T17:46:52.995 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 94 16 34105 34089 22.6626 51.125 0.0203635 0.044117 2022-03-08T17:46:53.995 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 95 16 34864 34848 22.9234 47.4375 0.0320926 0.0436152 2022-03-08T17:46:54.995 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 96 16 35428 35412 23.0517 35.25 0.0189561 0.0433691 2022-03-08T17:46:55.995 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 97 16 36168 36152 23.2908 46.25 0.0125032 0.0429259 2022-03-08T17:46:56.995 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 98 16 36859 36843 23.4938 43.1875 0.0164818 0.0425544 2022-03-08T17:46:57.995 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 99 16 37520 37504 23.6737 41.3125 0.0137549 0.0422195 2022-03-08T17:46:58.995 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:46:58.990153+0000 min lat: 0.0012986 max lat: 12.8475 avg lat: 0.0419538 2022-03-08T17:46:58.996 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:46:58.996 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 100 16 38149 38133 23.8301 39.3125 0.0235946 0.0419538 2022-03-08T17:46:59.996 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 101 16 38824 38808 24.0116 42.1875 0.0225935 0.0416376 2022-03-08T17:47:00.996 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 102 16 39460 39444 24.1658 39.75 0.0164794 0.0413714 2022-03-08T17:47:01.997 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 103 16 40139 40123 24.343 42.4375 0.0101401 0.0410475 2022-03-08T17:47:02.997 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 104 16 40323 40307 24.2195 11.5 0.00299669 0.0408975 2022-03-08T17:47:03.160 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:03.155196 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10961 quincy" 2022-03-08T17:47:03.161 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:03.155215 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T17:47:03.161 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:03.155225 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10961 quincy", pursuing 2022-03-08T17:47:03.997 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 105 16 40323 40307 23.9888 0 - 0.0408975 2022-03-08T17:47:04.134 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:04.129065 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:47:04.293 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:04.288045 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:47:04.415 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:04.288281 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:47:04.997 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 106 16 40323 40307 23.7625 0 - 0.0408975 2022-03-08T17:47:05.008 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:04.786965 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10961 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae" 2022-03-08T17:47:05.391 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:05.386227 I | op-mon: start running mons 2022-03-08T17:47:05.442 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:05.437231 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:47:05.559 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:05.553745 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.111.2.209:6789"]}] data:a=10.111.2.209:6789 mapping:{"node":{"a":{"Name":"smithi167","Hostname":"smithi167","Address":"172.21.15.167"}}} maxMonId:0] 2022-03-08T17:47:05.564 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:05.559750 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:47:05.565 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:05.559883 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:47:05.997 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 107 16 40323 40307 23.5404 0 - 0.0408975 2022-03-08T17:47:06.197 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:06.191727 I | op-mon: targeting the mon count 1 2022-03-08T17:47:06.206 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:06.201254 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T17:47:06.568 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:06.562640 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T17:47:06.568 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:06.562681 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T17:47:06.914 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:06.908519 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T17:47:06.914 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:06.908552 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T17:47:06.997 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 108 16 40323 40307 23.3225 0 - 0.0408975 2022-03-08T17:47:07.269 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:07.263771 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T17:47:07.269 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:07.263803 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-08T17:47:07.633 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:07.627362 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-08T17:47:07.633 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:07.627394 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T17:47:07.963 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:07.958445 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T17:47:07.964 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:07.958496 I | op-config: deleting "log file" option from the mon configuration database 2022-03-08T17:47:07.997 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 109 16 40323 40307 23.1085 0 - 0.0408975 2022-03-08T17:47:08.327 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:08.321920 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-08T17:47:08.328 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:08.321948 I | op-mon: checking for basic quorum with existing mons 2022-03-08T17:47:08.473 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:08.467990 I | op-mon: mon "a" endpoint is [v2:10.111.2.209:3300,v1:10.111.2.209:6789] 2022-03-08T17:47:08.534 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:08.529433 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.111.2.209:6789"]}] data:a=10.111.2.209:6789 mapping:{"node":{"a":{"Name":"smithi167","Hostname":"smithi167","Address":"172.21.15.167"}}} maxMonId:0] 2022-03-08T17:47:08.540 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:08.535375 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:47:08.542 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:08.535532 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:47:08.742 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:08.736830 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-08T17:47:08.748 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:08.743845 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-08T17:47:08.749 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:08.743867 I | op-mon: waiting for mon quorum with [a] 2022-03-08T17:47:08.935 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:08.930191 I | op-mon: mons running: [a] 2022-03-08T17:47:08.998 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 110 16 40323 40307 22.8984 0 - 0.0408975 2022-03-08T17:47:09.353 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:09.348467 I | op-mon: Monitors in quorum: [a] 2022-03-08T17:47:09.354 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:09.348487 I | op-mon: mons created: 1 2022-03-08T17:47:09.796 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:09.790725 I | op-mon: waiting for mon quorum with [a] 2022-03-08T17:47:09.803 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:09.798309 I | op-mon: mons running: [a] 2022-03-08T17:47:09.998 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 111 16 40323 40307 22.6921 0 - 0.0408975 2022-03-08T17:47:10.262 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:10.257400 I | op-mon: Monitors in quorum: [a] 2022-03-08T17:47:10.263 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:10.257438 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-08T17:47:10.690 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:10.684443 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-08T17:47:10.998 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 112 16 40323 40307 22.4895 0 - 0.0408975 2022-03-08T17:47:11.125 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:11.119533 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-08T17:47:11.539 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:11.534189 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-08T17:47:11.980 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:11.974893 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-08T17:47:11.980 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:11.974915 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-08T17:47:11.998 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 113 16 40323 40307 22.2905 0 - 0.0408975 2022-03-08T17:47:12.390 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:12.384820 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-08T17:47:12.811 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:12.805435 I | cephclient: successfully enabled msgr2 protocol 2022-03-08T17:47:12.811 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:12.805465 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-08T17:47:12.811 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:12.805472 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-08T17:47:12.998 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 114 16 40323 40307 22.095 0 - 0.0408975 2022-03-08T17:47:13.261 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:13.256390 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-08T17:47:13.295 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:13.290056 I | op-mgr: start running mgr 2022-03-08T17:47:13.295 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:13.290088 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-08T17:47:13.846 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:13.840616 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-08T17:47:13.854 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:13.849593 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-08T17:47:13.857 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:13.851667 I | op-mgr: setting services to point to mgr "a" 2022-03-08T17:47:13.998 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 115 16 40323 40307 21.9029 0 - 0.0408975 2022-03-08T17:47:14.065 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.059468 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-08T17:47:14.068 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.060386 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-08T17:47:14.114 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.109133 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-08T17:47:14.141 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.135856 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi167-lv-1" 2022-03-08T17:47:14.142 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.135892 I | op-osd: OSD PVC "smithi167-lv-1-data-054n7q" already exists 2022-03-08T17:47:14.142 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.135901 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi167-lv-2" 2022-03-08T17:47:14.142 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.135909 I | op-osd: OSD PVC "smithi167-lv-2-data-0mczcg" already exists 2022-03-08T17:47:14.142 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.135914 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi167-lv-3" 2022-03-08T17:47:14.143 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.135922 I | op-osd: OSD PVC "smithi167-lv-3-data-0v78gc" already exists 2022-03-08T17:47:14.143 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.135931 I | op-osd: creating 1 new PVCs for device set "smithi167-lv-4" 2022-03-08T17:47:14.164 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.159062 I | op-osd: successfully provisioned PVC "smithi167-lv-4-data-0l5v66" 2022-03-08T17:47:14.198 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.192945 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-1-data-054n7q" 2022-03-08T17:47:14.201 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.193819 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-2-data-0mczcg" 2022-03-08T17:47:14.201 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.193836 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-3-data-0v78gc" 2022-03-08T17:47:14.201 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.193843 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-4-data-0l5v66" 2022-03-08T17:47:14.579 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.573890 I | op-osd: started OSD provisioning job for PVC "smithi167-lv-4-data-0l5v66" 2022-03-08T17:47:14.579 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.573916 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-08T17:47:14.579 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.573921 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-08T17:47:14.761 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:14.756613 I | op-osd: OSD orchestration status for PVC smithi167-lv-4-data-0l5v66 is "starting" 2022-03-08T17:47:14.998 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 116 16 40323 40307 21.7141 0 - 0.0408975 2022-03-08T17:47:15.998 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 117 16 40778 40762 21.7715 2.1875 0.0284974 0.0459231 2022-03-08T17:47:16.551 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:16.545859 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T17:47:16.558 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:16.552434 I | op-osd: updating OSD 1 on PVC "smithi167-lv-3-data-0v78gc" 2022-03-08T17:47:16.558 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:16.552459 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-3-data-0v78gc" 2022-03-08T17:47:16.659 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:16.653954 I | op-mgr: successful modules: prometheus 2022-03-08T17:47:16.676 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:16.668441 I | op-mgr: successful modules: dashboard 2022-03-08T17:47:16.690 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:16.682554 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-08T17:47:16.998 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 118 16 41218 41202 21.82 27.5 0.0273166 0.0458194 2022-03-08T17:47:17.968 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:17.962504 I | op-mgr: successful modules: balancer 2022-03-08T17:47:17.998 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 119 15 41895 41880 21.9927 42.375 0.0433342 0.0454591 2022-03-08T17:47:18.998 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:47:18.994220+0000 min lat: 0.0012986 max lat: 13.4357 avg lat: 0.045255 2022-03-08T17:47:18.999 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:47:18.999 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 120 16 42434 42418 22.0896 33.625 0.034128 0.045255 2022-03-08T17:47:19.061 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:19.056363 I | op-mgr: successful modules: orchestrator modules 2022-03-08T17:47:19.998 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 121 16 42988 42972 22.1932 34.625 0.0381666 0.0450474 2022-03-08T17:47:20.003 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:19.997263 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T17:47:20.397 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:20.391367 I | op-osd: updating OSD 2 on PVC "smithi167-lv-2-data-0mczcg" 2022-03-08T17:47:20.398 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:20.391385 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-2-data-0mczcg" 2022-03-08T17:47:20.999 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 122 16 43700 43684 22.376 44.5 0.0201041 0.0446769 2022-03-08T17:47:21.702 INFO:teuthology.orchestra.run.smithi167.stdout:waiting for osd to come back up 2022-03-08T17:47:21.703 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' 3 '!=' 4 ']' 2022-03-08T17:47:21.703 INFO:teuthology.orchestra.run.smithi167.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T17:47:21.703 INFO:teuthology.orchestra.run.smithi167.stderr:++ toolbox ceph osd stat 2022-03-08T17:47:21.703 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T17:47:21.704 INFO:teuthology.orchestra.run.smithi167.stderr:++ cut -f3 -d ' ' 2022-03-08T17:47:21.999 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 123 16 44348 44332 22.5233 40.5 0.0237459 0.0443898 2022-03-08T17:47:22.151 INFO:teuthology.orchestra.run.smithi167.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T17:47:23.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 124 16 44943 44927 22.6415 37.1875 0.0363822 0.0441565 2022-03-08T17:47:23.128 INFO:teuthology.orchestra.run.smithi167.stderr:+ num_osd=3 2022-03-08T17:47:23.128 INFO:teuthology.orchestra.run.smithi167.stderr:+ sleep 30s 2022-03-08T17:47:23.999 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 125 16 45480 45464 22.7288 33.5625 0.0239649 0.0439876 2022-03-08T17:47:24.603 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:24.596659 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T17:47:24.934 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:24.929846 I | op-osd: updating OSD 3 on PVC "smithi167-lv-1-data-054n7q" 2022-03-08T17:47:24.935 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:24.929868 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-1-data-054n7q" 2022-03-08T17:47:24.999 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 126 16 45999 45983 22.8059 32.4375 0.0165999 0.0438293 2022-03-08T17:47:25.999 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 127 16 46597 46581 22.9206 37.375 0.016867 0.0436206 2022-03-08T17:47:26.999 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 128 16 47224 47208 23.0476 39.1875 0.022007 0.0433786 2022-03-08T17:47:28.000 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 129 16 47798 47782 23.147 35.875 0.0233227 0.0431934 2022-03-08T17:47:28.999 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 130 15 48259 48244 23.1911 28.875 0.0183815 0.043112 2022-03-08T17:47:29.999 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 131 16 48815 48799 23.2788 34.6875 0.0305838 0.0429487 2022-03-08T17:47:31.000 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 132 16 49372 49356 23.3661 34.8125 0.206909 0.0427313 2022-03-08T17:47:32.000 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 133 16 50065 50049 23.5161 43.3125 0.0262248 0.0425157 2022-03-08T17:47:33.000 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 134 16 50599 50583 23.5896 33.375 0.123075 0.0423588 2022-03-08T17:47:34.000 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 135 16 51279 51263 23.7297 42.5 0.0217247 0.0421322 2022-03-08T17:47:35.000 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 136 16 51913 51897 23.8465 39.625 0.0172491 0.0419252 2022-03-08T17:47:36.000 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 137 16 52530 52514 23.9539 38.5625 0.0143645 0.041737 2022-03-08T17:47:37.000 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 138 16 53081 53065 24.0298 34.4375 0.0260229 0.0416071 2022-03-08T17:47:38.000 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 139 16 53765 53749 24.1645 42.75 0.0279905 0.0413739 2022-03-08T17:47:39.000 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:47:38.996188+0000 min lat: 0.0012986 max lat: 13.4357 avg lat: 0.0412465 2022-03-08T17:47:39.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:47:39.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 140 16 54317 54301 24.2383 34.5 0.0197784 0.0412465 2022-03-08T17:47:39.730 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:39.725174 I | op-osd: OSD orchestration status for node smithi167-lv-4-data-0l5v66 is "orchestrating" 2022-03-08T17:47:40.000 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 141 16 54893 54877 24.3217 36 0.0242944 0.0411063 2022-03-08T17:47:40.455 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:40.447380 I | op-osd: OSD orchestration status for PVC smithi167-lv-4-data-0l5v66 is "orchestrating" 2022-03-08T17:47:41.000 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 142 16 55476 55460 24.4069 36.4375 0.0183419 0.0409644 2022-03-08T17:47:42.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 143 16 55947 55931 24.4421 29.4375 0.00366926 0.0408025 2022-03-08T17:47:43.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 144 16 55947 55931 24.2724 0 - 0.0408025 2022-03-08T17:47:44.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 145 16 55947 55931 24.105 0 - 0.0408025 2022-03-08T17:47:45.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 146 16 55947 55931 23.9399 0 - 0.0408025 2022-03-08T17:47:46.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 147 16 55947 55931 23.777 0 - 0.0408025 2022-03-08T17:47:47.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 148 16 55947 55931 23.6163 0 - 0.0408025 2022-03-08T17:47:47.104 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:47.099457 I | op-osd: OSD orchestration status for PVC smithi167-lv-4-data-0l5v66 is "completed" 2022-03-08T17:47:47.105 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:47.099495 I | op-osd: creating OSD 0 on PVC "smithi167-lv-4-data-0l5v66" 2022-03-08T17:47:47.105 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:47.099510 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-4-data-0l5v66" 2022-03-08T17:47:48.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 149 16 55947 55931 23.4578 0 - 0.0408025 2022-03-08T17:47:49.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 150 16 55947 55931 23.3015 0 - 0.0408025 2022-03-08T17:47:49.098 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:49.093280 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-08T17:47:49.098 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:49.093308 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:47:49.274 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:49.268170 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:47:49.689 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:49.683154 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:47:49.741 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:47:49.735630 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae... 2022-03-08T17:47:50.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 151 16 55993 55977 23.1662 0.359375 0.0325322 0.043158 2022-03-08T17:47:51.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 152 16 56574 56558 23.2527 36.3125 0.0194362 0.0429963 2022-03-08T17:47:52.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 153 16 57038 57022 23.2902 29 0.0188212 0.042927 2022-03-08T17:47:53.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 154 16 57547 57531 23.3455 31.8125 0.0362494 0.042824 2022-03-08T17:47:53.129 INFO:teuthology.orchestra.run.smithi167.stdout:waiting for osd to come back up 2022-03-08T17:47:53.130 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' 3 '!=' 4 ']' 2022-03-08T17:47:53.131 INFO:teuthology.orchestra.run.smithi167.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T17:47:53.131 INFO:teuthology.orchestra.run.smithi167.stderr:++ toolbox ceph osd stat 2022-03-08T17:47:53.131 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T17:47:53.131 INFO:teuthology.orchestra.run.smithi167.stderr:++ cut -f3 -d ' ' 2022-03-08T17:47:53.322 INFO:teuthology.orchestra.run.smithi167.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T17:47:54.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 155 16 58056 58040 23.4001 31.8125 0.0191481 0.0427253 2022-03-08T17:47:54.264 INFO:teuthology.orchestra.run.smithi167.stderr:+ num_osd=3 2022-03-08T17:47:54.264 INFO:teuthology.orchestra.run.smithi167.stderr:+ sleep 30s 2022-03-08T17:47:55.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 156 16 58561 58545 23.4524 31.5625 0.03511 0.042628 2022-03-08T17:47:56.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 157 16 58966 58950 23.4643 25.3125 0.0387231 0.0426088 2022-03-08T17:47:57.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 158 16 59511 59495 23.5313 34.0625 0.0118052 0.0424874 2022-03-08T17:47:58.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 159 16 60029 60013 23.5869 32.375 0.0284348 0.0423292 2022-03-08T17:47:59.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:47:58.998397+0000 min lat: 0.0012986 max lat: 13.4357 avg lat: 0.0423232 2022-03-08T17:47:59.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:47:59.003 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 160 16 60497 60481 23.6223 29.25 0.0225127 0.0423232 2022-03-08T17:48:00.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 161 16 61104 61088 23.7112 37.9375 0.013166 0.042167 2022-03-08T17:48:01.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 162 16 61695 61679 23.7928 36.9375 0.014733 0.0420193 2022-03-08T17:48:02.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 163 16 62217 62201 23.847 32.625 0.00391522 0.0419088 2022-03-08T17:48:03.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 164 16 62735 62719 23.8989 32.375 0.0163722 0.0418356 2022-03-08T17:48:04.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 165 16 63317 63301 23.9745 36.375 0.025384 0.0417021 2022-03-08T17:48:05.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 166 16 63846 63830 24.0293 33.0625 0.0192134 0.0416055 2022-03-08T17:48:06.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 167 16 64386 64370 24.0874 33.75 0.0162589 0.0415076 2022-03-08T17:48:07.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 168 16 64958 64942 24.1569 35.75 0.0336334 0.0413868 2022-03-08T17:48:08.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 169 16 65441 65425 24.1925 30.1875 0.239859 0.0413126 2022-03-08T17:48:09.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 170 16 66015 65999 24.2612 35.875 0.0156599 0.041211 2022-03-08T17:48:10.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 171 16 66531 66515 24.3079 32.25 0.0230159 0.0411317 2022-03-08T17:48:11.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 172 16 67030 67014 24.3479 31.1875 0.022527 0.0410632 2022-03-08T17:48:12.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 173 16 67547 67531 24.3939 32.3125 0.0402731 0.0409823 2022-03-08T17:48:13.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 174 16 67968 67952 24.4049 26.3125 0.0289334 0.0409675 2022-03-08T17:48:14.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 175 16 68502 68486 24.4562 33.375 0.0101231 0.0408799 2022-03-08T17:48:15.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 176 16 68987 68971 24.4894 30.3125 0.107625 0.0408114 2022-03-08T17:48:15.919 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:15.915343 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10961 quincy" 2022-03-08T17:48:15.919 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:15.915400 I | ceph-cluster-controller: validating ceph version from provided image 2022-03-08T17:48:15.919 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:15.915413 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10961 quincy", pursuing 2022-03-08T17:48:16.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 177 16 69529 69513 24.5424 33.875 0.044599 0.0407379 2022-03-08T17:48:16.380 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:16.378806 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:48:17.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 178 16 70053 70037 24.5885 32.75 0.0202248 0.0406607 2022-03-08T17:48:17.065 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:17.063585 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:48:17.124 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:17.122513 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:48:17.890 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:17.889405 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10961 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae" 2022-03-08T17:48:18.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 179 16 70466 70450 24.5953 25.8125 0.0364162 0.0406482 2022-03-08T17:48:18.221 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:18.220125 I | op-mon: start running mons 2022-03-08T17:48:18.295 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:18.293750 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:48:18.331 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:18.329576 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.111.2.209:6789"]}] data:a=10.111.2.209:6789 mapping:{"node":{"a":{"Name":"smithi167","Hostname":"smithi167","Address":"172.21.15.167"}}} maxMonId:0] 2022-03-08T17:48:18.342 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:18.341151 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:48:18.342 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:18.341317 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:48:19.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:48:19.000266+0000 min lat: 0.0012986 max lat: 13.4357 avg lat: 0.0405685 2022-03-08T17:48:19.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:48:19.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 180 16 71003 70987 24.6451 33.5625 0.0277007 0.0405685 2022-03-08T17:48:19.194 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:19.193173 I | op-mon: targeting the mon count 1 2022-03-08T17:48:19.200 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:19.196657 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T17:48:19.894 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:19.862000 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-03-08T17:48:19.898 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:19.862020 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T17:48:20.000 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 181 16 71430 71414 24.6564 26.6875 0.0536433 0.0405501 2022-03-08T17:48:20.386 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:20.382171 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-03-08T17:48:20.386 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:20.382197 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T17:48:21.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 182 16 71846 71830 24.6638 26 0.0207463 0.0405228 2022-03-08T17:48:21.813 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:21.812219 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-03-08T17:48:21.813 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:21.812245 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-03-08T17:48:22.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 183 16 72311 72295 24.6877 29.0625 0.0414856 0.0404966 2022-03-08T17:48:22.792 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:22.790773 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-03-08T17:48:22.792 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:22.790799 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T17:48:23.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 184 16 72859 72843 24.7396 34.25 0.0348069 0.0404122 2022-03-08T17:48:23.404 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:23.403682 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-03-08T17:48:23.404 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:23.403708 I | op-config: deleting "log file" option from the mon configuration database 2022-03-08T17:48:24.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 185 16 73351 73335 24.7721 30.75 0.0464252 0.0403599 2022-03-08T17:48:24.206 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:24.205610 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-03-08T17:48:24.206 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:24.205629 I | op-mon: checking for basic quorum with existing mons 2022-03-08T17:48:24.260 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' 3 '!=' 4 ']' 2022-03-08T17:48:24.261 INFO:teuthology.orchestra.run.smithi167.stdout:waiting for osd to come back up 2022-03-08T17:48:24.262 INFO:teuthology.orchestra.run.smithi167.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T17:48:24.262 INFO:teuthology.orchestra.run.smithi167.stderr:++ cut -f3 -d ' ' 2022-03-08T17:48:24.263 INFO:teuthology.orchestra.run.smithi167.stderr:++ toolbox ceph osd stat 2022-03-08T17:48:24.263 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T17:48:25.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 186 16 73764 73748 24.7777 25.8125 0.0234163 0.040351 2022-03-08T17:48:25.037 INFO:teuthology.orchestra.run.smithi167.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T17:48:25.664 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:25.659408 I | op-mon: mon "a" endpoint is [v2:10.111.2.209:3300,v1:10.111.2.209:6789] 2022-03-08T17:48:25.698 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:25.696694 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["10.111.2.209:6789"]}] data:a=10.111.2.209:6789 mapping:{"node":{"a":{"Name":"smithi167","Hostname":"smithi167","Address":"172.21.15.167"}}} maxMonId:0] 2022-03-08T17:48:26.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 187 16 74282 74266 24.8183 32.375 0.0424103 0.0402845 2022-03-08T17:48:26.022 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:26.018285 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-03-08T17:48:26.082 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:26.081520 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-03-08T17:48:26.303 INFO:teuthology.orchestra.run.smithi167.stderr:+ num_osd=3 2022-03-08T17:48:26.303 INFO:teuthology.orchestra.run.smithi167.stderr:+ sleep 30s 2022-03-08T17:48:27.002 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 188 16 74683 74667 24.8196 25.0625 0.0830438 0.040278 2022-03-08T17:48:27.050 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:27.049862 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-03-08T17:48:27.204 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:27.202021 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-03-08T17:48:27.204 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:27.202051 I | op-mon: waiting for mon quorum with [a] 2022-03-08T17:48:27.211 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:27.211275 I | op-mon: mons running: [a] 2022-03-08T17:48:27.874 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:27.873097 I | op-mon: Monitors in quorum: [a] 2022-03-08T17:48:27.874 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:27.873126 I | op-mon: mons created: 1 2022-03-08T17:48:28.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 189 16 75150 75134 24.8427 29.1875 0.0197355 0.0402423 2022-03-08T17:48:29.001 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 190 16 75563 75547 24.8478 25.8125 0.12917 0.040231 2022-03-08T17:48:29.294 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:29.294089 I | op-mon: waiting for mon quorum with [a] 2022-03-08T17:48:29.303 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:29.303478 I | op-mon: mons running: [a] 2022-03-08T17:48:30.005 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 191 16 76021 76005 24.8671 28.625 0.0236668 0.0402057 2022-03-08T17:48:30.061 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:30.058182 I | op-mon: Monitors in quorum: [a] 2022-03-08T17:48:30.061 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:30.058216 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-03-08T17:48:30.951 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:30.951320 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-03-08T17:48:31.005 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 192 16 76451 76435 24.8775 26.875 0.0370141 0.0401859 2022-03-08T17:48:32.005 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 193 16 76820 76804 24.8681 23.0625 0.0280985 0.0402033 2022-03-08T17:48:32.655 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:32.654591 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-03-08T17:48:33.005 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 194 16 77241 77225 24.8755 26.3125 0.0186981 0.0401936 2022-03-08T17:48:33.336 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:33.336564 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-03-08T17:48:34.005 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 195 16 77665 77649 24.8838 26.5 0.0373303 0.0401755 2022-03-08T17:48:34.192 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:34.192047 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-03-08T17:48:34.193 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:34.192130 I | cephclient: getting or creating ceph auth key "client.crash" 2022-03-08T17:48:34.938 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:34.937985 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-03-08T17:48:35.005 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 196 16 78098 78082 24.8949 27.0625 0.0262696 0.0401598 2022-03-08T17:48:35.651 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:35.651830 I | cephclient: successfully enabled msgr2 protocol 2022-03-08T17:48:35.652 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:35.651858 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-03-08T17:48:35.652 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:35.651864 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-03-08T17:48:36.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 197 16 78571 78555 24.9185 29.5625 0.0198452 0.0401201 2022-03-08T17:48:36.430 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:36.428712 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-03-08T17:48:36.465 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:36.464574 I | op-mgr: start running mgr 2022-03-08T17:48:36.465 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:36.464607 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-03-08T17:48:37.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 198 16 79049 79033 24.9435 29.875 0.0447422 0.0400827 2022-03-08T17:48:37.220 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.219877 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-03-08T17:48:37.231 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.229130 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-03-08T17:48:37.232 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.231734 I | op-mgr: setting services to point to mgr "a" 2022-03-08T17:48:37.459 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.459104 I | op-osd: start running osds in namespace "rook-ceph" 2022-03-08T17:48:37.461 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.459393 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-03-08T17:48:37.492 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.491009 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-03-08T17:48:37.544 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.543899 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi167-lv-1" 2022-03-08T17:48:37.544 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.543945 I | op-osd: OSD PVC "smithi167-lv-1-data-054n7q" already exists 2022-03-08T17:48:37.544 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.543958 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi167-lv-2" 2022-03-08T17:48:37.545 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.543976 I | op-osd: OSD PVC "smithi167-lv-2-data-0mczcg" already exists 2022-03-08T17:48:37.545 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.543986 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi167-lv-3" 2022-03-08T17:48:37.545 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.544001 I | op-osd: OSD PVC "smithi167-lv-3-data-0v78gc" already exists 2022-03-08T17:48:37.545 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.544010 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi167-lv-4" 2022-03-08T17:48:37.546 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.544024 I | op-osd: OSD PVC "smithi167-lv-4-data-0l5v66" already exists 2022-03-08T17:48:37.580 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.578265 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-1-data-054n7q" 2022-03-08T17:48:37.581 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.578296 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-2-data-0mczcg" 2022-03-08T17:48:37.581 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.578302 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-3-data-0v78gc" 2022-03-08T17:48:37.581 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.578307 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-4-data-0l5v66" 2022-03-08T17:48:37.581 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.578311 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-03-08T17:48:37.582 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:37.578315 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-03-08T17:48:38.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 199 16 79454 79438 24.9453 25.3125 0.0374463 0.0400772 2022-03-08T17:48:39.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:48:39.007939+0000 min lat: 0.0012986 max lat: 13.4357 avg lat: 0.0400952 2022-03-08T17:48:39.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:48:39.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 200 16 79533 79517 24.8453 4.9375 0.0896711 0.0400952 2022-03-08T17:48:39.045 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:39.038406 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T17:48:39.048 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:39.048296 I | op-osd: updating OSD 0 on PVC "smithi167-lv-4-data-0l5v66" 2022-03-08T17:48:39.048 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:39.048315 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-4-data-0l5v66" 2022-03-08T17:48:39.464 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:39.465096 I | op-mgr: successful modules: dashboard 2022-03-08T17:48:39.470 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:39.471057 I | op-mgr: successful modules: mgr module(s) from the spec 2022-03-08T17:48:39.473 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:39.473761 I | op-mgr: successful modules: prometheus 2022-03-08T17:48:39.805 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:39.805224 I | op-mgr: successful modules: balancer 2022-03-08T17:48:40.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 201 16 79533 79517 24.7217 0 - 0.0400952 2022-03-08T17:48:40.292 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:40.292300 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T17:48:40.299 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:40.299626 I | op-osd: updating OSD 1 on PVC "smithi167-lv-3-data-0v78gc" 2022-03-08T17:48:40.299 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:40.299652 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-3-data-0v78gc" 2022-03-08T17:48:41.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 202 16 79533 79517 24.5993 0 - 0.0400952 2022-03-08T17:48:41.013 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:41.014057 I | op-mgr: successful modules: orchestrator modules 2022-03-08T17:48:41.554 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:41.554907 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T17:48:41.560 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:41.560688 I | op-osd: updating OSD 2 on PVC "smithi167-lv-2-data-0mczcg" 2022-03-08T17:48:41.561 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:41.560709 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-2-data-0mczcg" 2022-03-08T17:48:42.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 203 16 79533 79517 24.4781 0 - 0.0400952 2022-03-08T17:48:43.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 204 16 79533 79517 24.3581 0 - 0.0400952 2022-03-08T17:48:43.504 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:43.501537 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-03-08T17:48:43.510 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:43.510579 I | op-osd: updating OSD 3 on PVC "smithi167-lv-1-data-054n7q" 2022-03-08T17:48:43.511 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:43.510643 I | op-osd: OSD will have its main bluestore block on "smithi167-lv-1-data-054n7q" 2022-03-08T17:48:44.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 205 16 79579 79563 24.2533 0.575 0.0815853 0.0412171 2022-03-08T17:48:44.531 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:44.532021 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-03-08T17:48:44.531 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:48:44.532038 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-03-08T17:48:45.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 206 16 79773 79757 24.1945 12.125 0.0307356 0.041319 2022-03-08T17:48:46.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 207 16 80078 80062 24.1697 19.0625 0.0317258 0.0413641 2022-03-08T17:48:47.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 208 16 80392 80376 24.1478 19.625 0.039234 0.0414001 2022-03-08T17:48:48.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 209 16 80690 80674 24.1214 18.625 0.0524255 0.0414442 2022-03-08T17:48:49.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 210 16 80997 80981 24.0979 19.1875 0.0383248 0.0414882 2022-03-08T17:48:50.007 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 211 16 81294 81278 24.0716 18.5625 0.0232806 0.0415335 2022-03-08T17:48:51.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 212 16 81515 81499 24.0232 13.8125 0.0110116 0.0415654 2022-03-08T17:48:52.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 213 16 81764 81748 23.9835 15.5625 0.0954452 0.0416845 2022-03-08T17:48:53.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 214 16 82058 82042 23.9573 18.375 0.0140692 0.0417287 2022-03-08T17:48:54.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 215 16 82302 82286 23.9168 15.25 0.0207315 0.0417713 2022-03-08T17:48:55.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 216 16 82577 82561 23.8856 17.1875 0.0249204 0.0418536 2022-03-08T17:48:56.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 217 16 82879 82863 23.8625 18.875 0.125925 0.0418951 2022-03-08T17:48:56.302 INFO:teuthology.orchestra.run.smithi167.stdout:waiting for osd to come back up 2022-03-08T17:48:56.303 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' 3 '!=' 4 ']' 2022-03-08T17:48:56.303 INFO:teuthology.orchestra.run.smithi167.stderr:+ echo 'waiting for osd to come back up' 2022-03-08T17:48:56.303 INFO:teuthology.orchestra.run.smithi167.stderr:++ toolbox ceph osd stat 2022-03-08T17:48:56.304 INFO:teuthology.orchestra.run.smithi167.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-03-08T17:48:56.304 INFO:teuthology.orchestra.run.smithi167.stderr:++ cut -f3 -d ' ' 2022-03-08T17:48:56.403 INFO:teuthology.orchestra.run.smithi167.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-03-08T17:48:57.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 218 16 83149 83133 23.8305 16.875 0.096343 0.041951 2022-03-08T17:48:57.077 INFO:teuthology.orchestra.run.smithi167.stderr:+ num_osd=4 2022-03-08T17:48:57.077 INFO:teuthology.orchestra.run.smithi167.stderr:+ sleep 30s 2022-03-08T17:48:58.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 219 16 83242 83226 23.7482 5.8125 0.0482253 0.0420994 2022-03-08T17:48:59.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:48:59.010014+0000 min lat: 0.0012986 max lat: 13.4357 avg lat: 0.0421425 2022-03-08T17:48:59.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:48:59.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 220 16 83535 83519 23.7235 18.3125 0.0720378 0.0421425 2022-03-08T17:49:00.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 221 16 83837 83821 23.7015 18.875 0.0169459 0.042178 2022-03-08T17:49:01.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 222 16 84138 84122 23.6795 18.8125 0.0396912 0.04222 2022-03-08T17:49:02.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 223 16 84302 84286 23.6193 10.25 0.507506 0.0423087 2022-03-08T17:49:03.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 224 16 84602 84586 23.5975 18.75 0.0696434 0.0423681 2022-03-08T17:49:04.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 225 16 84771 84755 23.5396 10.5625 0.49482 0.0423976 2022-03-08T17:49:05.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 226 16 85018 85002 23.5037 15.4375 0.0277365 0.042535 2022-03-08T17:49:06.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 227 16 85288 85272 23.4745 16.875 0.141491 0.0425839 2022-03-08T17:49:07.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 228 16 85532 85516 23.4384 15.25 0.0216011 0.0426535 2022-03-08T17:49:08.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 229 16 85804 85788 23.4103 17 0.0387312 0.042705 2022-03-08T17:49:09.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 230 16 86044 86028 23.3737 15 0.0788182 0.0427588 2022-03-08T17:49:10.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 231 16 86295 86279 23.3405 15.6875 0.0397186 0.0428358 2022-03-08T17:49:11.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 232 16 86536 86520 23.3048 15.0625 0.024337 0.0428912 2022-03-08T17:49:12.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 233 16 86536 86520 23.2048 0 - 0.0428912 2022-03-08T17:49:13.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 234 16 86745 86729 23.1614 6.53125 0.0264737 0.0431649 2022-03-08T17:49:14.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 235 16 87052 87036 23.1445 19.1875 0.048301 0.0431963 2022-03-08T17:49:15.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 236 16 87331 87315 23.1203 17.4375 0.060693 0.0432421 2022-03-08T17:49:16.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 237 16 87621 87605 23.0992 18.125 0.0893907 0.0432811 2022-03-08T17:49:17.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 238 16 87926 87910 23.0822 19.0625 0.0226405 0.0433136 2022-03-08T17:49:18.008 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 239 16 88224 88208 23.0636 18.625 0.0118425 0.0433473 2022-03-08T17:49:19.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:49:19.012379+0000 min lat: 0.0012986 max lat: 13.4357 avg lat: 0.0433666 2022-03-08T17:49:19.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:49:19.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 240 16 88360 88344 23.0029 8.5 0.0124356 0.0433666 2022-03-08T17:49:20.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 241 16 88643 88627 22.9808 17.6875 0.0205181 0.0434995 2022-03-08T17:49:21.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 242 16 88944 88928 22.9636 18.8125 0.0339262 0.0435367 2022-03-08T17:49:22.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 243 16 89240 89224 22.9452 18.5 0.0704788 0.0435709 2022-03-08T17:49:23.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 244 16 89409 89393 22.8945 10.5625 0.0442261 0.0436022 2022-03-08T17:49:24.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 245 16 89453 89437 22.8123 2.75 0.0117078 0.0438165 2022-03-08T17:49:25.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 246 16 89639 89623 22.7668 11.625 0.0648039 0.0439106 2022-03-08T17:49:26.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 247 16 89924 89908 22.7467 17.8125 0.0538627 0.043953 2022-03-08T17:49:27.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 248 16 90212 90196 22.7276 18 0.0198785 0.043987 2022-03-08T17:49:27.077 INFO:teuthology.orchestra.run.smithi167.stderr:+ '[' 4 '!=' 4 ']' 2022-03-08T17:49:27.078 INFO:teuthology.run_tasks:Running task rook.shell... 2022-03-08T17:49:27.093 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch status 2022-03-08T17:49:28.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 249 16 90462 90446 22.699 15.625 0.0360506 0.0440436 2022-03-08T17:49:29.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 250 16 90735 90719 22.6765 17.0625 0.0377891 0.0440878 2022-03-08T17:49:30.009 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 251 16 90978 90962 22.6466 15.1875 0.0816571 0.0441441 2022-03-08T17:49:30.913 INFO:teuthology.orchestra.run.smithi167.stdout:Backend: rook 2022-03-08T17:49:30.913 INFO:teuthology.orchestra.run.smithi167.stdout:Available: Yes 2022-03-08T17:49:30.945 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ps 2022-03-08T17:49:31.010 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 252 15 91213 91198 22.6152 14.75 0.0501417 0.0442055 2022-03-08T17:49:32.010 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 253 16 91353 91337 22.5602 8.6875 0.0826835 0.0443142 2022-03-08T17:49:32.166 INFO:teuthology.orchestra.run.smithi167.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-03-08T17:49:32.167 INFO:teuthology.orchestra.run.smithi167.stdout:crashcollector.crash smithi167 running (7m) 0s ago 7m - - 8a96e9d18eed 2022-03-08T17:49:32.167 INFO:teuthology.orchestra.run.smithi167.stdout:mgr.a smithi167 running (9m) 0s ago 9m - - 8a96e9d18eed 2022-03-08T17:49:32.167 INFO:teuthology.orchestra.run.smithi167.stdout:mon.a smithi167 running (9m) 0s ago 9m - - 8a96e9d18eed 2022-03-08T17:49:32.168 INFO:teuthology.orchestra.run.smithi167.stdout:osd.0 smithi167 running (104s) 0s ago 105s - - 8a96e9d18eed 2022-03-08T17:49:32.168 INFO:teuthology.orchestra.run.smithi167.stdout:osd.1 smithi167 running (7m) 0s ago 7m - - 8a96e9d18eed 2022-03-08T17:49:32.168 INFO:teuthology.orchestra.run.smithi167.stdout:osd.2 smithi167 running (7m) 0s ago 7m - - 8a96e9d18eed 2022-03-08T17:49:32.168 INFO:teuthology.orchestra.run.smithi167.stdout:osd.3 smithi167 running (7m) 0s ago 7m - - 8a96e9d18eed 2022-03-08T17:49:32.228 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls 2022-03-08T17:49:33.010 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 254 16 91601 91585 22.5324 15.5 0.174083 0.0443641 2022-03-08T17:49:33.307 INFO:teuthology.orchestra.run.smithi167.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-03-08T17:49:33.307 INFO:teuthology.orchestra.run.smithi167.stdout:crash 1/1 0s ago 7m * 2022-03-08T17:49:33.307 INFO:teuthology.orchestra.run.smithi167.stdout:mgr 1/1 0s ago 9m count:1 2022-03-08T17:49:33.308 INFO:teuthology.orchestra.run.smithi167.stdout:mon 1/1 0s ago 9m count:1 2022-03-08T17:49:33.308 INFO:teuthology.orchestra.run.smithi167.stdout:osd 8 0s ago 7m 2022-03-08T17:49:33.308 INFO:teuthology.orchestra.run.smithi167.stdout:osd.all-available-devices 0 0s ago - * 2022-03-08T17:49:33.371 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch host ls 2022-03-08T17:49:34.010 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 255 16 91830 91814 22.5001 14.3125 0.0730411 0.0444213 2022-03-08T17:49:34.300 INFO:teuthology.orchestra.run.smithi167.stdout:HOST ADDR LABELS STATUS 2022-03-08T17:49:34.300 INFO:teuthology.orchestra.run.smithi167.stdout:smithi167 172.21.15.167/smithi167 2022-03-08T17:49:34.300 INFO:teuthology.orchestra.run.smithi167.stdout:1 hosts in cluster 2022-03-08T17:49:34.338 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch device ls 2022-03-08T17:49:35.010 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 256 16 92052 92036 22.4664 13.875 0.103584 0.0444954 2022-03-08T17:49:35.218 INFO:teuthology.orchestra.run.smithi167.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REFRESHED REJECT REASONS 2022-03-08T17:49:35.218 INFO:teuthology.orchestra.run.smithi167.stdout:smithi167 /dev/vg_nvme/lv_1 unknown None 107G 0s ago 2022-03-08T17:49:35.218 INFO:teuthology.orchestra.run.smithi167.stdout:smithi167 /dev/vg_nvme/lv_2 unknown None 107G 0s ago 2022-03-08T17:49:35.219 INFO:teuthology.orchestra.run.smithi167.stdout:smithi167 /dev/vg_nvme/lv_3 unknown None 107G 0s ago 2022-03-08T17:49:35.219 INFO:teuthology.orchestra.run.smithi167.stdout:smithi167 /dev/vg_nvme/lv_4 unknown None 107G 0s ago 2022-03-08T17:49:35.266 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch apply rgw foo 2022-03-08T17:49:36.010 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 257 16 92310 92294 22.4417 16.125 0.0154117 0.0445489 2022-03-08T17:49:36.156 INFO:teuthology.orchestra.run.smithi167.stdout:Created 2022-03-08T17:49:36.158 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:36.162127 I | ceph-spec: adding finalizer "cephobjectstore.ceph.rook.io" on "foo" 2022-03-08T17:49:36.213 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch apply mds foo 2022-03-08T17:49:36.230 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:36.230335 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:49:37.010 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 258 16 92536 92520 22.4095 14.125 0.029623 0.0446102 2022-03-08T17:49:37.165 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:37.168330 I | ceph-spec: adding finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-03-08T17:49:37.182 INFO:teuthology.orchestra.run.smithi167.stdout:Created 2022-03-08T17:49:37.241 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch apply rbd-mirror 2022-03-08T17:49:37.247 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:37.248813 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:49:38.011 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 259 16 92743 92727 22.3729 12.9375 0.0369458 0.0446844 2022-03-08T17:49:38.301 INFO:teuthology.orchestra.run.smithi167.stdout:Success 2022-03-08T17:49:38.360 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch apply nfs foo --port 12777 2022-03-08T17:49:38.596 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:38.592094 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:49:38.832 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:38.830785 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:49:39.011 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:49:39.015415+0000 min lat: 0.0012986 max lat: 13.4357 avg lat: 0.0447666 2022-03-08T17:49:39.011 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:49:39.011 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 260 16 92915 92899 22.3282 10.75 0.00924527 0.0447666 2022-03-08T17:49:39.541 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:39.545149 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:49:39.541 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:39.545215 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:49:40.011 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 261 16 92989 92973 22.2604 4.625 0.00703688 0.0448093 2022-03-08T17:49:40.914 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:40.918119 W | ceph-rbd-mirror-controller: (DEPRECATED) use of peer secret names in CephRBDMirror is deprecated. Please use CephBlockPool CR to configure peer secret names and import peers. 2022-03-08T17:49:40.915 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:40.918183 I | ceph-rbd-mirror-controller: configure rbd-mirroring with 1 workers 2022-03-08T17:49:40.915 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:40.918211 I | cephclient: getting or creating ceph auth key "client.rbd-mirror.a" 2022-03-08T17:49:41.011 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 262 16 93020 93004 22.1828 1.9375 0.0990815 0.045062 2022-03-08T17:49:41.782 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:41.785447 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:49:42.011 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 263 16 93251 93235 22.1534 14.4375 0.0750872 0.0451122 2022-03-08T17:49:42.961 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:42.965315 I | ceph-rbd-mirror-controller: "rook-ceph-rbd-mirror-a" deployment started 2022-03-08T17:49:43.011 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 264 16 93435 93419 22.113 11.5 0.0480076 0.045203 2022-03-08T17:49:43.374 INFO:teuthology.orchestra.run.smithi167.stdout:Unable to create NFS daemon, check logs for more traceback 2022-03-08T17:49:43.375 INFO:teuthology.orchestra.run.smithi167.stdout:'RookOrchestrator' object has no attribute 'open_ioctx' 2022-03-08T17:49:43.434 DEBUG:teuthology.run_tasks:Unwinding manager radosbench 2022-03-08T17:49:43.452 INFO:tasks.radosbench:joining radosbench (timing out after 11100s) 2022-03-08T17:49:43.453 INFO:teuthology.orchestra.run:waiting for 11100 2022-03-08T17:49:44.011 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 265 16 93548 93532 22.0562 7.0625 0.0699306 0.0453116 2022-03-08T17:49:44.580 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:44.583231 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi167": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T17:49:45.011 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 266 16 93728 93712 22.0156 11.25 0.0457386 0.0454096 2022-03-08T17:49:46.011 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 267 16 93935 93919 21.9816 12.9375 0.067541 0.04548 2022-03-08T17:49:46.715 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:46.715882 I | ceph-file-controller: creating filesystem "foo" 2022-03-08T17:49:47.011 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 268 16 94134 94118 21.946 12.4375 0.0763454 0.045553 2022-03-08T17:49:48.013 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 269 16 94359 94343 21.9167 14.0625 0.0310652 0.0456148 2022-03-08T17:49:49.012 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 270 16 94544 94528 21.8783 11.5625 0.025656 0.0456967 2022-03-08T17:49:50.012 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 271 16 94777 94761 21.8513 14.5625 0.0249797 0.0457506 2022-03-08T17:49:51.012 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 272 16 94972 94956 21.8158 12.1875 0.0679809 0.0458254 2022-03-08T17:49:52.012 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 273 16 95188 95172 21.7853 13.5 0.0231417 0.0458867 2022-03-08T17:49:53.012 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 274 16 95402 95386 21.7546 13.375 0.0577811 0.045954 2022-03-08T17:49:54.012 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 275 16 95612 95596 21.7232 13.125 0.0342731 0.046022 2022-03-08T17:49:55.012 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 276 16 95785 95769 21.6837 10.8125 0.0903295 0.0461031 2022-03-08T17:49:55.864 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:55.868578 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.meta" 2022-03-08T17:49:55.918 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:55.918562 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.control" 2022-03-08T17:49:56.013 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 277 16 95986 95970 21.6508 12.5625 0.090312 0.0461627 2022-03-08T17:49:57.013 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 278 16 96180 96164 21.6165 12.125 0.07882 0.0462513 2022-03-08T17:49:58.013 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 279 16 96451 96435 21.5997 16.9375 0.0393371 0.0462863 2022-03-08T17:49:58.671 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:58.667228 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.index" 2022-03-08T17:49:58.721 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:58.686581 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.non-ec" 2022-03-08T17:49:58.721 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:49:58.706494 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.log" 2022-03-08T17:49:59.013 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:49:59.017543+0000 min lat: 0.0012986 max lat: 13.4357 avg lat: 0.0463565 2022-03-08T17:49:59.013 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:49:59.014 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 280 16 96644 96628 21.5657 12.0625 0.027488 0.0463565 2022-03-08T17:50:00.013 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 281 16 96833 96817 21.5309 11.8125 0.0105404 0.0464298 2022-03-08T17:50:00.492 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:00.495768 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-metadata" 2022-03-08T17:50:01.013 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 282 16 97036 97020 21.4996 12.6875 0.129351 0.0464972 2022-03-08T17:50:02.013 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 283 16 97281 97265 21.4777 15.3125 0.058438 0.0465444 2022-03-08T17:50:02.951 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:02.955219 I | cephclient: creating replicated pool foo.rgw.buckets.index succeeded 2022-03-08T17:50:02.955 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:02.958211 I | cephclient: creating replicated pool foo.rgw.log succeeded 2022-03-08T17:50:02.971 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:02.969811 I | cephclient: creating replicated pool foo.rgw.meta succeeded 2022-03-08T17:50:03.014 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 284 16 97534 97518 21.4578 15.8125 0.117736 0.0465872 2022-03-08T17:50:04.014 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 285 16 97774 97758 21.4351 15 0.126866 0.0466397 2022-03-08T17:50:04.546 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:04.546550 I | cephclient: creating replicated pool foo-metadata succeeded 2022-03-08T17:50:04.557 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:04.560853 I | cephclient: creating replicated pool foo.rgw.buckets.non-ec succeeded 2022-03-08T17:50:04.571 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:04.562834 I | cephclient: creating replicated pool foo.rgw.control succeeded 2022-03-08T17:50:05.014 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 286 16 97981 97965 21.4054 12.9375 0.0683322 0.0467035 2022-03-08T17:50:05.782 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:05.786044 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:50:05.783 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:05.786070 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:50:06.014 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 287 16 98225 98209 21.3839 15.25 0.1184 0.0467532 2022-03-08T17:50:06.379 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:06.379087 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:50:07.015 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 288 16 98460 98444 21.3607 14.6875 0.0424221 0.0467919 2022-03-08T17:50:08.015 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 289 16 98664 98648 21.3309 12.75 0.0322101 0.0468687 2022-03-08T17:50:09.014 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 290 16 98869 98853 21.3015 12.8125 0.0572321 0.0469322 2022-03-08T17:50:10.014 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 291 16 99082 99066 21.274 13.3125 0.0902242 0.0469922 2022-03-08T17:50:10.652 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:10.655691 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:50:11.015 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 292 16 99284 99268 21.2444 12.625 0.0425074 0.0470603 2022-03-08T17:50:11.254 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:11.257593 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:50:11.254 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:11.257625 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:50:11.888 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:11.890964 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:50:12.015 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 293 16 99512 99496 21.2205 14.25 0.106175 0.0471036 2022-03-08T17:50:12.408 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:12.406530 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-data0" 2022-03-08T17:50:13.015 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 294 16 99653 99637 21.1783 8.8125 0.0400564 0.0472007 2022-03-08T17:50:14.016 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 295 16 99888 99872 21.1562 14.6875 0.097275 0.0472573 2022-03-08T17:50:14.860 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:14.863982 I | cephclient: creating replicated pool foo-data0 succeeded 2022-03-08T17:50:14.861 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:14.864008 I | cephclient: creating filesystem "foo" with metadata pool "foo-metadata" and data pools [foo-data0] 2022-03-08T17:50:15.017 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 296 16 100099 100083 21.1293 13.1875 0.0415919 0.0473142 2022-03-08T17:50:16.017 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 297 16 100310 100294 21.1026 13.1875 0.0644678 0.0473736 2022-03-08T17:50:16.559 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:16.561763 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:50:16.575 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:16.577234 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:50:17.017 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 298 16 100522 100506 21.0762 13.25 0.155399 0.0474329 2022-03-08T17:50:17.827 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:17.827180 I | ceph-file-controller: created filesystem "foo" on 1 data pool(s) and metadata pool "foo-metadata" 2022-03-08T17:50:18.017 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 299 16 100740 100724 21.0513 13.625 0.0759564 0.0474917 2022-03-08T17:50:19.017 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:50:19.020922+0000 min lat: 0.0012986 max lat: 13.4357 avg lat: 0.0475649 2022-03-08T17:50:19.017 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:50:19.018 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 300 16 100911 100895 21.0167 10.6875 0.0349129 0.0475649 2022-03-08T17:50:19.095 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:19.097645 I | cephclient: setting allow_standby_replay for filesystem "foo" 2022-03-08T17:50:19.677 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:19.679340 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:50:20.017 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 301 16 101133 101117 20.993 13.875 0.0290593 0.0476247 2022-03-08T17:50:20.845 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:20.846773 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:50:20.848 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:20.846799 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:50:21.017 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 302 16 101400 101384 20.9787 16.6875 0.0553326 0.0476537 2022-03-08T17:50:21.249 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:21.252133 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:50:21.512 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:21.457775 I | ceph-file-controller: start running mdses for filesystem "foo" 2022-03-08T17:50:22.017 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 303 16 101535 101519 20.9374 8.4375 0.127373 0.0477472 2022-03-08T17:50:22.565 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:22.568857 I | cephclient: getting or creating ceph auth key "mds.foo-a" 2022-03-08T17:50:23.017 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 304 16 101737 101721 20.91 12.625 0.106688 0.0478121 2022-03-08T17:50:23.495 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:23.498992 I | op-mds: setting mds config flags 2022-03-08T17:50:23.496 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:23.499021 I | op-config: setting "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-03-08T17:50:24.017 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 305 16 101962 101946 20.8876 14.0625 0.036502 0.0478653 2022-03-08T17:50:24.606 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:24.609062 I | op-config: successfully set "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-03-08T17:50:24.613 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:24.616106 I | cephclient: getting or creating ceph auth key "mds.foo-b" 2022-03-08T17:50:24.761 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:24.761680 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:50:24.813 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:24.815868 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:50:25.017 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 306 16 102163 102147 20.8603 12.5625 0.0744945 0.0479238 2022-03-08T17:50:26.018 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 307 16 102376 102360 20.8358 13.3125 0.0343762 0.0479783 2022-03-08T17:50:26.936 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:26.939274 I | op-mds: setting mds config flags 2022-03-08T17:50:26.938 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:26.941642 I | op-config: setting "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-03-08T17:50:27.018 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 308 16 102620 102604 20.8176 15.25 0.075248 0.0480269 2022-03-08T17:50:28.018 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 309 16 102809 102793 20.7885 11.8125 0.0455797 0.0480919 2022-03-08T17:50:28.168 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:28.171075 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:50:28.499 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:28.500709 I | op-config: successfully set "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-03-08T17:50:29.018 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 310 16 103059 103043 20.7718 15.625 0.0835979 0.0481322 2022-03-08T17:50:29.453 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:29.455430 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:50:29.454 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:29.455455 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:50:30.018 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 311 16 103293 103277 20.752 14.625 0.0400153 0.0481747 2022-03-08T17:50:30.197 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:30.197354 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:50:31.018 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 312 16 103476 103460 20.7222 11.4375 0.0854774 0.0482368 2022-03-08T17:50:32.019 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 313 16 103690 103674 20.6987 13.375 0.186472 0.048299 2022-03-08T17:50:33.019 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 314 16 103913 103897 20.6772 13.9375 0.057844 0.0483463 2022-03-08T17:50:34.019 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 315 16 104146 104130 20.6577 14.5625 0.0265466 0.0483946 2022-03-08T17:50:35.019 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 316 16 104343 104327 20.6313 12.3125 0.0215518 0.0484577 2022-03-08T17:50:35.175 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:35.178360 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:50:35.219 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:35.222197 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:50:36.019 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 317 16 104532 104516 20.6035 11.8125 0.264175 0.0485167 2022-03-08T17:50:37.020 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 318 16 104754 104738 20.5823 13.875 0.0573107 0.048575 2022-03-08T17:50:37.599 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:37.600461 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:50:38.019 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 319 16 104961 104945 20.5584 12.9375 0.11765 0.0486293 2022-03-08T17:50:38.964 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:38.963854 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:50:38.964 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:38.963882 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:50:39.020 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:50:39.023593+0000 min lat: 0.0012986 max lat: 13.4357 avg lat: 0.0486785 2022-03-08T17:50:39.020 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:50:39.021 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 320 16 105182 105166 20.5373 13.8125 0.0373731 0.0486785 2022-03-08T17:50:40.000 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:40.002607 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:50:40.020 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 321 16 105409 105393 20.5175 14.1875 0.0491137 0.048728 2022-03-08T17:50:41.020 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 322 16 105568 105552 20.4846 9.9375 0.32589 0.0487933 2022-03-08T17:50:42.021 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 323 16 105790 105774 20.4642 13.875 0.121695 0.0488549 2022-03-08T17:50:43.021 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 324 16 106030 106014 20.4473 15 0.0452505 0.0488954 2022-03-08T17:50:44.021 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 325 16 106281 106265 20.4326 15.6875 0.0841701 0.0489302 2022-03-08T17:50:45.021 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 326 16 106396 106380 20.392 7.1875 0.390999 0.0490203 2022-03-08T17:50:45.140 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:45.140252 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:50:45.537 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:45.539370 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:50:46.021 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 327 16 106658 106642 20.3797 16.375 0.0394073 0.0490583 2022-03-08T17:50:47.021 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 328 16 106725 106709 20.3304 4.1875 0.217308 0.0491502 2022-03-08T17:50:48.021 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 329 16 106937 106921 20.3088 13.25 0.0298253 0.0492233 2022-03-08T17:50:48.720 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:48.718776 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:50:49.021 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 330 16 107156 107140 20.2888 13.6875 0.0481002 0.0492774 2022-03-08T17:50:49.113 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:49.114749 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:50:49.114 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:49.114769 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:50:49.753 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:49.754685 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:50:50.021 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 331 16 107364 107348 20.2667 13 0.0182921 0.0493291 2022-03-08T17:50:51.021 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 332 16 107559 107543 20.2424 12.1875 0.0389103 0.0493914 2022-03-08T17:50:52.022 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 333 16 107814 107798 20.2295 15.9375 0.021897 0.0494202 2022-03-08T17:50:52.857 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:52.859769 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:50:53.022 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 334 16 107997 107981 20.2031 11.4375 0.0416885 0.0494872 2022-03-08T17:50:53.024 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:53.027020 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:50:54.022 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 335 16 108277 108261 20.1951 17.5 0.0198536 0.0495073 2022-03-08T17:50:55.022 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 336 16 108536 108520 20.1831 16.1875 0.077583 0.0495341 2022-03-08T17:50:55.309 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:55.311342 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:50:55.475 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:55.474814 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:50:55.476 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:55.474839 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:50:56.022 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 337 16 108878 108862 20.1867 21.375 0.0321569 0.0495277 2022-03-08T17:50:56.144 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:56.146581 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:50:57.022 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 338 16 109114 109098 20.1706 14.75 0.0329806 0.0495676 2022-03-08T17:50:58.023 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 339 16 109337 109321 20.1522 13.9375 0.0460023 0.0495618 2022-03-08T17:50:58.824 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:58.825771 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:50:59.023 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:50:59.025716+0000 min lat: 0.0012986 max lat: 13.4357 avg lat: 0.0496508 2022-03-08T17:50:59.023 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:50:59.023 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 340 16 109571 109555 20.1359 14.625 0.0911391 0.0496508 2022-03-08T17:50:59.159 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:50:59.160968 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:51:00.024 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 341 16 109880 109864 20.1334 19.3125 0.0330754 0.0496573 2022-03-08T17:51:01.024 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 342 16 110195 110179 20.1321 19.6875 0.0284869 0.0496624 2022-03-08T17:51:01.251 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:01.253155 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:51:01.445 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:01.446254 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:51:01.446 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:01.446281 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:51:02.021 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:02.023086 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:51:02.025 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 343 16 110536 110520 20.1355 21.3125 0.0455248 0.049656 2022-03-08T17:51:03.026 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 344 16 110751 110735 20.116 13.4375 0.104126 0.0497005 2022-03-08T17:51:04.031 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 345 16 111102 111086 20.1209 21.9375 0.0339234 0.0496891 2022-03-08T17:51:05.031 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 346 16 111375 111359 20.1121 17.0625 0.0101157 0.0496793 2022-03-08T17:51:05.093 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:05.095268 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:51:05.746 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:05.744902 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:51:06.032 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 347 16 111551 111535 20.0858 11 0.12866 0.0497745 2022-03-08T17:51:07.032 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 348 16 111905 111889 20.0917 22.125 0.0392291 0.0497632 2022-03-08T17:51:08.024 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:08.023631 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:51:08.032 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 349 16 112239 112223 20.0939 20.875 0.041241 0.0497564 2022-03-08T17:51:08.657 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:08.659312 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:51:08.657 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:08.659339 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:51:09.032 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 350 16 112455 112439 20.0751 13.5 0.0466575 0.0498031 2022-03-08T17:51:09.259 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:09.261254 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:51:10.032 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 351 16 112686 112670 20.059 14.4375 0.0674164 0.0498416 2022-03-08T17:51:11.033 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 352 16 112983 112967 20.0548 18.5625 0.0282741 0.0498533 2022-03-08T17:51:12.032 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 353 16 113253 113237 20.0458 16.875 0.00677716 0.0498501 2022-03-08T17:51:12.412 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:12.406589 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:51:13.033 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 354 16 113507 113491 20.034 15.875 0.0307376 0.0499067 2022-03-08T17:51:13.719 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:13.721660 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:51:14.032 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 355 16 113878 113862 20.0428 23.1875 0.0777793 0.0498834 2022-03-08T17:51:15.033 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 356 16 114169 114153 20.0376 18.1875 0.159615 0.0498937 2022-03-08T17:51:16.033 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 357 16 114499 114483 20.0393 20.625 0.0220844 0.0498919 2022-03-08T17:51:16.173 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:16.175555 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:51:16.281 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:16.277664 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:51:16.281 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:16.277692 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:51:16.884 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:16.882588 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:51:17.033 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 358 16 114839 114823 20.0426 21.25 0.135439 0.0498803 2022-03-08T17:51:18.033 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 359 16 115068 115052 20.0267 14.3125 0.079487 0.0499207 2022-03-08T17:51:19.033 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:2022-03-08T17:51:19.036013+0000 min lat: 0.0012986 max lat: 13.4357 avg lat: 0.0499693 2022-03-08T17:51:19.034 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-03-08T17:51:19.034 INFO:tasks.radosbench.radosbench.a.smithi167.stdout: 360 2 115261 115259 20.007 12.9375 0.344942 0.0499693 2022-03-08T17:51:19.612 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:19.614391 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:51:20.033 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Total time run: 360.065 2022-03-08T17:51:20.034 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Total writes made: 115261 2022-03-08T17:51:20.034 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Write size: 65536 2022-03-08T17:51:20.035 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Object size: 65536 2022-03-08T17:51:20.035 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Bandwidth (MB/sec): 20.007 2022-03-08T17:51:20.035 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Stddev Bandwidth: 16.3929 2022-03-08T17:51:20.035 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Max bandwidth (MB/sec): 93.625 2022-03-08T17:51:20.036 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Min bandwidth (MB/sec): 0 2022-03-08T17:51:20.036 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Average IOPS: 320 2022-03-08T17:51:20.036 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Stddev IOPS: 262.299 2022-03-08T17:51:20.036 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Max IOPS: 1498 2022-03-08T17:51:20.036 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Min IOPS: 0 2022-03-08T17:51:20.037 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Average Latency(s): 0.0499742 2022-03-08T17:51:20.037 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Stddev Latency(s): 0.326991 2022-03-08T17:51:20.037 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Max latency(s): 13.4357 2022-03-08T17:51:20.037 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Min latency(s): 0.0012986 2022-03-08T17:51:20.039 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Cleaning up (deleting benchmark objects) 2022-03-08T17:51:22.385 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:22.382482 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:51:24.742 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:24.744383 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:51:26.360 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:26.361518 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:51:26.363 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:26.363002 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:51:27.266 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:27.267834 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:51:31.459 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:31.461024 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:51:36.593 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:36.593370 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:51:38.937 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:38.936813 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:51:39.002 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:39.004079 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:51:39.006 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:39.004104 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:51:39.772 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:39.769670 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:51:42.350 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:42.350986 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:51:52.595 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:52.596953 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:51:54.940 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:54.939854 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:51:55.058 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:55.060266 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:51:55.058 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:55.060291 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:51:55.615 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:55.608047 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:51:58.816 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:51:58.818164 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:52:19.318 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:52:19.317268 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:52:21.502 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:52:21.503458 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:52:22.015 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:52:22.013916 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:52:22.016 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:52:22.013945 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:52:22.840 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:52:22.840380 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:52:25.964 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:52:25.965492 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:53:06.935 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:53:06.935754 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:53:09.300 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:53:09.295894 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:53:09.429 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:53:09.430304 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:53:09.430 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:53:09.430339 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:53:09.904 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:53:09.905511 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:53:12.570 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:53:12.570346 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:54:34.499 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:54:34.498297 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:54:37.855 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:54:37.854610 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:54:38.106 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:54:38.104466 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:54:38.107 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:54:38.104500 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:54:38.827 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:54:38.824975 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:54:41.850 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:54:41.849487 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:57:25.701 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:25.696858 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:57:27.365 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:27.361713 I | ceph-object-controller: reconciling object store deployments 2022-03-08T17:57:27.733 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:27.729116 I | ceph-object-controller: ceph object store gateway service running at 10.104.85.36 2022-03-08T17:57:27.733 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:27.729139 I | ceph-object-controller: reconciling object store pools 2022-03-08T17:57:28.303 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:28.300169 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-03-08T17:57:32.232 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:32.229422 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-03-08T17:57:39.541 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Removed 115261 objects 2022-03-08T17:57:39.541 INFO:tasks.radosbench.radosbench.a.smithi167.stdout:Clean up completed and total clean up time :379.496 2022-03-08T17:57:45.456 INFO:tasks.rook.ceph_manager.ceph:removing pool_name unique_pool_0 2022-03-08T17:57:45.457 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph osd pool rm unique_pool_0 unique_pool_0 --yes-i-really-really-mean-it 2022-03-08T17:57:46.471 INFO:teuthology.orchestra.run.smithi167.stderr:pool 'unique_pool_0' removed 2022-03-08T17:57:46.493 DEBUG:teuthology.run_tasks:Unwinding manager install 2022-03-08T17:57:46.507 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits... 2022-03-08T17:57:46.508 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits 2022-03-08T17:57:46.664 DEBUG:teuthology.run_tasks:Unwinding manager rook 2022-03-08T17:57:46.676 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T17:57:47.382 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:57:47.383 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:49:43.000000Z", "last_refresh": "2022-03-08T17:57:47.246094Z", "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:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:57:47.246094Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T17:57:47.246094Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T17:57:47.246094Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T17:57:47.246094Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T17:57:47.246094Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_name": "rbd-mirror", "service_type": "rbd-mirror", "status": {"last_refresh": "2022-03-08T17:57:47.246094Z", "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:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:57:47.246094Z", "running": 0, "size": 1}}] 2022-03-08T17:57:47.404 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch rm mds.foo 2022-03-08T17:57:48.461 INFO:teuthology.orchestra.run.smithi167.stdout:Removed cephfilesystems/foo 2022-03-08T17:57:48.481 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch rm rbd-mirror 2022-03-08T17:57:48.929 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:48.925547 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:57:50.314 INFO:teuthology.orchestra.run.smithi167.stdout:Removed cephrbdmirrors/default-rbd-mirror 2022-03-08T17:57:50.370 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch rm rgw.foo 2022-03-08T17:57:50.907 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:50.903292 I | ceph-spec: object "rook-ceph-rbd-mirror-a" matched on delete, reconciling 2022-03-08T17:57:51.212 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:51.209373 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-03-08T17:57:52.343 INFO:teuthology.orchestra.run.smithi167.stdout:Removed cephobjectstores/foo 2022-03-08T17:57:52.358 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T17:57:52.601 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:52.561065 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T17:57:52.707 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:52.703804 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-03-08T17:57:52.708 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:52.703835 I | op-mds: successfully deleted mds config for "mds.foo-a" in mon configuration database 2022-03-08T17:57:52.708 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:52.703842 I | cephclient: deleting ceph auth "mds.foo-a" 2022-03-08T17:57:54.561 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:57:54.562 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:49:43.000000Z", "last_refresh": "2022-03-08T17:57:53.209457Z", "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:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:57:53.209457Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T17:57:53.209457Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T17:57:53.209457Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T17:57:53.209457Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T17:57:53.209457Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:57:53.209457Z", "running": 0, "size": 1}}] 2022-03-08T17:57:54.823 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:54.820289 I | op-mds: successfully deleted mds CephX key for "mds.foo-a" 2022-03-08T17:57:55.480 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:55.476050 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-03-08T17:57:56.885 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:56.880915 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-03-08T17:57:56.885 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:56.880957 I | op-mds: successfully deleted mds config for "mds.foo-b" in mon configuration database 2022-03-08T17:57:56.885 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:56.880967 I | cephclient: deleting ceph auth "mds.foo-b" 2022-03-08T17:57:57.795 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:57.790630 I | op-mds: successfully deleted mds CephX key for "mds.foo-b" 2022-03-08T17:57:57.795 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:57.790649 I | ceph-file-controller: downing filesystem "foo" 2022-03-08T17:57:58.211 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:58.205619 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T17:57:58.198+0000 7f26ed6b1340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T17:57:58.211 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T17:57:58.198+0000 7f26ed6b1340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T17:57:58.211 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T17:57:58.198+0000 7f26ed6b1340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T17:57:58.212 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T17:57:58.212 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:57:58.205648 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T17:57:58.198+0000 7f26ed6b1340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T17:57:58.212 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T17:57:58.198+0000 7f26ed6b1340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T17:57:58.212 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T17:57:58.198+0000 7f26ed6b1340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T17:57:58.212 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T17:58:00.515 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:00.511952 I | ceph-file-controller: downed filesystem "foo" 2022-03-08T17:58:04.271 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:04.267958 I | cephclient: no images/snapshosts present in pool "foo-metadata" 2022-03-08T17:58:04.272 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:04.267980 I | cephclient: purging pool "foo-metadata" (id=9) 2022-03-08T17:58:04.591 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T17:58:05.401 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:58:05.402 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:49:43.000000Z", "last_refresh": "2022-03-08T17:58:05.297665Z", "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:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:58:05.297665Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T17:58:05.297665Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T17:58:05.297665Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T17:58:05.297665Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T17:58:05.297665Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:58:05.297665Z", "running": 0, "size": 1}}] 2022-03-08T17:58:07.490 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:07.486435 I | cephclient: purge completed for pool "foo-metadata" 2022-03-08T17:58:07.897 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:07.894157 I | cephclient: no images/snapshosts present in pool "foo-data0" 2022-03-08T17:58:07.898 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:07.894174 I | cephclient: purging pool "foo-data0" (id=10) 2022-03-08T17:58:09.764 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:09.760535 I | cephclient: purge completed for pool "foo-data0" 2022-03-08T17:58:09.765 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:09.760578 I | ceph-spec: removing finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-03-08T17:58:09.784 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:09.780673 I | ceph-spec: object "rook-ceph-mds-foo-b-keyring" matched on delete, reconciling 2022-03-08T17:58:09.788 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:09.783693 I | ceph-spec: object "rook-ceph-mds-foo-b" matched on delete, reconciling 2022-03-08T17:58:09.788 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:09.784165 I | ceph-spec: object "rook-ceph-mds-foo-a" matched on delete, reconciling 2022-03-08T17:58:09.788 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:09.784341 I | ceph-spec: object "rook-ceph-mds-foo-a-keyring" matched on delete, reconciling 2022-03-08T17:58:13.862 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:13.858544 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi167": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T17:58:14.057 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 17:58:14.052399 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi167": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T17:58:15.426 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T17:58:16.053 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:58:16.054 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:49:43.000000Z", "last_refresh": "2022-03-08T17:58:15.940207Z", "running": 2, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T17:58:15.940207Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T17:58:15.940207Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T17:58:15.940207Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T17:58:15.940207Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:58:15.940207Z", "running": 0, "size": 1}}] 2022-03-08T17:58:26.074 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T17:58:27.179 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:58:27.180 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:49:43.000000Z", "last_refresh": "2022-03-08T17:58:27.054684Z", "running": 2, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T17:58:27.054684Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T17:58:27.054684Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T17:58:27.054684Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T17:58:27.054684Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:58:27.054684Z", "running": 0, "size": 1}}] 2022-03-08T17:58:37.199 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T17:58:37.806 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:58:37.806 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T17:58:37.708151Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T17:58:37.708151Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T17:58:37.708151Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T17:58:37.708151Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T17:58:37.708151Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:58:37.708151Z", "running": 0, "size": 1}}] 2022-03-08T17:58:47.833 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T17:58:48.543 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:58:48.544 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T17:58:48.391746Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T17:58:48.391746Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T17:58:48.391746Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T17:58:48.391746Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T17:58:48.391746Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:58:48.391746Z", "running": 0, "size": 1}}] 2022-03-08T17:58:58.563 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T17:58:59.587 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:58:59.587 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T17:58:59.156179Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T17:58:59.156179Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T17:58:59.156179Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T17:58:59.156179Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T17:58:59.156179Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:58:59.156179Z", "running": 0, "size": 1}}] 2022-03-08T17:59:09.608 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T17:59:10.266 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:59:10.267 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T17:59:10.169449Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T17:59:10.169449Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T17:59:10.169449Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T17:59:10.169449Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T17:59:10.169449Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:59:10.169449Z", "running": 0, "size": 1}}] 2022-03-08T17:59:20.290 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T17:59:20.962 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:59:20.962 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T17:59:20.795120Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T17:59:20.795120Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T17:59:20.795120Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T17:59:20.795120Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T17:59:20.795120Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:59:20.795120Z", "running": 0, "size": 1}}] 2022-03-08T17:59:30.988 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T17:59:35.821 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:59:35.822 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T17:59:35.725310Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T17:59:35.725310Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T17:59:35.725310Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T17:59:35.725310Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T17:59:35.725310Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:59:35.725310Z", "running": 0, "size": 1}}] 2022-03-08T17:59:45.840 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T17:59:46.460 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:59:46.460 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T17:59:46.365196Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T17:59:46.365196Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T17:59:46.365196Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T17:59:46.365196Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T17:59:46.365196Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:59:46.365196Z", "running": 0, "size": 1}}] 2022-03-08T17:59:56.484 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T17:59:57.147 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T17:59:57.147 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T17:59:57.044785Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T17:59:57.044785Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T17:59:57.044785Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T17:59:57.044785Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T17:59:57.044785Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T17:59:57.044785Z", "running": 0, "size": 1}}] 2022-03-08T18:00:07.170 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:00:07.779 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:00:07.779 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:00:07.689083Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:00:07.689083Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:00:07.689083Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:00:07.689083Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:00:07.689083Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:00:07.689083Z", "running": 0, "size": 1}}] 2022-03-08T18:00:17.799 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:00:18.425 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:00:18.425 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:00:18.328713Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:00:18.328713Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:00:18.328713Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:00:18.328713Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:00:18.328713Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:00:18.328713Z", "running": 0, "size": 1}}] 2022-03-08T18:00:28.463 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:00:29.108 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:00:29.108 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:00:28.992375Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:00:28.992375Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:00:28.992375Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:00:28.992375Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:00:28.992375Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:00:28.992375Z", "running": 0, "size": 1}}] 2022-03-08T18:00:39.130 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:00:39.718 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:00:39.718 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:00:39.627289Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:00:39.627289Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:00:39.627289Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:00:39.627289Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:00:39.627289Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:00:39.627289Z", "running": 0, "size": 1}}] 2022-03-08T18:00:49.740 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:00:50.326 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:00:50.327 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:00:50.223981Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:00:50.223981Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:00:50.223981Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:00:50.223981Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:00:50.223981Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:00:50.223981Z", "running": 0, "size": 1}}] 2022-03-08T18:01:00.351 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:01:00.944 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:01:00.944 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:01:00.847373Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:01:00.847373Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:01:00.847373Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:01:00.847373Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:01:00.847373Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:01:00.847373Z", "running": 0, "size": 1}}] 2022-03-08T18:01:10.964 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:01:11.579 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:01:11.579 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:01:11.477988Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:01:11.477988Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:01:11.477988Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:01:11.477988Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:01:11.477988Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:01:11.477988Z", "running": 0, "size": 1}}] 2022-03-08T18:01:21.602 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:01:22.201 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:01:22.202 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:01:22.099565Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:01:22.099565Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:01:22.099565Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:01:22.099565Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:01:22.099565Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:01:22.099565Z", "running": 0, "size": 1}}] 2022-03-08T18:01:32.226 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:01:32.837 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:01:32.838 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:01:32.733576Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:01:32.733576Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:01:32.733576Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:01:32.733576Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:01:32.733576Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:01:32.733576Z", "running": 0, "size": 1}}] 2022-03-08T18:01:42.863 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:01:43.460 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:01:43.461 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:01:43.362288Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:01:43.362288Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:01:43.362288Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:01:43.362288Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:01:43.362288Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:01:43.362288Z", "running": 0, "size": 1}}] 2022-03-08T18:01:53.487 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:01:54.112 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:01:54.112 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:01:53.994276Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:01:53.994276Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:01:53.994276Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:01:53.994276Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:01:53.994276Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:01:53.994276Z", "running": 0, "size": 1}}] 2022-03-08T18:02:04.135 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:02:04.723 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:02:04.723 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:02:04.631146Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:02:04.631146Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:02:04.631146Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:02:04.631146Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:02:04.631146Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:02:04.631146Z", "running": 0, "size": 1}}] 2022-03-08T18:02:14.746 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:02:15.327 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:02:15.328 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:02:15.238701Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:02:15.238701Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:02:15.238701Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:02:15.238701Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:02:15.238701Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:02:15.238701Z", "running": 0, "size": 1}}] 2022-03-08T18:02:25.351 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:02:26.084 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:02:26.084 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:02:25.983808Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:02:25.983808Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:02:25.983808Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:02:25.983808Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:02:25.983808Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:02:25.983808Z", "running": 0, "size": 1}}] 2022-03-08T18:02:36.110 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:02:36.758 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:02:36.758 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:02:36.662969Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:02:36.662969Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:02:36.662969Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:02:36.662969Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:02:36.662969Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:02:36.662969Z", "running": 0, "size": 1}}] 2022-03-08T18:02:46.783 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:02:47.429 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:02:47.429 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:02:47.315990Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:02:47.315990Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:02:47.315990Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:02:47.315990Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:02:47.315990Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:02:47.315990Z", "running": 0, "size": 1}}] 2022-03-08T18:02:57.451 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:02:58.083 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:02:58.084 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:02:57.973871Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:02:57.973871Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:02:57.973871Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:02:57.973871Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:02:57.973871Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:02:57.973871Z", "running": 0, "size": 1}}] 2022-03-08T18:02:59.937 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:02:59.929861 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T18:03:00.559 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:03:00.551342 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T18:03:00.542+0000 7f28aed3a340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T18:03:00.560 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:03:00.542+0000 7f28aed3a340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T18:03:00.560 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:03:00.542+0000 7f28aed3a340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T18:03:00.560 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T18:03:00.560 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:03:00.551372 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T18:03:00.542+0000 7f28aed3a340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T18:03:00.561 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:03:00.542+0000 7f28aed3a340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T18:03:00.561 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:03:00.542+0000 7f28aed3a340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T18:03:00.561 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T18:03:08.108 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:03:08.727 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:03:08.727 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:03:08.612089Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:03:08.612089Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:03:08.612089Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:03:08.612089Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:03:08.612089Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:03:08.612089Z", "running": 0, "size": 1}}] 2022-03-08T18:03:18.753 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:03:19.363 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:03:19.363 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:03:19.260133Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:03:19.260133Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:03:19.260133Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:03:19.260133Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:03:19.260133Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:03:19.260133Z", "running": 0, "size": 1}}] 2022-03-08T18:03:29.385 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:03:30.102 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:03:30.102 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:03:29.967981Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:03:29.967981Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:03:29.967981Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:03:29.967981Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:03:29.967981Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:03:29.967981Z", "running": 0, "size": 1}}] 2022-03-08T18:03:40.128 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:03:40.741 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:03:40.742 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:03:40.645026Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:03:40.645026Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:03:40.645026Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:03:40.645026Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:03:40.645026Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:03:40.645026Z", "running": 0, "size": 1}}] 2022-03-08T18:03:50.765 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:03:51.406 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:03:51.406 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:03:51.266931Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:03:51.266931Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:03:51.266931Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:03:51.266931Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:03:51.266931Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:03:51.266931Z", "running": 0, "size": 1}}] 2022-03-08T18:04:01.429 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:04:02.063 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:04:02.064 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:04:01.936592Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:04:01.936592Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:04:01.936592Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:04:01.936592Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:04:01.936592Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:04:01.936592Z", "running": 0, "size": 1}}] 2022-03-08T18:04:12.088 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:04:12.905 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:04:12.905 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:04:12.764633Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:04:12.764633Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:04:12.764633Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:04:12.764633Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:04:12.764633Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:04:12.764633Z", "running": 0, "size": 1}}] 2022-03-08T18:04:22.929 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:04:23.558 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:04:23.559 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:04:23.439046Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:04:23.439046Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:04:23.439046Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:04:23.439046Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:04:23.439046Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:04:23.439046Z", "running": 0, "size": 1}}] 2022-03-08T18:04:33.584 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:04:34.190 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:04:34.190 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:04:34.087907Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:04:34.087907Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:04:34.087907Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:04:34.087907Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:04:34.087907Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:04:34.087907Z", "running": 0, "size": 1}}] 2022-03-08T18:04:44.215 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:04:44.845 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:04:44.846 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:04:44.737880Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:04:44.737880Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:04:44.737880Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:04:44.737880Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:04:44.737880Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:04:44.737880Z", "running": 0, "size": 1}}] 2022-03-08T18:04:54.872 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:04:55.550 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:04:55.550 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:04:55.381677Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:04:55.381677Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:04:55.381677Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:04:55.381677Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:04:55.381677Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:04:55.381677Z", "running": 0, "size": 1}}] 2022-03-08T18:05:05.576 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:05:06.173 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:05:06.173 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:05:06.068504Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:05:06.068504Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:05:06.068504Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:05:06.068504Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:05:06.068504Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:05:06.068504Z", "running": 0, "size": 1}}] 2022-03-08T18:05:16.197 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:05:16.864 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:05:16.865 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:05:16.745498Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:05:16.745498Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:05:16.745498Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:05:16.745498Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:05:16.745498Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:05:16.745498Z", "running": 0, "size": 1}}] 2022-03-08T18:05:26.888 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:05:27.534 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:05:27.535 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:05:27.414553Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:05:27.414553Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:05:27.414553Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:05:27.414553Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:05:27.414553Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:05:27.414553Z", "running": 0, "size": 1}}] 2022-03-08T18:05:37.553 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:05:38.174 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:05:38.175 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:05:38.068967Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:05:38.068967Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:05:38.068967Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:05:38.068967Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:05:38.068967Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:05:38.068967Z", "running": 0, "size": 1}}] 2022-03-08T18:05:48.201 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:05:48.816 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:05:48.817 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:05:48.713764Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:05:48.713764Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:05:48.713764Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:05:48.713764Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:05:48.713764Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:05:48.713764Z", "running": 0, "size": 1}}] 2022-03-08T18:05:58.837 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:05:59.428 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:05:59.428 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:05:59.325637Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:05:59.325637Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:05:59.325637Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:05:59.325637Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:05:59.325637Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:05:59.325637Z", "running": 0, "size": 1}}] 2022-03-08T18:06:09.454 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:06:10.068 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:06:10.068 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:06:09.961929Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:06:09.961929Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:06:09.961929Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:06:09.961929Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:06:09.961929Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:06:09.961929Z", "running": 0, "size": 1}}] 2022-03-08T18:06:20.094 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:06:20.758 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:06:20.759 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:06:20.602077Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:06:20.602077Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:06:20.602077Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:06:20.602077Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:06:20.602077Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:06:20.602077Z", "running": 0, "size": 1}}] 2022-03-08T18:06:30.779 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:06:31.449 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:06:31.449 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:06:31.258075Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:06:31.258075Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:06:31.258075Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:06:31.258075Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:06:31.258075Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:06:31.258075Z", "running": 0, "size": 1}}] 2022-03-08T18:06:41.473 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:06:42.084 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:06:42.084 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:06:41.979168Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:06:41.979168Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:06:41.979168Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:06:41.979168Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:06:41.979168Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:06:41.979168Z", "running": 0, "size": 1}}] 2022-03-08T18:06:52.107 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:06:52.716 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:06:52.717 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:06:52.599374Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:06:52.599374Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:06:52.599374Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:06:52.599374Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:06:52.599374Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:06:52.599374Z", "running": 0, "size": 1}}] 2022-03-08T18:07:02.739 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:07:03.407 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:07:03.408 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:07:03.304350Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:07:03.304350Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:07:03.304350Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:07:03.304350Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:07:03.304350Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:07:03.304350Z", "running": 0, "size": 1}}] 2022-03-08T18:07:13.428 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:07:14.067 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:07:14.067 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:07:13.940507Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:07:13.940507Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:07:13.940507Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:07:13.940507Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:07:13.940507Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:07:13.940507Z", "running": 0, "size": 1}}] 2022-03-08T18:07:24.089 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:07:24.811 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:07:24.811 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:07:24.703222Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:07:24.703222Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:07:24.703222Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:07:24.703222Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:07:24.703222Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:07:24.703222Z", "running": 0, "size": 1}}] 2022-03-08T18:07:34.835 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:07:35.441 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:07:35.441 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:07:35.342509Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:07:35.342509Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:07:35.342509Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:07:35.342509Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:07:35.342509Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:07:35.342509Z", "running": 0, "size": 1}}] 2022-03-08T18:07:45.460 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:07:46.065 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:07:46.065 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:07:45.950239Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:07:45.950239Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:07:45.950239Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:07:45.950239Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:07:45.950239Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:07:45.950239Z", "running": 0, "size": 1}}] 2022-03-08T18:07:56.090 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:07:56.759 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:07:56.759 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:07:56.655493Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:07:56.655493Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:07:56.655493Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:07:56.655493Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:07:56.655493Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:07:56.655493Z", "running": 0, "size": 1}}] 2022-03-08T18:08:06.783 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:08:07.406 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:08:07.407 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:08:07.296531Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:08:07.296531Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:08:07.296531Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:08:07.296531Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:08:07.296531Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:08:07.296531Z", "running": 0, "size": 1}}] 2022-03-08T18:08:17.428 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:08:18.100 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:08:18.101 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:08:17.932746Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:08:17.932746Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:08:17.932746Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:08:17.932746Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:08:17.932746Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:08:17.932746Z", "running": 0, "size": 1}}] 2022-03-08T18:08:28.122 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:08:28.805 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:08:28.805 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:08:28.695877Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:08:28.695877Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:08:28.695877Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:08:28.695877Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:08:28.695877Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:08:28.695877Z", "running": 0, "size": 1}}] 2022-03-08T18:08:38.830 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:08:39.448 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:08:39.448 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:08:39.345875Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:08:39.345875Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:08:39.345875Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:08:39.345875Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:08:39.345875Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:08:39.345875Z", "running": 0, "size": 1}}] 2022-03-08T18:08:49.473 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:08:50.139 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:08:50.140 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:08:50.046551Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:08:50.046551Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:08:50.046551Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:08:50.046551Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:08:50.046551Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:08:50.046551Z", "running": 0, "size": 1}}] 2022-03-08T18:09:00.160 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:09:00.776 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:09:00.776 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:09:00.667394Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:09:00.667394Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:09:00.667394Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:09:00.667394Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:09:00.667394Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:09:00.667394Z", "running": 0, "size": 1}}] 2022-03-08T18:09:10.800 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:09:11.418 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:09:11.418 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:09:11.315786Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:09:11.315786Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:09:11.315786Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:09:11.315786Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:09:11.315786Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:09:11.315786Z", "running": 0, "size": 1}}] 2022-03-08T18:09:21.443 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:09:22.081 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:09:22.082 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:09:21.974384Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:09:21.974384Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:09:21.974384Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:09:21.974384Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:09:21.974384Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:09:21.974384Z", "running": 0, "size": 1}}] 2022-03-08T18:09:32.104 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:09:32.718 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:09:32.718 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:09:32.617892Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:09:32.617892Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:09:32.617892Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:09:32.617892Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:09:32.617892Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:09:32.617892Z", "running": 0, "size": 1}}] 2022-03-08T18:09:42.740 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:09:46.467 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:09:46.467 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:09:46.328193Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:09:46.328193Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:09:46.328193Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:09:46.328193Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:09:46.328193Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:09:46.328193Z", "running": 0, "size": 1}}] 2022-03-08T18:09:56.488 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:09:57.215 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:09:57.215 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:09:57.107899Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:09:57.107899Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:09:57.107899Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:09:57.107899Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:09:57.107899Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:09:57.107899Z", "running": 0, "size": 1}}] 2022-03-08T18:10:07.239 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:10:07.846 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:10:07.846 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:10:07.740900Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:10:07.740900Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:10:07.740900Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:10:07.740900Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:10:07.740900Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:10:07.740900Z", "running": 0, "size": 1}}] 2022-03-08T18:10:17.870 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:10:18.527 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:10:18.527 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:10:18.385266Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:10:18.385266Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:10:18.385266Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:10:18.385266Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:10:18.385266Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:10:18.385266Z", "running": 0, "size": 1}}] 2022-03-08T18:10:28.549 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:10:29.223 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:10:29.223 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:10:29.068156Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:10:29.068156Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:10:29.068156Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:10:29.068156Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:10:29.068156Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:10:29.068156Z", "running": 0, "size": 1}}] 2022-03-08T18:10:39.248 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:10:39.953 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:10:39.954 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:10:39.739823Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:10:39.739823Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:10:39.739823Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:10:39.739823Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:10:39.739823Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:10:39.739823Z", "running": 0, "size": 1}}] 2022-03-08T18:10:49.980 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:10:50.594 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:10:50.594 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:10:50.490043Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:10:50.490043Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:10:50.490043Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:10:50.490043Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:10:50.490043Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:10:50.490043Z", "running": 0, "size": 1}}] 2022-03-08T18:11:00.618 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:11:01.252 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:11:01.252 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:11:01.134763Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:11:01.134763Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:11:01.134763Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:11:01.134763Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:11:01.134763Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:11:01.134763Z", "running": 0, "size": 1}}] 2022-03-08T18:11:11.277 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:11:11.893 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:11:11.893 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:11:11.775295Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:11:11.775295Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:11:11.775295Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:11:11.775295Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:11:11.775295Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:11:11.775295Z", "running": 0, "size": 1}}] 2022-03-08T18:11:21.915 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:11:22.517 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:11:22.517 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:11:22.407660Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:11:22.407660Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:11:22.407660Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:11:22.407660Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:11:22.407660Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:11:22.407660Z", "running": 0, "size": 1}}] 2022-03-08T18:11:32.541 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:11:33.149 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:11:33.149 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:11:33.038247Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:11:33.038247Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:11:33.038247Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:11:33.038247Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:11:33.038247Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:11:33.038247Z", "running": 0, "size": 1}}] 2022-03-08T18:11:43.175 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:11:43.787 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:11:43.788 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:11:43.684938Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:11:43.684938Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:11:43.684938Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:11:43.684938Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:11:43.684938Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:11:43.684938Z", "running": 0, "size": 1}}] 2022-03-08T18:11:53.809 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:11:54.427 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:11:54.427 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:11:54.338049Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:11:54.338049Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:11:54.338049Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:11:54.338049Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:11:54.338049Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:11:54.338049Z", "running": 0, "size": 1}}] 2022-03-08T18:12:04.449 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:12:05.073 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:12:05.073 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:12:04.960275Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:12:04.960275Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:12:04.960275Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:12:04.960275Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:12:04.960275Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:12:04.960275Z", "running": 0, "size": 1}}] 2022-03-08T18:12:15.098 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:12:15.749 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:12:15.750 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:12:15.646236Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:12:15.646236Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:12:15.646236Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:12:15.646236Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:12:15.646236Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:12:15.646236Z", "running": 0, "size": 1}}] 2022-03-08T18:12:25.771 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:12:26.403 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:12:26.404 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:12:26.271604Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:12:26.271604Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:12:26.271604Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:12:26.271604Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:12:26.271604Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:12:26.271604Z", "running": 0, "size": 1}}] 2022-03-08T18:12:36.425 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:12:37.002 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:12:37.003 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:12:36.897101Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:12:36.897101Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:12:36.897101Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:12:36.897101Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:12:36.897101Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:12:36.897101Z", "running": 0, "size": 1}}] 2022-03-08T18:12:47.024 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:12:47.633 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:12:47.633 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:12:47.528398Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:12:47.528398Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:12:47.528398Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:12:47.528398Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:12:47.528398Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:12:47.528398Z", "running": 0, "size": 1}}] 2022-03-08T18:12:57.660 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:12:58.307 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:12:58.307 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:12:58.188555Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:12:58.188555Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:12:58.188555Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:12:58.188555Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:12:58.188555Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:12:58.188555Z", "running": 0, "size": 1}}] 2022-03-08T18:13:08.349 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:13:08.979 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:13:08.979 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:13:08.869821Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:13:08.869821Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:13:08.869821Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:13:08.869821Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:13:08.869821Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:13:08.869821Z", "running": 0, "size": 1}}] 2022-03-08T18:13:19.002 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:13:19.584 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:13:19.585 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:13:19.457186Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:13:19.457186Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:13:19.457186Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:13:19.457186Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:13:19.457186Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:13:19.457186Z", "running": 0, "size": 1}}] 2022-03-08T18:13:29.611 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:13:30.254 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:13:30.254 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:13:30.144487Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:13:30.144487Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:13:30.144487Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:13:30.144487Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:13:30.144487Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:13:30.144487Z", "running": 0, "size": 1}}] 2022-03-08T18:13:40.284 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:13:41.108 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:13:41.108 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:13:40.866174Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:13:40.866174Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:13:40.866174Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:13:40.866174Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:13:40.866174Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:13:40.866174Z", "running": 0, "size": 1}}] 2022-03-08T18:13:51.133 DEBUG:teuthology.orchestra.run.smithi167:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-2rh5t -- ceph orch ls -f json 2022-03-08T18:13:51.758 INFO:teuthology.orchestra.run.smithi167.stdout: 2022-03-08T18:13:51.759 INFO:teuthology.orchestra.run.smithi167.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:58:14.000000Z", "last_refresh": "2022-03-08T18:13:51.648267Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:40:08.000000Z", "last_refresh": "2022-03-08T18:13:51.648267Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:39:48.000000Z", "last_refresh": "2022-03-08T18:13:51.648267Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "8a96e9d18eedf3630c065f424f31a2567b7edb14aa925c8e107fd263e395a32b", "container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "created": "2022-03-08T17:42:13.000000Z", "last_refresh": "2022-03-08T18:13:51.648267Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-03-08T18:13:51.648267Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:6fe8e680a334072b1ba19b2de006862f98aedbae", "last_refresh": "2022-03-08T18:13:51.648267Z", "running": 0, "size": 1}}] 2022-03-08T18:13:51.779 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph_b8fc4097cbbda97d59dca39eb86991e7f313985b/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-03-08T18:13:51.780 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_b8fc4097cbbda97d59dca39eb86991e7f313985b/qa/tasks/rook.py", line 530, in ceph_config_keyring yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph_b8fc4097cbbda97d59dca39eb86991e7f313985b/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-03-08T18:13:51.781 INFO:tasks.rook:Cleaning up config and client.admin keyring 2022-03-08T18:13:51.781 DEBUG:teuthology.orchestra.run.smithi167:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2022-03-08T18:13:51.877 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_b8fc4097cbbda97d59dca39eb86991e7f313985b/qa/tasks/rook.py", line 478, in rook_post_config yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph_b8fc4097cbbda97d59dca39eb86991e7f313985b/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-03-08T18:13:51.878 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_b8fc4097cbbda97d59dca39eb86991e7f313985b/qa/tasks/rook.py", line 442, in rook_toolbox yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph_b8fc4097cbbda97d59dca39eb86991e7f313985b/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-03-08T18:13:51.910 DEBUG:teuthology.orchestra.remote:smithi167:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-03-08T18:13:51.928 DEBUG:teuthology.orchestra.run.smithi167:> kubectl delete -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-03-08T18:13:52.022 INFO:teuthology.orchestra.run.smithi167.stdout:deployment.apps "rook-ceph-tools" deleted 2022-03-08T18:13:52.070 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_b8fc4097cbbda97d59dca39eb86991e7f313985b/qa/tasks/rook.py", line 379, in rook_cluster yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph_b8fc4097cbbda97d59dca39eb86991e7f313985b/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eeaeee38264fad8a01fd1ce912d8908676ed64bc/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-03-08T18:13:52.071 DEBUG:teuthology.orchestra.run.smithi167:> kubectl delete -f cluster.yaml 2022-03-08T18:13:52.245 INFO:teuthology.orchestra.run.smithi167.stdout:cephcluster.ceph.rook.io "rook-ceph" deleted 2022-03-08T18:13:52.247 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:13:52.237842 I | ceph-cluster-controller: CR "rook-ceph" is going be deleted, cancelling any ongoing orchestration 2022-03-08T18:13:52.483 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:13:52.474422 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:13:52.496 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:13:52.487513 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:13:52.496 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:13:52.487550 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Warning:ReconcileFailed:CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:14:02.718 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:14:02.709580 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:14:02.732 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:14:02.723543 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:14:12.975 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:14:12.966391 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:14:12.988 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:14:12.979749 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:14:23.211 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:14:23.202304 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:14:23.225 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:14:23.214804 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:14:33.445 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:14:33.436053 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:14:33.455 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:14:33.446854 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:14:43.765 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:14:43.755974 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:14:43.779 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:14:43.770098 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:14:54.075 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:14:54.066416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:14:54.123 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:14:54.114424 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:15:04.360 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:15:04.350966 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:15:04.370 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:15:04.361021 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:15:14.591 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:15:14.582316 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:15:14.604 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:15:14.594882 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:15:24.823 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:15:24.814416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:15:24.837 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:15:24.828357 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:15:35.055 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:15:35.046407 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:15:35.069 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:15:35.060455 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:15:45.329 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:15:45.320289 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:15:45.339 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:15:45.330695 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:15:55.560 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:15:55.551400 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:15:55.571 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:15:55.562357 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:16:05.793 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:16:05.784011 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:16:05.805 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:16:05.796017 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:16:16.020 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:16:16.011201 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:16:16.035 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:16:16.025480 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:16:26.256 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:16:26.246094 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:16:26.268 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:16:26.259289 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:16:36.488 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:16:36.479088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:16:36.500 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:16:36.491536 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:16:46.725 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:16:46.714624 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:16:46.753 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:16:46.743178 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:16:57.003 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:16:56.993581 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:16:57.013 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:16:57.004481 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:17:07.238 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:17:07.228241 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:17:07.269 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:17:07.260282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:17:17.493 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:17:17.483654 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:17:17.506 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:17:17.496762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:17:27.729 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:17:27.719564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:17:27.741 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:17:27.732056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:17:37.956 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:17:37.946953 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:17:37.969 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:17:37.959313 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:17:48.185 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:17:48.175652 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:17:48.196 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:17:48.186844 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:17:58.421 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:17:58.407430 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:17:58.428 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:17:58.418508 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:18:08.643 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:18:08.633718 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:18:08.658 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:18:08.648512 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:18:18.878 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:18:18.868141 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:18:18.888 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:18:18.879188 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:18:29.112 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:18:29.102300 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:18:29.125 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:18:29.115687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:18:39.343 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:18:39.333273 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:18:39.352 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:18:39.342970 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:18:49.570 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:18:49.560050 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:18:49.585 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:18:49.574873 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:18:59.807 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:18:59.796759 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:18:59.821 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:18:59.810744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:19:10.037 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:10.026878 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:19:10.070 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:10.060218 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:19:10.273 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:10.260879 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 18:19:10.238831172 +0000 UTC m=+2449.788286438 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T18:19:20.307 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:20.296419 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:19:20.331 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:20.321585 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:19:30.632 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:30.621693 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:19:30.648 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:30.635185 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:19:40.588 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:40.578391 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T18:19:40.896 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:40.885724 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:19:40.904 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:40.894070 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:19:41.185 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:41.174604 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T18:19:41.166+0000 7f5499e6c340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T18:19:41.186 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:19:41.166+0000 7f5499e6c340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T18:19:41.186 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:19:41.166+0000 7f5499e6c340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T18:19:41.186 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T18:19:41.186 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:41.174628 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T18:19:41.166+0000 7f5499e6c340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T18:19:41.187 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:19:41.166+0000 7f5499e6c340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T18:19:41.187 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:19:41.166+0000 7f5499e6c340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T18:19:41.187 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T18:19:51.124 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:51.113832 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:19:51.136 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:19:51.124708 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:20:01.367 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:20:01.356415 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:20:01.381 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:20:01.370484 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:20:11.602 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:20:11.591401 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:20:11.613 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:20:11.602995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:20:21.833 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:20:21.822243 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:20:21.845 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:20:21.835008 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:20:32.061 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:20:32.050536 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:20:32.071 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:20:32.060105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:20:42.293 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:20:42.282034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:20:42.305 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:20:42.294435 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:20:52.530 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:20:52.519513 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:20:52.543 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:20:52.532640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:21:02.768 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:21:02.757304 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:21:02.779 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:21:02.767990 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:21:12.998 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:21:12.986598 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:21:13.012 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:21:13.001649 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:21:23.247 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:21:23.235728 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:21:23.255 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:21:23.244411 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:21:33.477 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:21:33.465418 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:21:33.489 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:21:33.477959 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:21:43.727 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:21:43.715958 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:21:43.738 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:21:43.726955 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:21:53.984 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:21:53.972569 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:21:53.992 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:21:53.981682 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:22:04.207 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:22:04.195872 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:22:04.218 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:22:04.206411 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:22:14.437 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:22:14.425730 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:22:14.449 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:22:14.438155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:22:24.669 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:22:24.657548 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:22:24.681 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:22:24.669905 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:22:34.903 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:22:34.891005 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:22:34.916 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:22:34.904895 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:22:45.139 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:22:45.127564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:22:45.151 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:22:45.139868 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:22:55.373 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:22:55.360788 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:22:55.385 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:22:55.373097 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:23:05.611 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:23:05.598929 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:23:05.624 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:23:05.612471 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:23:15.851 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:23:15.838856 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:23:15.864 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:23:15.852725 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:23:26.099 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:23:26.086724 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:23:26.112 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:23:26.100363 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:23:36.344 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:23:36.332097 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:23:36.357 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:23:36.344995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:23:46.579 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:23:46.566223 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:23:46.590 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:23:46.578361 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:23:56.813 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:23:56.800564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:23:56.861 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:23:56.848451 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:24:07.086 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:24:07.073190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:24:07.099 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:24:07.086229 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:24:17.311 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:24:17.298267 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:24:17.321 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:24:17.309266 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:24:27.540 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:24:27.527498 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:24:27.551 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:24:27.539164 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:24:37.773 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:24:37.760099 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:24:37.785 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:24:37.772852 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:24:48.010 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:24:47.997212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:24:48.023 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:24:48.010288 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:24:58.244 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:24:58.230951 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:24:58.257 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:24:58.244379 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:25:08.481 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:25:08.467505 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:25:08.491 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:25:08.478933 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:25:18.715 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:25:18.700526 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:25:18.728 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:25:18.715469 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:25:28.955 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:25:28.941276 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:25:28.965 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:25:28.952509 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:25:39.187 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:25:39.173493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:25:39.199 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:25:39.185537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:25:49.420 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:25:49.406549 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:25:49.430 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:25:49.416800 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:25:59.650 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:25:59.636265 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:25:59.665 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:25:59.651508 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:26:09.886 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:26:09.871977 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:26:09.894 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:26:09.880439 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:26:20.114 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:26:20.099989 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:26:20.122 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:26:20.108630 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:26:30.339 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:26:30.325524 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:26:30.355 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:26:30.340878 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:26:40.579 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:26:40.565304 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:26:40.591 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:26:40.577408 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:26:50.815 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:26:50.800749 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:26:50.855 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:26:50.841419 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:27:01.078 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:27:01.064200 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:27:01.091 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:27:01.077701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:27:11.314 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:27:11.299522 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:27:11.326 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:27:11.312045 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:27:21.550 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:27:21.535479 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:27:21.563 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:27:21.549004 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:27:31.789 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:27:31.774564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:27:31.800 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:27:31.784354 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:27:42.030 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:27:42.008657 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:27:42.037 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:27:42.022556 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:27:52.269 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:27:52.254045 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:27:52.280 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:27:52.265824 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:28:02.507 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:28:02.492112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:28:02.519 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:28:02.504580 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:28:12.772 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:28:12.756344 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:28:12.785 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:28:12.769948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:28:23.003 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:28:22.987339 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:28:23.040 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:28:23.025051 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:28:33.258 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:28:33.242237 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:28:33.266 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:28:33.250713 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:28:43.533 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:28:43.517911 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:28:43.544 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:28:43.529292 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:28:53.764 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:28:53.748495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:28:53.774 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:28:53.758732 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:29:03.995 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:29:03.978902 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:29:04.005 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:29:03.990033 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:29:14.227 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:29:14.211120 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:29:14.241 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:29:14.224324 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:29:24.460 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:29:24.444490 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:29:24.474 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:29:24.457861 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:29:34.698 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:29:34.682208 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:29:34.714 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:29:34.698005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:29:44.941 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:29:44.922962 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:29:44.953 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:29:44.936389 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:29:55.216 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:29:55.198931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:29:55.226 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:29:55.209125 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:30:05.473 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:30:05.457362 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:30:05.485 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:30:05.469445 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:30:15.702 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:30:15.686884 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:30:15.763 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:30:15.747353 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:30:25.982 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:30:25.966411 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:30:25.996 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:30:25.980949 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:30:36.216 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:30:36.200018 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:30:36.262 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:30:36.246628 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:30:46.483 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:30:46.467613 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:30:46.496 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:30:46.480439 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:30:56.719 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:30:56.701045 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:30:56.728 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:30:56.713148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:31:06.949 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:31:06.933255 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:31:06.958 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:31:06.943225 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:31:17.181 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:31:17.165713 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:31:17.194 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:31:17.178069 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:31:27.419 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:31:27.402670 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:31:27.429 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:31:27.413884 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:31:37.652 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:31:37.636763 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:31:37.665 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:31:37.649887 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:31:47.889 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:31:47.873094 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:31:47.902 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:31:47.885281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:31:58.128 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:31:58.109600 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:31:58.139 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:31:58.123409 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:32:08.362 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:32:08.344978 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:32:08.373 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:32:08.357193 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:32:18.605 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:32:18.588637 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:32:18.617 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:32:18.601560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:32:28.868 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:32:28.852282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:32:28.881 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:32:28.863903 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:32:39.099 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:32:39.083577 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:32:39.111 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:32:39.095097 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:32:49.332 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:32:49.316374 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:32:49.403 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:32:49.387652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:32:59.618 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:32:59.602555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:32:59.630 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:32:59.614726 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:33:09.868 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:33:09.851967 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:33:09.879 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:33:09.864037 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:33:20.100 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:33:20.084193 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:33:20.112 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:33:20.097183 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:33:30.337 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:33:30.321921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:33:30.351 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:33:30.335832 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:33:40.573 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:33:40.557414 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:33:40.585 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:33:40.569972 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:33:50.865 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:33:50.849088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:33:50.876 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:33:50.861193 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:34:01.104 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:34:01.088466 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:34:01.117 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:34:01.102054 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:34:11.338 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:34:11.321904 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:34:11.350 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:34:11.335217 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:34:21.571 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:34:21.554997 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:34:21.582 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:34:21.567347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:34:31.805 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:34:31.789132 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:34:31.818 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:34:31.802987 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:34:42.035 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:34:42.019084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:34:42.050 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:34:42.035246 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:34:52.271 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:34:52.255651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:34:52.284 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:34:52.269424 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:35:02.507 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:35:02.491130 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:35:02.517 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:35:02.501440 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:35:12.740 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:35:12.724233 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:35:12.751 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:35:12.736289 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:35:22.977 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:35:22.961003 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:35:22.989 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:35:22.974161 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:35:33.207 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:35:33.191366 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:35:33.220 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:35:33.204680 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:35:43.461 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:35:43.444845 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:35:43.472 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:35:43.456740 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:35:53.693 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:35:53.677216 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:35:53.705 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:35:53.689791 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:36:03.927 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:03.911081 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:36:03.939 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:03.923162 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:36:14.165 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:14.149997 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:36:14.177 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:14.161638 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:36:21.196 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:21.181155 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T18:36:21.802 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:21.786038 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T18:36:21.777+0000 7fa5524c6340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T18:36:21.802 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:36:21.777+0000 7fa5524c6340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T18:36:21.803 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:36:21.777+0000 7fa5524c6340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T18:36:21.803 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T18:36:21.803 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:21.786062 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T18:36:21.777+0000 7fa5524c6340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T18:36:21.803 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:36:21.777+0000 7fa5524c6340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T18:36:21.804 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:36:21.777+0000 7fa5524c6340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T18:36:21.804 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T18:36:24.398 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:24.382961 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:36:24.412 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:24.396723 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:36:34.631 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:34.615411 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:36:34.647 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:34.632058 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:36:44.872 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:44.856372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:36:44.888 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:44.873274 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:36:55.176 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:55.161552 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:36:55.188 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:36:55.173424 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:37:05.408 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:37:05.392581 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:37:05.419 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:37:05.404412 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:37:15.642 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:37:15.625914 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:37:15.655 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:37:15.639749 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:37:25.871 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:37:25.856006 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:37:25.883 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:37:25.868587 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:37:26.046 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:37:26.031530 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 18:37:26.023741279 +0000 UTC m=+3545.573196554 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T18:37:36.114 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:37:36.099139 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:37:36.126 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:37:36.110621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:37:46.377 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:37:46.360734 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:37:46.387 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:37:46.372699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:37:56.604 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:37:56.589231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:37:56.615 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:37:56.600656 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:38:06.895 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:38:06.879457 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:38:06.903 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:38:06.888984 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:38:17.150 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:38:17.135453 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:38:17.165 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:38:17.150967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:38:27.387 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:38:27.372551 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:38:27.402 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:38:27.388319 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:38:37.624 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:38:37.609071 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:38:37.635 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:38:37.621538 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:38:47.857 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:38:47.843351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:38:47.869 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:38:47.855650 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:38:58.092 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:38:58.077662 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:38:58.104 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:38:58.090111 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:39:08.325 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:39:08.311098 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:39:08.346 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:39:08.332331 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:39:18.569 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:39:18.554037 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:39:18.578 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:39:18.565069 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:39:28.798 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:39:28.783946 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:39:28.953 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:39:28.796537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:39:39.031 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:39:39.017578 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:39:39.047 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:39:39.033564 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:39:49.271 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:39:49.257095 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:39:49.305 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:39:49.291215 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:39:59.525 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:39:59.511181 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:39:59.715 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:39:59.551121 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:40:09.782 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:40:09.768213 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:40:09.795 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:40:09.781592 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:40:20.023 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:40:20.008969 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:40:20.036 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:40:20.022906 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:40:30.255 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:40:30.241458 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:40:30.266 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:40:30.252804 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:40:40.483 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:40:40.469938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:40:40.533 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:40:40.519869 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:40:50.760 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:40:50.747334 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:40:50.772 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:40:50.759235 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:41:01.001 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:41:00.988153 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:41:01.015 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:41:01.002153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:41:11.236 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:41:11.222604 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:41:11.248 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:41:11.235415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:41:21.470 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:41:21.457056 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:41:21.482 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:41:21.469806 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:41:31.705 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:41:31.692379 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:41:31.717 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:41:31.704544 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:41:41.940 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:41:41.927964 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:41:41.952 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:41:41.940152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:41:52.204 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:41:52.191911 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:41:52.216 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:41:52.204333 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:42:02.435 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:42:02.423251 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:42:02.448 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:42:02.436187 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:42:12.706 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:42:12.694297 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:42:12.719 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:42:12.707632 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:42:22.938 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:42:22.926300 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:42:22.949 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:42:22.937407 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:42:33.184 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:42:33.171833 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:42:33.195 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:42:33.183343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:42:43.416 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:42:43.404418 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:42:43.427 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:42:43.416103 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:42:53.654 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:42:53.642274 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:42:53.665 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:42:53.653765 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:43:03.935 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:43:03.923858 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:43:03.946 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:43:03.935663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:43:14.168 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:43:14.157462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:43:14.180 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:43:14.169207 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:43:24.397 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:43:24.386215 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:43:24.406 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:43:24.394981 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:43:34.629 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:43:34.612558 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:43:34.636 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:43:34.624885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:43:44.860 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:43:44.849491 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:43:44.871 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:43:44.860649 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:43:55.095 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:43:55.083909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:43:55.107 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:43:55.097258 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:44:05.331 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:44:05.320013 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:44:05.349 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:44:05.339337 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:44:15.623 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:44:15.611641 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:44:15.630 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:44:15.620500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:44:25.851 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:44:25.840826 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:44:25.865 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:44:25.854347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:44:36.086 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:44:36.076214 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:44:36.095 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:44:36.084913 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:44:46.320 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:44:46.309234 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:44:46.381 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:44:46.371152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:44:56.616 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:44:56.606374 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:44:56.629 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:44:56.619652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:45:06.873 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:45:06.863229 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:45:06.886 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:45:06.876166 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:45:17.107 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:45:17.096589 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:45:17.120 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:45:17.109541 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:45:27.340 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:45:27.330703 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:45:27.353 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:45:27.343750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:45:37.579 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:45:37.569453 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:45:37.592 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:45:37.583046 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:45:47.815 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:45:47.804877 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:45:47.827 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:45:47.817908 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:45:58.048 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:45:58.038271 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:45:58.059 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:45:58.049937 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:46:08.277 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:46:08.267635 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:46:08.292 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:46:08.278708 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:46:18.507 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:46:18.497977 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:46:18.547 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:46:18.537300 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:46:28.787 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:46:28.777789 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:46:28.800 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:46:28.791258 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:46:39.014 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:46:39.004998 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:46:39.026 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:46:39.017344 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:46:49.258 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:46:49.248516 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:46:49.267 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:46:49.258523 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:46:59.489 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:46:59.480121 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:46:59.503 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:46:59.494170 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:47:09.723 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:47:09.713794 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:47:09.735 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:47:09.726004 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:47:19.954 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:47:19.945815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:47:19.967 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:47:19.958879 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:47:30.196 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:47:30.186772 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:47:30.208 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:47:30.199581 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:47:40.432 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:47:40.423177 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:47:40.444 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:47:40.435582 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:47:50.662 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:47:50.653254 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:47:50.675 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:47:50.666396 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:48:00.899 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:48:00.890554 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:48:00.912 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:48:00.903826 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:48:11.135 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:48:11.126268 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:48:11.146 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:48:11.137312 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:48:21.373 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:48:21.363904 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:48:21.383 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:48:21.374645 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:48:31.610 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:48:31.601055 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:48:31.623 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:48:31.614282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:48:41.901 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:48:41.892084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:48:41.910 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:48:41.901933 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:48:52.148 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:48:52.139763 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:48:52.160 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:48:52.151737 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:49:02.433 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:49:02.424380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:49:02.447 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:49:02.438037 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:49:12.667 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:49:12.658012 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:49:12.677 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:49:12.669275 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:49:22.901 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:49:22.892271 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:49:22.912 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:49:22.903465 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:49:33.132 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:49:33.123182 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:49:33.143 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:49:33.133409 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:49:43.363 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:49:43.354188 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:49:43.371 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:49:43.362666 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:49:53.588 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:49:53.577878 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:49:53.600 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:49:53.589738 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:50:03.821 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:50:03.811814 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:50:03.833 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:50:03.824070 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:50:14.060 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:50:14.051335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:50:14.071 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:50:14.063152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:50:24.289 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:50:24.280219 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:50:24.301 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:50:24.292401 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:50:34.517 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:50:34.508621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:50:34.588 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:50:34.579675 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:50:44.815 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:50:44.806261 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:50:44.828 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:50:44.819711 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:50:55.049 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:50:55.039501 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:50:55.061 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:50:55.052284 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:51:05.281 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:51:05.272776 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:51:05.294 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:51:05.285392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:51:15.519 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:51:15.510034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:51:15.531 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:51:15.522263 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:51:25.750 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:51:25.741565 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:51:25.760 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:51:25.752244 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:51:35.981 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:51:35.972557 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:51:35.995 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:51:35.985896 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:51:46.220 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:51:46.210905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:51:46.233 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:51:46.224451 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:51:56.461 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:51:56.451819 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:51:56.472 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:51:56.463125 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:52:06.700 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:52:06.690166 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:52:06.711 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:52:06.702477 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:52:16.941 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:52:16.932102 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:52:16.955 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:52:16.945825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:52:27.226 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:52:27.217271 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:52:27.240 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:52:27.231943 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:52:37.458 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:52:37.448768 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:52:37.468 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:52:37.460213 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:52:47.695 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:52:47.685998 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:52:47.707 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:52:47.698515 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:52:57.927 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:52:57.917527 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:52:57.939 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:52:57.930125 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:53:01.803 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:01.794257 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T18:53:02.425 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:02.415650 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T18:53:02.404+0000 7f374693d340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T18:53:02.425 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:53:02.404+0000 7f374693d340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T18:53:02.426 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:53:02.404+0000 7f374693d340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T18:53:02.426 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T18:53:02.426 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:02.415670 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T18:53:02.404+0000 7f374693d340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T18:53:02.427 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:53:02.404+0000 7f374693d340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T18:53:02.427 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T18:53:02.404+0000 7f374693d340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T18:53:02.427 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T18:53:08.160 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:08.150136 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:53:08.173 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:08.164707 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:53:18.396 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:18.386677 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:53:18.406 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:18.397416 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:53:28.666 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:28.657097 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:53:28.675 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:28.666165 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:53:38.896 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:38.886704 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:53:38.908 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:38.899029 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:53:49.131 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:49.122294 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:53:49.144 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:49.135135 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:53:59.362 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:59.353011 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:53:59.376 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:53:59.367158 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:54:09.613 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:54:09.604257 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:54:09.626 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:54:09.617567 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:54:19.851 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:54:19.842057 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:54:19.861 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:54:19.851952 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:54:30.082 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:54:30.072967 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:54:30.092 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:54:30.082692 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:54:40.314 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:54:40.304638 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:54:40.324 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:54:40.315386 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:54:50.544 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:54:50.535014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:54:50.556 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:54:50.547517 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:55:00.795 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:55:00.786114 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:55:00.809 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:55:00.799614 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:55:11.049 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:55:11.039714 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:55:11.059 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:55:11.050577 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:55:21.345 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:55:21.335191 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:55:21.356 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:55:21.346504 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:55:31.574 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:55:31.564537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:55:31.586 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:55:31.577356 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:55:41.717 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:55:41.707900 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 18:55:41.696256799 +0000 UTC m=+4641.245712146 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T18:55:41.807 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:55:41.797585 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:55:41.821 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:55:41.811791 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:55:52.049 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:55:52.039788 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:55:52.062 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:55:52.052945 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:56:02.285 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:56:02.275298 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:56:02.298 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:56:02.288681 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:56:12.517 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:56:12.507857 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:56:12.526 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:56:12.516944 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:56:22.744 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:56:22.733911 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:56:22.757 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:56:22.747417 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:56:32.975 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:56:32.965529 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:56:32.988 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:56:32.979119 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:56:43.205 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:56:43.195559 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:56:43.262 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:56:43.252386 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:56:53.482 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:56:53.472111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:56:53.494 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:56:53.484884 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:57:03.713 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:57:03.703553 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:57:03.725 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:57:03.715917 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:57:13.947 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:57:13.937689 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:57:13.959 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:57:13.950314 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:57:24.181 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:57:24.171802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:57:24.193 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:57:24.183695 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:57:34.431 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:57:34.421402 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:57:34.443 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:57:34.434018 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:57:44.665 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:57:44.655683 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:57:44.677 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:57:44.667911 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:57:54.902 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:57:54.891928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:57:54.916 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:57:54.905935 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:58:05.143 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:58:05.133596 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:58:05.173 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:58:05.163154 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:58:15.400 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:58:15.389519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:58:15.472 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:58:15.462654 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:58:25.729 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:58:25.719091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:58:25.738 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:58:25.728631 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:58:35.957 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:58:35.947366 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:58:35.970 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:58:35.960495 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:58:46.194 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:58:46.183315 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:58:46.207 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:58:46.196852 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:58:56.425 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:58:56.414718 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:58:56.438 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:58:56.428594 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:59:06.657 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:59:06.647200 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:59:06.665 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:59:06.655556 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:59:16.889 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:59:16.879286 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:59:16.901 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:59:16.890773 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:59:27.124 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:59:27.113689 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:59:27.187 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:59:27.176854 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:59:37.437 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:59:37.426714 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:59:37.448 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:59:37.438309 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:59:47.669 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:59:47.658599 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:59:47.679 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:59:47.668520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:59:57.902 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:59:57.891285 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T18:59:57.916 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 18:59:57.905948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:00:08.139 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:00:08.129028 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:00:08.153 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:00:08.141324 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:00:18.383 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:00:18.372428 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:00:18.396 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:00:18.385281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:00:28.635 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:00:28.624533 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:00:28.643 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:00:28.633100 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:00:38.871 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:00:38.860741 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:00:38.882 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:00:38.872276 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:00:49.102 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:00:49.091228 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:00:49.113 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:00:49.103320 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:00:59.331 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:00:59.320348 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:00:59.343 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:00:59.332403 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:01:09.567 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:01:09.556257 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:01:09.580 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:01:09.569498 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:01:19.799 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:01:19.788731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:01:19.811 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:01:19.801194 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:01:30.038 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:01:30.027011 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:01:30.051 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:01:30.041392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:01:40.273 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:01:40.262151 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:01:40.288 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:01:40.277790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:01:50.504 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:01:50.493130 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:01:50.573 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:01:50.563000 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:02:00.795 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:02:00.784098 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:02:00.810 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:02:00.799634 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:02:11.039 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:02:11.027725 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:02:11.049 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:02:11.038560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:02:21.266 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:02:21.254961 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:02:21.280 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:02:21.269512 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:02:31.499 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:02:31.488242 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:02:31.511 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:02:31.500659 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:02:41.733 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:02:41.721795 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:02:41.746 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:02:41.735195 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:02:51.969 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:02:51.957411 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:02:51.982 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:02:51.971653 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:03:02.209 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:03:02.190986 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:03:02.217 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:03:02.206274 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:03:12.467 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:03:12.455840 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:03:12.478 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:03:12.467485 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:03:22.696 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:03:22.685243 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:03:22.711 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:03:22.699542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:03:32.933 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:03:32.922055 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:03:32.945 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:03:32.934653 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:03:43.172 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:03:43.160974 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:03:43.186 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:03:43.174536 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:03:53.412 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:03:53.401084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:03:53.423 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:03:53.411820 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:04:03.647 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:04:03.635597 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:04:03.659 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:04:03.648497 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:04:13.882 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:04:13.871089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:04:13.895 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:04:13.884029 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:04:24.122 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:04:24.110519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:04:24.133 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:04:24.121714 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:04:34.353 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:04:34.341666 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:04:34.366 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:04:34.354618 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:04:44.582 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:04:44.570284 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:04:44.599 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:04:44.588134 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:04:54.823 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:04:54.811471 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:04:54.835 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:04:54.823239 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:05:05.055 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:05:05.043413 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:05:05.065 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:05:05.054240 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:05:15.289 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:05:15.277147 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:05:15.302 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:05:15.290110 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:05:25.523 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:05:25.511431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:05:25.537 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:05:25.524563 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:05:35.761 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:05:35.748627 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:05:35.774 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:05:35.762174 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:05:45.996 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:05:45.983655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:05:46.008 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:05:45.995741 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:05:56.232 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:05:56.220307 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:05:56.244 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:05:56.232751 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:06:06.470 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:06:06.458060 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:06:06.478 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:06:06.466738 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:06:16.696 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:06:16.683763 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:06:16.708 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:06:16.695864 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:06:26.966 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:06:26.953737 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:06:27.022 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:06:27.009060 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:06:37.242 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:06:37.228892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:06:37.255 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:06:37.242191 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:06:47.475 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:06:47.462008 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:06:47.487 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:06:47.474768 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:06:57.707 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:06:57.694410 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:06:57.739 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:06:57.726254 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:07:07.978 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:07:07.965646 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:07:07.990 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:07:07.977962 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:07:18.211 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:07:18.198954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:07:18.227 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:07:18.215102 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:07:28.453 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:07:28.440495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:07:28.462 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:07:28.449968 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:07:38.689 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:07:38.676276 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:07:38.704 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:07:38.690907 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:07:48.923 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:07:48.910482 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:07:48.936 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:07:48.923571 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:07:59.162 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:07:59.149212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:07:59.229 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:07:59.216199 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:08:09.449 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:08:09.435964 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:08:09.461 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:08:09.448434 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:08:19.687 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:08:19.673844 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:08:19.698 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:08:19.684856 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:08:29.919 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:08:29.905284 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:08:29.932 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:08:29.919008 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:08:40.199 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:08:40.185525 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:08:40.215 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:08:40.201073 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:08:50.440 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:08:50.426284 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:08:50.447 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:08:50.434497 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:09:00.667 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:00.652826 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:09:00.719 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:00.705449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:09:10.980 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:10.966745 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:09:10.993 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:10.979831 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:09:21.215 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:21.201543 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:09:21.227 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:21.213918 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:09:31.447 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:31.433395 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:09:31.460 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:31.447146 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:09:41.682 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:41.668089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:09:41.694 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:41.680527 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:09:42.451 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:42.437471 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T19:09:43.055 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:43.041337 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T19:09:43.033+0000 7f5deb461340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T19:09:43.056 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:09:43.033+0000 7f5deb461340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T19:09:43.056 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:09:43.033+0000 7f5deb461340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T19:09:43.056 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T19:09:43.057 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:43.041362 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T19:09:43.033+0000 7f5deb461340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T19:09:43.057 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:09:43.033+0000 7f5deb461340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T19:09:43.057 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:09:43.033+0000 7f5deb461340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T19:09:43.057 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T19:09:51.916 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:51.902218 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:09:51.931 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:09:51.916942 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:10:02.155 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:10:02.140464 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:10:02.167 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:10:02.153100 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:10:12.392 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:10:12.378384 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:10:12.407 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:10:12.392628 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:10:22.633 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:10:22.618543 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:10:22.644 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:10:22.630026 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:10:32.861 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:10:32.846981 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:10:32.873 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:10:32.858981 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:10:43.092 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:10:43.077395 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:10:43.102 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:10:43.088332 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:10:53.332 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:10:53.318197 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:10:53.341 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:10:53.327481 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:11:03.564 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:11:03.549675 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:11:03.577 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:11:03.562899 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:11:13.799 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:11:13.784671 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:11:13.812 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:11:13.798479 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:11:24.063 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:11:24.048514 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:11:24.075 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:11:24.060774 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:11:34.300 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:11:34.285104 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:11:34.321 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:11:34.306409 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:11:44.555 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:11:44.540648 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:11:44.566 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:11:44.552024 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:11:54.790 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:11:54.775662 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:11:54.803 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:11:54.788437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:12:05.023 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:12:05.008500 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:12:05.037 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:12:05.022315 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:12:15.258 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:12:15.243077 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:12:15.271 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:12:15.255265 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:12:25.485 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:12:25.470041 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:12:25.511 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:12:25.494948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:12:35.759 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:12:35.744477 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:12:35.782 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:12:35.767455 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:12:46.003 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:12:45.987786 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:12:46.018 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:12:46.002824 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:12:56.244 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:12:56.229328 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:12:56.254 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:12:56.239457 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:12:56.281 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:12:56.264978 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 19:12:56.258443721 +0000 UTC m=+5675.807898996 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T19:13:06.471 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:13:06.455236 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:13:06.492 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:13:06.476967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:13:16.722 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:13:16.706488 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:13:16.735 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:13:16.719613 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:13:26.960 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:13:26.943581 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:13:26.972 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:13:26.956221 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:13:37.196 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:13:37.180329 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:13:37.203 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:13:37.188268 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:13:47.423 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:13:47.406934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:13:47.433 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:13:47.417933 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:13:57.652 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:13:57.636322 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:13:57.664 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:13:57.648138 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:13:57.665 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:13:57.648174 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Warning:ReconcileFailed:CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:14:07.889 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:14:07.873401 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:14:07.899 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:14:07.883316 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:14:18.118 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:14:18.102329 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:14:18.131 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:14:18.116168 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:14:28.369 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:14:28.353510 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:14:28.379 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:14:28.364355 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:14:38.598 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:14:38.582570 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:14:38.609 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:14:38.594573 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:14:48.827 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:14:48.811970 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:14:48.841 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:14:48.825396 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:14:59.089 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:14:59.074197 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:14:59.102 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:14:59.087479 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:15:09.338 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:15:09.322530 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:15:09.350 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:15:09.334951 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:15:19.574 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:15:19.558377 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:15:19.586 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:15:19.571304 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:15:29.900 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:15:29.884665 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:15:29.913 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:15:29.897825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:15:40.135 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:15:40.119859 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:15:40.146 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:15:40.131436 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:15:50.397 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:15:50.382500 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:15:50.409 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:15:50.394355 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:16:00.628 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:16:00.613379 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:16:00.641 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:16:00.626548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:16:10.871 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:16:10.856111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:16:10.879 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:16:10.864697 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:16:21.105 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:16:21.090162 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:16:21.121 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:16:21.105350 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:16:31.349 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:16:31.334311 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:16:31.360 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:16:31.345760 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:16:41.589 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:16:41.574196 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:16:41.602 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:16:41.587053 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:16:51.829 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:16:51.813614 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:16:51.842 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:16:51.826821 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:17:02.107 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:17:02.089932 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:17:02.117 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:17:02.102931 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:17:12.336 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:17:12.321382 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:17:12.401 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:17:12.386784 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:17:22.624 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:17:22.609318 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:17:22.638 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:17:22.623750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:17:32.859 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:17:32.844691 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:17:32.871 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:17:32.857155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:17:43.101 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:17:43.086222 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:17:43.113 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:17:43.098909 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:17:53.330 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:17:53.315130 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:17:53.339 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:17:53.324733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:18:03.560 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:18:03.545047 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:18:03.575 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:18:03.560444 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:18:13.802 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:18:13.787715 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:18:13.814 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:18:13.799687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:18:24.119 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:18:24.104860 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:18:24.132 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:18:24.118025 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:18:34.350 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:18:34.335678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:18:34.363 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:18:34.348866 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:18:44.582 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:18:44.567095 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:18:44.596 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:18:44.581509 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:18:54.815 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:18:54.800241 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:18:54.829 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:18:54.814424 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:19:05.055 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:19:05.040581 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:19:05.068 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:19:05.053571 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:19:15.297 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:19:15.282851 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:19:15.309 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:19:15.294958 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:19:25.532 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:19:25.517186 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:19:25.543 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:19:25.529365 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:19:35.789 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:19:35.774420 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:19:35.799 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:19:35.785675 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:19:46.018 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:19:46.003548 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:19:46.030 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:19:46.015901 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:19:56.288 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:19:56.273292 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:19:56.301 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:19:56.286597 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:20:06.529 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:20:06.513852 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:20:06.540 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:20:06.526063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:20:16.765 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:20:16.750802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:20:16.810 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:20:16.795937 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:20:27.031 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:20:27.016326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:20:27.039 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:20:27.025291 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:20:37.258 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:20:37.243983 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:20:37.270 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:20:37.256035 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:20:47.496 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:20:47.481146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:20:47.507 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:20:47.493395 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:20:57.732 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:20:57.717441 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:20:57.744 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:20:57.729850 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:21:07.991 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:21:07.976936 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:21:08.002 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:21:07.987937 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:21:18.223 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:21:18.208727 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:21:18.242 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:21:18.226155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:21:28.465 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:21:28.451370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:21:28.474 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:21:28.460188 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:21:38.690 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:21:38.675840 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:21:38.702 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:21:38.687924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:21:48.979 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:21:48.964947 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:21:48.991 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:21:48.977433 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:21:59.212 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:21:59.197917 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:21:59.221 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:21:59.206762 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:22:09.468 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:22:09.453905 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:22:09.478 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:22:09.463908 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:22:19.709 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:22:19.694504 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:22:19.721 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:22:19.706548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:22:29.943 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:22:29.928084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:22:29.957 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:22:29.942174 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:22:40.179 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:22:40.163904 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:22:40.190 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:22:40.176129 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:22:50.414 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:22:50.399974 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:22:50.424 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:22:50.409978 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:23:00.644 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:23:00.629593 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:23:00.654 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:23:00.640405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:23:10.872 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:23:10.857741 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:23:10.886 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:23:10.871617 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:23:21.105 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:23:21.090758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:23:21.118 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:23:21.104052 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:23:31.341 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:23:31.326303 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:23:31.355 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:23:31.340692 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:23:41.614 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:23:41.598819 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:23:41.626 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:23:41.611839 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:23:51.913 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:23:51.898581 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:23:51.926 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:23:51.911686 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:24:02.179 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:24:02.164337 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:24:02.191 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:24:02.176595 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:24:12.414 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:24:12.399743 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:24:12.425 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:24:12.411459 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:24:22.647 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:24:22.632563 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:24:22.658 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:24:22.644072 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:24:32.880 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:24:32.865960 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:24:32.891 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:24:32.876950 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:24:43.111 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:24:43.096642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:24:43.125 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:24:43.110866 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:24:53.345 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:24:53.329335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:24:53.356 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:24:53.341903 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:25:03.603 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:25:03.589051 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:25:03.615 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:25:03.601288 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:25:13.862 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:25:13.847377 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:25:13.921 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:25:13.907171 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:25:24.181 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:25:24.166880 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:25:24.193 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:25:24.179032 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:25:34.431 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:25:34.416227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:25:34.443 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:25:34.428485 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:25:44.661 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:25:44.646535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:25:44.742 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:25:44.728236 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:25:54.981 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:25:54.966928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:25:54.995 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:25:54.980274 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:26:05.218 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:05.203211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:26:05.227 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:05.212560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:26:15.444 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:15.428308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:26:16.250 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:15.442495 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:26:23.064 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:23.049211 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T19:26:23.679 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:23.664819 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T19:26:23.657+0000 7f46562ab340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T19:26:23.680 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:26:23.657+0000 7f46562ab340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T19:26:23.680 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:26:23.657+0000 7f46562ab340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T19:26:23.680 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T19:26:23.681 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:23.664847 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T19:26:23.657+0000 7f46562ab340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T19:26:23.681 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:26:23.657+0000 7f46562ab340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T19:26:23.681 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:26:23.657+0000 7f46562ab340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T19:26:23.681 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T19:26:25.675 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:25.660433 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:26:25.689 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:25.674987 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:26:35.910 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:35.894864 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:26:35.923 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:35.908898 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:26:46.147 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:46.132611 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:26:46.247 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:46.145598 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:26:56.387 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:56.372021 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:26:56.399 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:26:56.384279 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:27:06.625 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:27:06.609176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:27:06.636 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:27:06.621727 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:27:16.860 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:27:16.844957 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:27:16.871 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:27:16.856781 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:27:27.097 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:27:27.082333 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:27:27.111 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:27:27.094649 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:27:37.332 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:27:37.317549 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:27:37.345 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:27:37.330391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:27:47.571 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:27:47.556607 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:27:47.583 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:27:47.568392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:27:57.807 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:27:57.790812 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:27:57.820 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:27:57.804064 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:28:08.107 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:28:08.092751 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:28:08.119 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:28:08.104521 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:28:18.346 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:28:18.331295 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:28:18.359 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:28:18.345144 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:28:28.581 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:28:28.566598 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:28:28.593 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:28:28.578486 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:28:38.819 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:28:38.804093 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:28:38.826 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:28:38.812083 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:28:49.046 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:28:49.031449 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:28:49.062 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:28:49.047163 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:28:59.286 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:28:59.271342 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:28:59.298 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:28:59.283351 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:29:09.520 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:29:09.505390 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:29:09.533 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:29:09.518352 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:29:19.757 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:29:19.741936 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:29:19.768 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:29:19.753767 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:29:30.044 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:29:30.028514 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:29:30.058 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:29:30.042879 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:29:40.279 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:29:40.263931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:29:40.290 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:29:40.275803 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:29:50.507 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:29:50.492080 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:29:50.520 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:29:50.505240 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:30:00.767 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:30:00.752365 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:30:00.801 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:30:00.786232 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:30:11.112 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:30:11.096285 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:30:11.122 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:30:11.107619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:30:11.262 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:30:11.247556 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 19:30:11.237087778 +0000 UTC m=+6710.786543113 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T19:30:21.340 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:30:21.325432 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:30:21.352 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:30:21.337651 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:30:31.573 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:30:31.557399 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:30:31.585 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:30:31.570588 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:30:41.808 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:30:41.793242 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:30:41.821 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:30:41.805952 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:30:52.041 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:30:52.025626 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:30:52.083 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:30:52.068663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:31:02.301 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:31:02.286278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:31:02.309 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:31:02.294361 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:31:12.530 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:31:12.514564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:31:12.541 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:31:12.526850 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:31:22.762 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:31:22.747318 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:31:22.775 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:31:22.760244 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:31:32.997 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:31:32.979619 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:31:33.008 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:31:32.992099 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:31:43.231 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:31:43.216044 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:31:43.241 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:31:43.226202 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:31:53.467 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:31:53.451653 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:31:54.146 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:31:53.465101 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:32:03.705 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:32:03.687601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:32:03.715 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:32:03.700551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:32:13.938 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:32:13.922672 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:32:13.950 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:32:13.934867 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:32:24.187 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:32:24.172203 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:32:24.199 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:32:24.184050 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:32:34.421 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:32:34.405386 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:32:34.436 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:32:34.420630 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:32:44.697 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:32:44.680841 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:32:44.707 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:32:44.691527 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:32:54.929 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:32:54.912574 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:32:54.949 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:32:54.933863 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:33:05.172 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:33:05.156658 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:33:05.184 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:33:05.169101 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:33:15.415 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:33:15.399119 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:33:15.427 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:33:15.411560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:33:25.645 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:33:25.629316 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:33:25.710 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:33:25.694304 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:33:35.953 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:33:35.937028 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:33:35.964 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:33:35.948838 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:33:46.200 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:33:46.183841 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:33:46.212 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:33:46.196172 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:33:56.460 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:33:56.443875 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:33:56.481 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:33:56.465579 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:34:06.732 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:34:06.715466 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:34:06.746 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:34:06.729912 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:34:16.965 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:34:16.948934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:34:16.977 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:34:16.961201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:34:27.198 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:34:27.182154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:34:27.210 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:34:27.194793 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:34:37.444 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:34:37.428017 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:34:37.457 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:34:37.440881 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:34:47.675 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:34:47.658357 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:34:47.687 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:34:47.671324 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:34:57.906 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:34:57.889709 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:34:57.919 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:34:57.903311 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:35:08.140 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:35:08.123590 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:35:08.152 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:35:08.135696 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:35:18.380 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:35:18.363372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:35:18.396 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:35:18.380274 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:35:28.617 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:35:28.601012 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:35:28.626 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:35:28.609991 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:35:38.854 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:35:38.837595 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:35:38.866 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:35:38.849932 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:35:49.085 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:35:49.068308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:35:49.098 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:35:49.082059 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:35:59.323 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:35:59.306874 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:35:59.362 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:35:59.344733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:36:09.581 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:36:09.565073 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:36:09.594 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:36:09.577757 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:36:19.830 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:36:19.814009 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:36:19.842 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:36:19.825895 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:36:30.067 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:36:30.050445 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:36:30.079 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:36:30.062508 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:36:40.306 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:36:40.289363 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:36:40.319 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:36:40.302879 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:36:50.540 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:36:50.523345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:36:50.552 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:36:50.536464 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:37:00.774 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:37:00.757489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:37:00.813 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:37:00.795860 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:37:11.097 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:37:11.080931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:37:11.111 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:37:11.092850 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:37:21.327 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:37:21.310609 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:37:21.338 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:37:21.321731 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:37:31.569 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:37:31.552425 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:37:31.583 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:37:31.566007 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:37:41.838 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:37:41.818446 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:37:41.850 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:37:41.830542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:37:52.109 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:37:52.090734 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:37:52.117 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:37:52.100830 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:38:02.336 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:38:02.318529 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:38:02.348 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:38:02.331341 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:38:12.597 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:38:12.580085 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:38:12.609 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:38:12.592518 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:38:22.832 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:38:22.814780 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:38:22.847 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:38:22.829744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:38:33.070 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:38:33.052803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:38:33.078 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:38:33.061571 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:38:43.308 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:38:43.291204 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:38:43.323 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:38:43.306652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:38:53.545 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:38:53.527820 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:38:53.558 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:38:53.541527 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:39:03.785 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:39:03.767995 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:39:03.800 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:39:03.780674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:39:14.027 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:39:14.010404 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:39:14.067 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:39:14.048697 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:39:24.320 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:39:24.302443 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:39:24.333 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:39:24.314427 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:39:34.551 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:39:34.533401 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:39:34.567 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:39:34.549324 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:39:44.784 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:39:44.766845 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:39:44.797 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:39:44.779632 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:39:55.019 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:39:55.001188 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:39:55.029 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:39:55.012415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:40:05.257 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:40:05.240286 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:40:05.271 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:40:05.251916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:40:15.494 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:40:15.477190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:40:15.505 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:40:15.487725 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:40:25.725 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:40:25.707979 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:40:25.736 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:40:25.718702 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:40:35.956 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:40:35.938938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:40:35.969 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:40:35.951230 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:40:46.188 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:40:46.171140 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:40:46.202 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:40:46.184347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:40:56.424 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:40:56.406083 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:40:56.434 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:40:56.417072 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:41:06.656 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:41:06.639099 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:41:06.665 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:41:06.648292 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:41:16.889 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:41:16.871599 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:41:16.908 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:41:16.890180 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:41:27.127 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:41:27.108607 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:41:27.140 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:41:27.122837 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:41:37.403 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:41:37.385817 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:41:37.415 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:41:37.397781 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:41:47.631 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:41:47.613926 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:41:47.645 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:41:47.627669 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:41:57.894 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:41:57.871000 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:41:57.904 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:41:57.883851 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:42:08.121 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:42:08.103040 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:42:08.135 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:42:08.117025 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:42:18.353 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:42:18.336242 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:42:18.365 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:42:18.347814 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:42:28.587 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:42:28.570223 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:42:28.599 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:42:28.582315 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:42:38.823 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:42:38.805141 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:42:38.835 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:42:38.817441 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:42:49.057 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:42:49.039397 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:42:49.072 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:42:49.054739 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:42:59.299 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:42:59.281852 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:42:59.310 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:42:59.292804 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:43:03.687 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:43:03.669954 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T19:43:04.306 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:43:04.288511 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T19:43:04.279+0000 7f4e3c3b2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T19:43:04.307 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:43:04.279+0000 7f4e3c3b2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T19:43:04.307 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:43:04.279+0000 7f4e3c3b2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T19:43:04.307 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T19:43:04.308 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:43:04.288537 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T19:43:04.279+0000 7f4e3c3b2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T19:43:04.308 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:43:04.279+0000 7f4e3c3b2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T19:43:04.308 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:43:04.279+0000 7f4e3c3b2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T19:43:04.308 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T19:43:09.528 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:43:09.511244 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:43:09.541 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:43:09.523879 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:43:19.769 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:43:19.750815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:43:19.780 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:43:19.763207 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:43:30.011 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:43:29.993082 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:43:30.023 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:43:30.005645 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:43:40.241 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:43:40.223166 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:43:40.253 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:43:40.236210 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:43:50.477 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:43:50.459846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:43:50.490 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:43:50.472515 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:44:00.715 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:44:00.697144 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:44:00.738 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:44:00.720412 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:44:10.976 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:44:10.958841 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:44:10.990 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:44:10.972491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:44:21.217 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:44:21.199238 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:44:21.231 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:44:21.213848 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:44:31.481 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:44:31.463694 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:44:31.496 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:44:31.478034 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:44:41.721 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:44:41.703375 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:44:41.733 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:44:41.715967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:44:51.961 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:44:51.943821 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:44:51.972 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:44:51.954967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:45:02.198 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:45:02.180590 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:45:02.211 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:45:02.193225 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:45:12.429 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:45:12.411237 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:45:12.440 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:45:12.423105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:45:22.726 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:45:22.708023 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:45:22.739 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:45:22.721546 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:45:32.958 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:45:32.939968 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:45:32.969 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:45:32.951400 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:45:43.190 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:45:43.171963 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:45:43.206 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:45:43.188599 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:45:53.428 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:45:53.410245 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:45:53.438 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:45:53.420626 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:46:03.658 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:46:03.640519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:46:03.670 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:46:03.652824 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:46:13.890 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:46:13.872262 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:46:13.903 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:46:13.885426 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:46:24.124 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:46:24.106514 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:46:24.131 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:46:24.114172 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:46:34.397 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:46:34.379340 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:46:34.413 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:46:34.395430 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:46:44.628 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:46:44.610153 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:46:44.643 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:46:44.623508 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:46:54.866 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:46:54.848088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:46:54.878 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:46:54.860477 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:47:05.103 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:47:05.084698 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:47:05.116 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:47:05.096814 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:47:15.338 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:47:15.320784 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:47:15.350 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:47:15.332348 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:47:25.570 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:47:25.552575 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:47:25.582 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:47:25.564524 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:47:25.981 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:47:25.963685 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 19:47:25.95292323 +0000 UTC m=+7745.502378582 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T19:47:35.802 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:47:35.784643 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:47:36.158 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:47:35.795373 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:47:46.040 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:47:46.018805 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:47:46.051 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:47:46.033065 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:47:56.278 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:47:56.260129 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:47:56.293 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:47:56.275149 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:48:06.519 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:48:06.501258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:48:06.530 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:48:06.511721 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:48:16.755 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:48:16.735334 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:48:16.765 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:48:16.747499 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:48:26.858 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:48:26.839774 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 19:48:26.812034092 +0000 UTC m=+7806.361489455 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T19:48:26.992 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:48:26.974201 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:48:27.006 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:48:26.988232 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:48:37.271 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:48:37.252921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:48:37.284 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:48:37.266701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:48:47.528 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:48:47.509610 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:48:47.537 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:48:47.519122 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:48:57.766 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:48:57.748508 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:48:57.781 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:48:57.763217 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:49:08.009 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:49:07.991649 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:49:08.021 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:49:08.003552 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:49:18.249 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:49:18.230740 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:49:18.265 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:49:18.246763 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:49:28.482 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:49:28.464652 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:49:28.491 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:49:28.473680 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:49:38.713 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:49:38.696003 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:49:38.724 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:49:38.707634 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:49:48.945 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:49:48.928112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:49:49.012 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:49:48.994715 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:49:59.225 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:49:59.208225 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:49:59.240 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:49:59.223339 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:50:09.533 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:50:09.516226 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:50:09.544 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:50:09.527535 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:50:19.762 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:50:19.745247 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:50:19.777 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:50:19.760131 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:50:29.999 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:50:29.982612 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:50:30.013 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:50:29.996292 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:50:40.233 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:50:40.216465 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:50:40.246 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:50:40.229570 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:50:50.476 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:50:50.459665 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:50:50.488 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:50:50.471733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:51:00.709 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:51:00.692207 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:51:00.724 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:51:00.705884 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:51:10.944 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:51:10.927579 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:51:10.957 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:51:10.940740 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:51:21.178 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:51:21.161197 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:51:21.189 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:51:21.172513 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:51:31.414 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:51:31.398560 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:51:31.425 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:51:31.409463 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:51:41.647 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:51:41.631116 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:51:41.660 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:51:41.644061 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:51:51.891 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:51:51.868709 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:51:51.899 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:51:51.883154 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:52:02.132 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:52:02.109563 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:52:02.138 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:52:02.123056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:52:12.366 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:52:12.350501 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:52:12.381 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:52:12.365560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:52:22.609 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:52:22.587874 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:52:22.613 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:52:22.598144 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:52:32.834 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:52:32.819124 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:52:32.850 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:52:32.830099 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:52:43.070 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:52:43.054730 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:52:43.084 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:52:43.068810 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:52:53.304 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:52:53.289041 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:52:53.316 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:52:53.300978 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:53:03.539 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:53:03.523517 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:53:03.551 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:53:03.536396 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:53:13.788 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:53:13.773235 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:53:13.797 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:53:13.782304 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:53:24.015 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:53:23.999944 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:53:24.025 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:53:24.010487 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:53:34.246 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:53:34.230514 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:53:34.253 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:53:34.238930 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:53:44.500 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:53:44.485476 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:53:44.512 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:53:44.497866 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:53:54.730 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:53:54.715576 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:53:54.740 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:53:54.725438 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:54:04.957 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:54:04.942584 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:54:04.966 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:54:04.951667 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:54:15.182 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:54:15.167341 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:54:15.193 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:54:15.178771 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:54:25.413 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:54:25.399211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:54:25.474 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:54:25.459536 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:54:35.730 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:54:35.715266 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:54:35.744 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:54:35.729474 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:54:45.962 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:54:45.947558 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:54:45.975 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:54:45.961697 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:54:56.191 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:54:56.176813 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:54:56.202 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:54:56.188206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:55:06.427 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:55:06.413225 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:55:06.442 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:55:06.428478 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:55:16.664 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:55:16.649622 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:55:16.676 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:55:16.663026 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:55:26.911 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:55:26.896797 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:55:26.924 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:55:26.910146 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:55:37.151 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:55:37.137231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:55:37.165 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:55:37.151590 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:55:47.383 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:55:47.369318 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:55:47.395 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:55:47.381353 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:55:57.617 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:55:57.603266 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:55:57.630 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:55:57.616199 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:56:07.854 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:56:07.840575 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:56:07.865 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:56:07.851735 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:56:18.109 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:56:18.075438 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:56:18.110 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:56:18.083650 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:56:28.316 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:56:28.302393 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:56:28.327 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:56:28.313768 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:56:38.550 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:56:38.536419 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:56:38.560 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:56:38.547662 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:56:48.786 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:56:48.772303 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:56:48.797 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:56:48.783544 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:56:59.019 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:56:59.005827 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:56:59.032 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:56:59.019375 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:57:09.268 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:57:09.254724 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:57:09.280 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:57:09.267017 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:57:19.500 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:57:19.486982 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:57:19.512 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:57:19.499601 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:57:29.735 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:57:29.722399 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:57:29.748 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:57:29.735043 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:57:39.980 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:57:39.967471 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:57:40.004 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:57:39.991137 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:57:50.236 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:57:50.223380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:57:50.247 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:57:50.234759 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:58:00.473 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:58:00.460190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:58:00.483 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:58:00.470757 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:58:10.726 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:58:10.713077 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:58:10.752 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:58:10.739388 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:58:21.002 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:58:20.989175 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:58:21.018 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:58:21.005133 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:58:31.244 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:58:31.231815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:58:31.261 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:58:31.248465 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:58:41.479 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:58:41.466182 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:58:41.487 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:58:41.475120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:58:51.705 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:58:51.692471 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:58:51.718 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:58:51.706008 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:59:01.941 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:01.927822 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:59:01.953 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:01.939948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:59:12.175 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:12.161794 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:59:12.187 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:12.174224 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:59:22.411 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:22.398697 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:59:22.421 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:22.408811 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:59:32.641 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:32.628370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:59:32.654 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:32.642030 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:59:42.874 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:42.861887 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:59:42.885 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:42.873367 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:59:44.315 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:44.302325 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T19:59:44.904 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:44.891535 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T19:59:44.879+0000 7f14cdcd2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T19:59:44.905 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:59:44.883+0000 7f14cdcd2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T19:59:44.905 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:59:44.883+0000 7f14cdcd2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T19:59:44.905 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T19:59:44.906 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:44.891567 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T19:59:44.879+0000 7f14cdcd2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T19:59:44.906 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:59:44.883+0000 7f14cdcd2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T19:59:44.906 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T19:59:44.883+0000 7f14cdcd2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T19:59:44.906 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T19:59:53.106 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:53.093913 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T19:59:53.118 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 19:59:53.106572 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:00:03.341 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:00:03.328305 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:00:03.353 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:00:03.340682 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:00:13.577 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:00:13.564803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:00:13.589 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:00:13.576974 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:00:23.810 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:00:23.798130 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:00:23.823 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:00:23.810354 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:00:34.041 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:00:34.028857 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:00:34.054 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:00:34.040741 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:00:44.275 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:00:44.263517 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:00:44.288 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:00:44.276211 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:00:54.510 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:00:54.497702 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:00:54.522 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:00:54.510198 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:01:04.742 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:01:04.730097 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:01:04.752 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:01:04.740031 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:01:14.983 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:01:14.970374 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:01:14.994 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:01:14.982640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:01:25.219 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:01:25.206766 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:01:25.230 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:01:25.218041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:01:35.452 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:01:35.440226 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:01:35.464 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:01:35.452205 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:01:45.686 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:01:45.674365 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:01:45.698 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:01:45.686208 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:01:55.925 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:01:55.913178 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:01:55.937 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:01:55.925208 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:02:06.157 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:02:06.145204 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:02:06.171 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:02:06.159014 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:02:16.390 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:02:16.378678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:02:16.403 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:02:16.391658 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:02:26.625 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:02:26.612844 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:02:26.645 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:02:26.624701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:02:36.881 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:02:36.869439 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:02:36.893 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:02:36.882257 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:02:47.146 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:02:47.134592 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:02:47.157 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:02:47.146271 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:02:57.379 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:02:57.367724 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:02:57.392 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:02:57.380577 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:03:07.608 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:03:07.596276 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:03:07.620 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:03:07.609171 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:03:17.843 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:03:17.830911 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:03:17.854 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:03:17.843168 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:03:28.078 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:03:28.066989 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:03:28.090 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:03:28.079087 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:03:38.309 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:03:38.297634 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:03:38.321 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:03:38.310199 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:03:48.556 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:03:48.542942 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:03:48.563 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:03:48.552513 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:03:58.788 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:03:58.776834 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:03:58.801 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:03:58.790238 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:04:09.023 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:04:09.012346 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:04:09.043 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:04:09.026065 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:04:19.255 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:04:19.244278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:04:19.267 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:04:19.256063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:04:29.489 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:04:29.477885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:04:29.502 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:04:29.491754 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:04:39.726 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:04:39.714090 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:04:39.783 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:04:39.772343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:04:50.007 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:04:49.995642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:04:50.028 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:04:50.010859 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:05:00.246 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:05:00.235093 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:05:00.255 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:05:00.244662 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:05:10.476 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:05:10.465298 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:05:10.491 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:05:10.480705 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:05:20.713 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:05:20.701594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:05:20.725 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:05:20.714533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:05:30.949 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:05:30.937751 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:05:30.961 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:05:30.950062 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:05:41.181 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:05:41.170320 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:05:41.193 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:05:41.182287 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:05:51.412 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:05:51.401491 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:05:51.425 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:05:51.414639 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:06:01.656 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:06:01.644969 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:06:01.669 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:06:01.657743 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:06:11.900 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:06:11.889074 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:06:11.908 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:06:11.897685 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:06:22.148 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:06:22.137290 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:06:22.159 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:06:22.148688 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:06:32.406 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:06:32.394586 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:06:32.451 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:06:32.439923 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:06:42.669 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:06:42.657886 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:06:42.678 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:06:42.667761 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:06:42.842 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:06:42.831704 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 20:06:42.82339805 +0000 UTC m=+8902.372853353 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T20:06:52.898 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:06:52.887298 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:06:52.909 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:06:52.898640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:07:03.129 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:07:03.118111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:07:03.141 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:07:03.129843 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:07:13.360 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:07:13.348877 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:07:13.373 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:07:13.362376 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:07:23.650 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:07:23.639288 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:07:23.663 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:07:23.652345 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:07:33.886 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:07:33.875180 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:07:33.899 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:07:33.887741 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:07:44.119 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:07:44.108119 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:07:44.131 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:07:44.120409 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:07:54.356 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:07:54.344802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:07:54.368 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:07:54.357408 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:08:04.597 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:08:04.586040 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:08:04.609 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:08:04.598957 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:08:14.835 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:08:14.823921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:08:14.851 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:08:14.836029 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:08:25.071 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:08:25.059740 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:08:25.083 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:08:25.072916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:08:35.306 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:08:35.295397 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:08:35.319 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:08:35.308118 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:08:45.542 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:08:45.531087 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:08:45.555 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:08:45.544469 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:08:55.780 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:08:55.769581 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:08:55.789 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:08:55.778520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:09:06.058 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:09:06.047431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:09:06.072 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:09:06.061244 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:09:16.314 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:09:16.303541 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:09:16.326 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:09:16.315677 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:09:26.550 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:09:26.539392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:09:26.563 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:09:26.552582 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:09:36.788 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:09:36.776671 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:09:36.799 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:09:36.788316 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:09:47.026 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:09:47.015319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:09:47.039 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:09:47.028323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:09:57.261 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:09:57.250370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:09:57.275 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:09:57.264725 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:10:07.494 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:10:07.483793 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:10:07.506 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:10:07.495747 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:10:17.725 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:10:17.714614 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:10:17.744 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:10:17.733166 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:10:28.014 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:10:28.003067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:10:28.026 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:10:28.016237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:10:38.263 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:10:38.252655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:10:38.276 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:10:38.264883 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:10:48.497 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:10:48.486659 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:10:48.515 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:10:48.504756 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:10:58.740 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:10:58.729844 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:10:58.755 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:10:58.744659 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:11:08.977 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:11:08.966766 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:11:08.989 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:11:08.979419 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:11:19.208 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:11:19.197763 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:11:19.218 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:11:19.208927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:11:29.432 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:11:29.421865 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:11:29.445 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:11:29.434344 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:11:39.666 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:11:39.655718 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:11:39.680 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:11:39.670007 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:11:49.902 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:11:49.892017 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:11:49.912 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:11:49.902234 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:12:00.138 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:12:00.128647 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:12:00.150 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:12:00.141081 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:12:10.373 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:12:10.363029 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:12:10.386 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:12:10.376526 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:12:20.609 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:12:20.599116 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:12:20.619 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:12:20.610216 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:12:30.851 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:12:30.841612 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:12:30.863 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:12:30.854144 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:12:41.087 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:12:41.077471 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:12:41.100 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:12:41.090900 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:12:51.323 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:12:51.313560 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:12:51.337 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:12:51.327759 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:13:01.556 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:13:01.546740 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:13:01.569 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:13:01.560468 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:13:11.806 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:13:11.796750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:13:11.818 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:13:11.809049 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:13:22.071 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:13:22.062023 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:13:22.085 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:13:22.075918 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:13:32.310 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:13:32.301424 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:13:32.323 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:13:32.314373 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:13:42.601 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:13:42.591828 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:13:42.613 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:13:42.605129 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:13:52.838 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:13:52.829478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:13:52.850 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:13:52.842096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:14:03.076 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:14:03.067683 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:14:03.089 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:14:03.080947 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:14:03.090 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:14:03.080981 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Warning:ReconcileFailed:CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:14:13.309 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:14:13.300078 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:14:13.319 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:14:13.310559 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:14:23.540 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:14:23.531398 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:14:23.549 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:14:23.540755 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:14:33.785 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:14:33.777164 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:14:33.796 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:14:33.788533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:14:44.018 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:14:44.010187 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:14:44.029 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:14:44.021494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:14:54.335 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:14:54.325534 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:14:54.345 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:14:54.337132 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:15:04.558 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:15:04.550135 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:15:04.570 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:15:04.562474 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:15:14.786 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:15:14.777777 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:15:14.799 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:15:14.791023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:15:25.020 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:15:25.011501 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:15:25.029 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:15:25.021660 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:15:35.250 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:15:35.241874 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:15:35.264 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:15:35.255505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:15:45.492 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:15:45.484067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:15:45.504 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:15:45.496327 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:15:55.734 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:15:55.721522 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:15:55.741 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:15:55.733502 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:16:05.960 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:05.952090 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:16:05.970 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:05.962486 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:16:16.192 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:16.184462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:16:16.202 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:16.193366 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:16:24.908 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:24.899928 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T20:16:25.524 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:25.515610 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T20:16:25.508+0000 7f7b7051c340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T20:16:25.524 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T20:16:25.508+0000 7f7b7051c340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T20:16:25.524 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T20:16:25.508+0000 7f7b7051c340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T20:16:25.525 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T20:16:25.525 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:25.515635 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T20:16:25.508+0000 7f7b7051c340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T20:16:25.525 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T20:16:25.508+0000 7f7b7051c340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T20:16:25.525 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T20:16:25.508+0000 7f7b7051c340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T20:16:25.526 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T20:16:26.421 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:26.412957 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:16:26.433 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:26.425539 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:16:36.658 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:36.648003 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:16:36.667 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:36.659234 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:16:46.891 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:46.882618 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:16:46.986 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:46.895136 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:16:57.127 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:57.119205 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:16:57.139 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:16:57.131724 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:17:07.359 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:17:07.350959 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:17:07.372 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:17:07.363241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:17:17.604 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:17:17.595848 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:17:17.615 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:17:17.607770 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:17:27.843 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:17:27.835066 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:17:27.853 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:17:27.845952 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:17:38.080 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:17:38.071956 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:17:38.090 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:17:38.083193 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:17:48.313 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:17:48.305293 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:17:48.325 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:17:48.317277 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:17:58.547 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:17:58.539420 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:17:58.560 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:17:58.551801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:18:08.783 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:18:08.775131 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:18:08.795 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:18:08.787631 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:18:19.022 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:18:19.014229 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:18:19.034 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:18:19.026691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:18:29.261 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:18:29.253652 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:18:29.275 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:18:29.268470 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:18:39.499 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:18:39.491439 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:18:39.512 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:18:39.504778 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:18:49.730 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:18:49.722717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:18:49.743 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:18:49.735504 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:18:59.960 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:18:59.952025 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:18:59.982 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:18:59.974848 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:19:10.217 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:19:10.209184 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:19:10.230 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:19:10.223156 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:19:20.449 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:19:20.441881 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:19:20.460 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:19:20.453195 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:19:30.679 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:19:30.671815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:19:30.690 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:19:30.683464 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:19:40.907 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:19:40.899964 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:19:40.917 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:19:40.909961 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:19:51.134 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:19:51.126634 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:19:51.146 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:19:51.139164 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:20:01.366 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:20:01.358615 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:20:01.376 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:20:01.369763 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:20:11.599 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:20:11.591709 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:20:11.607 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:20:11.600526 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:20:21.829 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:20:21.822608 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:20:21.844 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:20:21.836759 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:20:32.068 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:20:32.061434 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:20:32.080 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:20:32.073939 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:20:42.324 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:20:42.317660 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:20:42.334 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:20:42.327431 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:20:52.598 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:20:52.591206 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:20:52.612 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:20:52.605709 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:21:02.831 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:21:02.824570 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:21:02.845 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:21:02.838661 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:21:13.073 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:21:13.065946 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:21:13.087 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:21:13.080995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:21:23.335 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:21:23.328773 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:21:23.348 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:21:23.340777 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:21:33.610 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:21:33.603695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:21:33.624 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:21:33.617077 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:21:43.847 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:21:43.840164 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:21:43.860 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:21:43.852793 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:21:54.080 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:21:54.073349 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:21:54.093 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:21:54.086142 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:22:04.328 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:22:04.320954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:22:04.341 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:22:04.334563 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:22:14.573 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:22:14.566655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:22:14.586 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:22:14.578729 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:22:24.815 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:22:24.803891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:22:24.821 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:22:24.814311 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:22:35.047 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:22:35.039944 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:22:35.058 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:22:35.051841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:22:45.284 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:22:45.277345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:22:45.294 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:22:45.287347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:22:55.524 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:22:55.517444 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:22:55.538 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:22:55.531832 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:23:05.754 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:23:05.747469 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:23:05.798 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:23:05.790527 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:23:16.015 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:23:16.008247 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:23:16.025 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:23:16.018304 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:23:26.239 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:23:26.232761 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:23:26.252 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:23:26.245721 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:23:36.472 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:23:36.465180 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:23:36.484 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:23:36.477996 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:23:46.705 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:23:46.698830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:23:46.720 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:23:46.713841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:23:56.943 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:23:56.937064 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:23:56.958 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:23:56.951301 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:24:07.179 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:24:07.172397 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:24:07.192 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:24:07.185153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:24:17.416 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:24:17.409382 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:24:17.427 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:24:17.420676 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:24:27.648 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:24:27.641521 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:24:27.662 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:24:27.655780 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:24:37.890 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:24:37.883276 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:24:37.902 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:24:37.895854 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:24:48.135 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:24:48.128482 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:24:48.146 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:24:48.140230 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:24:58.372 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:24:58.366002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:24:58.402 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:24:58.396193 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:24:58.467 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:24:58.461461 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 20:24:58.45418376 +0000 UTC m=+9998.003639023 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T20:25:08.652 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:25:08.645782 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:25:08.662 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:25:08.656000 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:25:18.888 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:25:18.882030 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:25:18.900 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:25:18.894052 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:25:29.124 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:25:29.117767 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:25:29.135 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:25:29.129500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:25:39.359 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:25:39.352945 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:25:39.374 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:25:39.367733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:25:49.602 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:25:49.596033 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:25:49.614 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:25:49.608588 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:25:59.833 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:25:59.826797 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:25:59.844 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:25:59.838355 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:26:10.070 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:26:10.064204 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:26:10.083 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:26:10.077639 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:26:20.302 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:26:20.295676 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:26:20.312 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:26:20.306595 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:26:30.539 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:26:30.532793 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:26:30.551 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:26:30.543847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:26:40.814 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:26:40.807468 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:26:40.825 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:26:40.819220 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:26:51.072 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:26:51.065978 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:26:51.087 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:26:51.081446 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:27:01.436 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:27:01.430521 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:27:01.447 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:27:01.440936 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:27:11.923 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:27:11.916957 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:27:11.936 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:27:11.929682 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:27:22.154 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:27:22.148525 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:27:22.166 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:27:22.160548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:27:32.419 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:27:32.412881 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:27:32.431 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:27:32.425067 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:27:42.673 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:27:42.666639 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:27:42.689 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:27:42.683494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:27:52.911 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:27:52.904913 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:27:52.921 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:27:52.915909 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:28:03.145 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:28:03.138329 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:28:03.215 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:28:03.152571 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:28:13.388 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:28:13.382168 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:28:13.412 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:28:13.406237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:28:23.666 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:28:23.659842 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:28:23.677 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:28:23.671992 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:28:33.908 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:28:33.902259 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:28:33.962 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:28:33.913669 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:28:44.142 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:28:44.136596 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:28:44.154 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:28:44.149080 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:28:54.382 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:28:54.375830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:28:54.397 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:28:54.389859 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:29:04.620 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:29:04.612519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:29:04.977 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:29:04.625964 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:29:14.857 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:29:14.851232 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:29:14.869 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:29:14.864155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:29:25.093 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:29:25.086890 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:29:25.161 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:29:25.155080 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:29:35.382 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:29:35.376177 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:29:35.395 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:29:35.390168 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:29:45.639 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:29:45.633188 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:29:45.651 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:29:45.645740 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:29:55.876 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:29:55.869319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:29:55.887 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:29:55.882299 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:30:06.108 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:30:06.102375 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:30:06.121 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:30:06.115685 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:30:16.348 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:30:16.342246 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:30:16.359 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:30:16.354094 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:30:26.579 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:30:26.574000 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:30:26.602 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:30:26.597048 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:30:36.833 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:30:36.827390 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:30:36.844 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:30:36.838427 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:30:47.067 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:30:47.060539 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:30:47.077 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:30:47.071973 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:30:57.295 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:30:57.289455 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:30:57.307 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:30:57.301663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:31:07.524 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:31:07.518155 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:31:07.534 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:31:07.528685 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:31:17.750 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:31:17.744669 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:31:17.765 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:31:17.759135 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:31:27.981 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:31:27.975435 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:31:27.993 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:31:27.988314 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:31:38.238 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:31:38.233025 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:31:38.261 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:31:38.255349 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:31:48.477 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:31:48.471537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:31:48.489 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:31:48.484095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:31:58.743 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:31:58.737594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:31:58.755 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:31:58.750188 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:32:08.979 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:32:08.974009 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:32:08.990 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:32:08.985217 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:32:19.211 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:32:19.205498 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:32:19.221 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:32:19.215795 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:32:29.443 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:32:29.437354 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:32:29.456 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:32:29.450221 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:32:39.679 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:32:39.673536 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:32:39.693 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:32:39.687655 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:32:49.919 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:32:49.913803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:32:49.931 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:32:49.926042 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:33:00.155 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:00.150075 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:33:00.165 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:00.160783 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:33:05.553 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:05.548301 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T20:33:06.155 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:06.149251 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T20:33:06.140+0000 7fe8c3902340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T20:33:06.155 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T20:33:06.140+0000 7fe8c3902340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T20:33:06.156 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T20:33:06.140+0000 7fe8c3902340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T20:33:06.156 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T20:33:06.156 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:06.149278 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T20:33:06.140+0000 7fe8c3902340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T20:33:06.156 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T20:33:06.140+0000 7fe8c3902340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T20:33:06.157 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T20:33:06.140+0000 7fe8c3902340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T20:33:06.157 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T20:33:10.389 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:10.384494 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:33:10.404 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:10.399029 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:33:20.625 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:20.620211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:33:20.641 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:20.637084 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:33:30.869 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:30.863740 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:33:30.879 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:30.874380 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:33:41.100 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:41.095058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:33:41.111 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:41.106872 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:33:51.335 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:51.330014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:33:51.346 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:33:51.341943 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:34:01.619 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:34:01.614751 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:34:01.630 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:34:01.625309 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:34:11.911 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:34:11.906871 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:34:11.923 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:34:11.919415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:34:22.150 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:34:22.145340 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:34:22.161 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:34:22.156974 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:34:32.388 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:34:32.383694 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:34:32.404 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:34:32.400052 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:34:42.662 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:34:42.657595 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:34:42.675 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:34:42.667860 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:34:52.892 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:34:52.887557 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:34:52.907 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:34:52.902512 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:35:03.142 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:35:03.138023 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:35:03.151 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:35:03.147537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:35:13.372 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:35:13.367652 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:35:13.386 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:35:13.381514 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:35:23.608 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:35:23.603934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:35:23.621 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:35:23.616983 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:35:33.843 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:35:33.838728 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:35:33.853 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:35:33.849250 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:35:44.100 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:35:44.096283 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:35:44.111 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:35:44.107705 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:35:54.326 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:35:54.322403 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:35:54.337 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:35:54.333690 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:36:04.565 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:36:04.561152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:36:04.618 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:36:04.614812 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:36:14.837 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:36:14.833715 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:36:14.853 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:36:14.848711 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:36:25.067 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:36:25.063028 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:36:25.079 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:36:25.075282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:36:35.301 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:36:35.296980 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:36:35.312 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:36:35.308768 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:36:45.537 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:36:45.532953 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:36:45.551 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:36:45.546737 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:36:55.768 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:36:55.764331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:36:55.779 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:36:55.775359 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:37:05.999 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:37:05.994226 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:37:06.012 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:37:06.007777 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:37:16.237 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:37:16.232848 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:37:16.249 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:37:16.245920 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:37:26.474 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:37:26.470556 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:37:26.484 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:37:26.481497 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:37:36.712 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:37:36.708351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:37:36.723 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:37:36.719980 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:37:46.947 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:37:46.943596 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:37:46.960 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:37:46.957001 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:37:57.187 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:37:57.183349 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:37:57.198 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:37:57.194662 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:38:07.430 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:38:07.426621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:38:07.442 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:38:07.439561 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:38:17.723 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:38:17.719433 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:38:17.735 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:38:17.731348 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:38:27.955 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:38:27.951973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:38:27.967 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:38:27.964124 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:38:38.187 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:38:38.183550 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:38:38.247 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:38:38.237645 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:38:48.471 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:38:48.467406 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:38:48.486 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:38:48.482916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:38:58.745 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:38:58.741392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:38:58.755 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:38:58.751730 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:39:09.038 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:39:09.030955 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:39:09.045 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:39:09.042106 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:39:19.271 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:39:19.268540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:39:19.280 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:39:19.277290 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:39:29.537 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:39:29.534074 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:39:29.549 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:39:29.546571 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:39:39.769 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:39:39.765825 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:39:39.782 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:39:39.779291 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:39:50.003 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:39:49.999606 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:39:50.013 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:39:50.010206 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:40:00.236 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:40:00.232629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:40:00.248 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:40:00.245471 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:40:10.469 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:40:10.466288 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:40:10.482 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:40:10.479822 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:40:20.703 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:40:20.700302 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:40:20.715 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:40:20.712399 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:40:30.937 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:40:30.934383 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:40:30.950 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:40:30.946657 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:40:41.188 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:40:41.185552 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:40:41.202 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:40:41.199601 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:40:51.420 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:40:51.417741 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:40:51.434 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:40:51.431812 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:41:01.659 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:41:01.656635 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:41:01.669 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:41:01.666230 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:41:11.892 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:41:11.889455 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:41:11.911 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:41:11.905850 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:41:22.128 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:41:22.125118 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:41:22.139 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:41:22.137063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:41:32.372 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:41:32.369261 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:41:32.385 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:41:32.382105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:41:42.605 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:41:42.602678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:41:42.618 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:41:42.615602 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:41:52.848 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:41:52.845235 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:41:52.861 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:41:52.858843 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:42:03.086 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:42:03.083602 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:42:03.099 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:42:03.096524 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:42:13.320 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:42:13.317457 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:42:13.334 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:42:13.330560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:42:13.408 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:42:13.405313 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 20:42:13.371219033 +0000 UTC m=+11032.920674305 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T20:42:23.554 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:42:23.551743 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:42:23.565 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:42:23.563149 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:42:33.791 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:42:33.788456 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:42:33.803 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:42:33.800521 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:42:44.042 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:42:44.039633 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:42:44.055 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:42:44.053301 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:42:54.271 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:42:54.269005 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:42:54.300 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:42:54.297956 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:43:04.516 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:43:04.513765 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:43:04.602 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:43:04.599755 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:43:14.853 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:43:14.850491 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:43:14.864 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:43:14.861555 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:43:25.103 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:43:25.100815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:43:25.113 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:43:25.111330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:43:35.335 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:43:35.332477 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:43:35.347 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:43:35.345238 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:43:45.566 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:43:45.564395 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:43:45.579 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:43:45.577096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:43:55.800 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:43:55.797590 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:43:55.841 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:43:55.839018 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:44:06.063 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:44:06.061208 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:44:06.077 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:44:06.074683 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:44:16.301 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:44:16.298693 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:44:16.313 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:44:16.311077 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:44:26.540 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:44:26.538411 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:44:26.552 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:44:26.550523 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:44:36.778 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:44:36.776146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:44:36.791 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:44:36.788972 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:44:47.015 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:44:47.012820 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:44:47.028 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:44:47.025927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:44:57.248 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:44:57.246286 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:44:57.261 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:44:57.259394 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:45:07.496 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:45:07.494308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:45:07.508 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:45:07.507024 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:45:17.761 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:45:17.758671 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:45:17.773 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:45:17.771044 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:45:27.991 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:45:27.989646 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:45:27.999 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:45:27.997859 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:45:38.219 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:45:38.216680 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:45:38.230 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:45:38.228207 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:45:48.451 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:45:48.449152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:45:48.460 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:45:48.458611 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:45:58.682 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:45:58.680681 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:45:58.695 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:45:58.693561 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:46:08.925 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:46:08.923129 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:46:08.937 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:46:08.935804 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:46:19.161 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:46:19.159712 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:46:19.173 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:46:19.171591 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:46:29.402 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:46:29.399790 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:46:29.411 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:46:29.409510 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:46:39.636 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:46:39.634156 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:46:39.648 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:46:39.646856 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:46:49.899 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:46:49.897040 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:46:49.910 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:46:49.908484 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:47:00.136 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:47:00.134285 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:47:00.150 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:47:00.148957 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:47:10.398 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:47:10.396099 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:47:10.418 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:47:10.416746 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:47:20.635 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:47:20.633638 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:47:20.649 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:47:20.647490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:47:30.868 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:47:30.865813 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:47:30.877 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:47:30.875562 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:47:41.097 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:47:41.095456 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:47:41.109 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:47:41.107967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:47:51.331 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:47:51.329167 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:47:51.343 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:47:51.341567 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:48:01.563 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:48:01.561605 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:48:01.575 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:48:01.573652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:48:11.798 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:48:11.796647 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:48:11.812 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:48:11.810404 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:48:22.032 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:48:22.030824 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:48:22.044 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:48:22.042873 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:48:32.265 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:48:32.263550 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:48:32.277 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:48:32.275651 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:48:42.496 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:48:42.494988 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:48:42.505 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:48:42.503677 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:48:52.730 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:48:52.728254 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:48:52.740 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:48:52.738679 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:49:02.963 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:02.961442 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:49:02.976 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:02.973896 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:49:13.199 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:13.195802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:49:13.210 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:13.208535 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:49:23.432 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:23.430398 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:49:23.445 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:23.443545 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:49:33.708 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:33.706309 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:49:33.718 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:33.716861 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:49:43.948 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:43.946542 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:49:43.960 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:43.958843 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:49:46.193 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:46.191139 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T20:49:46.825 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:46.823047 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T20:49:46.811+0000 7febc667d340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T20:49:46.826 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T20:49:46.811+0000 7febc667d340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T20:49:46.826 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T20:49:46.811+0000 7febc667d340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T20:49:46.827 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T20:49:46.827 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:46.823075 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T20:49:46.811+0000 7febc667d340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T20:49:46.827 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T20:49:46.811+0000 7febc667d340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T20:49:46.828 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T20:49:46.811+0000 7febc667d340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T20:49:46.828 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T20:49:54.182 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:54.180454 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:49:54.189 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:49:54.188457 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:50:04.416 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:50:04.414368 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:50:04.428 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:50:04.426986 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:50:14.648 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:50:14.646287 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:50:14.660 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:50:14.658629 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:50:24.884 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:50:24.881918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:50:24.897 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:50:24.895669 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:50:35.125 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:50:35.123119 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:50:35.137 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:50:35.136391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:50:45.360 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:50:45.358832 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:50:45.372 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:50:45.369496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:50:55.588 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:50:55.586616 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:50:55.621 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:50:55.620265 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:51:05.841 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:51:05.839260 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:51:05.853 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:51:05.852494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:51:16.076 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:51:16.075068 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:51:16.089 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:51:16.087992 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:51:26.307 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:51:26.305830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:51:26.320 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:51:26.318815 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:51:36.574 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:51:36.572325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:51:36.586 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:51:36.584539 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:51:46.807 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:51:46.805014 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:51:46.819 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:51:46.817865 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:51:57.039 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:51:57.037423 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:51:57.066 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:51:57.064882 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:52:07.289 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:52:07.288136 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:52:07.302 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:52:07.300867 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:52:17.520 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:52:17.518254 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:52:17.533 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:52:17.532239 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:52:27.755 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:52:27.754038 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:52:27.768 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:52:27.766696 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:52:37.989 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:52:37.987660 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:52:38.001 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:52:37.999705 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:52:48.228 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:52:48.226701 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:52:48.241 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:52:48.240167 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:52:58.465 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:52:58.463927 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:52:58.476 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:52:58.475503 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:53:08.700 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:53:08.698924 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:53:08.715 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:53:08.713724 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:53:18.933 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:53:18.931175 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:53:18.946 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:53:18.945119 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:53:29.168 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:53:29.166792 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:53:29.180 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:53:29.178875 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:53:39.405 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:53:39.403721 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:53:39.417 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:53:39.415905 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:53:49.644 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:53:49.642830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:53:49.880 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:53:49.652675 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:53:59.877 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:53:59.875319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:53:59.890 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:53:59.889359 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:54:10.108 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:54:10.106571 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:54:10.146 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:54:10.144679 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:54:20.400 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:54:20.398321 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:54:20.409 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:54:20.408385 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:54:30.630 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:54:30.628547 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:54:30.639 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:54:30.638175 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:54:40.863 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:54:40.861793 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:54:40.875 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:54:40.874230 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:54:51.139 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:54:51.137778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:54:51.153 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:54:51.152137 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:55:01.421 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:55:01.419577 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:55:01.434 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:55:01.432816 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:55:11.651 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:55:11.649851 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:55:11.663 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:55:11.662642 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:55:21.902 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:55:21.901142 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:55:21.914 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:55:21.912912 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:55:32.136 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:55:32.134268 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:55:32.148 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:55:32.147120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:55:42.363 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:55:42.361242 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:55:42.374 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:55:42.372737 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:55:52.603 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:55:52.601818 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:55:52.614 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:55:52.612829 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:56:02.833 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:56:02.830172 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:56:02.857 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:56:02.850789 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:56:13.072 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:56:13.070805 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:56:13.085 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:56:13.083630 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:56:23.324 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:56:23.322492 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:56:23.339 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:56:23.337655 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:56:33.560 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:56:33.558361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:56:33.572 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:56:33.571311 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:56:43.805 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:56:43.803292 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:56:43.815 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:56:43.813331 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:56:54.036 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:56:54.034634 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:56:54.049 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:56:54.047835 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:57:04.277 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:57:04.276255 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:57:04.290 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:57:04.288868 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:57:14.507 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:57:14.505576 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:57:14.520 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:57:14.518648 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:57:24.767 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:57:24.765598 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:57:24.781 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:57:24.780172 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:57:35.005 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:57:35.003628 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:57:35.020 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:57:35.019051 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:57:45.250 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:57:45.248386 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:57:45.260 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:57:45.259294 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:57:55.496 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:57:55.493779 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:57:55.507 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:57:55.506221 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:58:05.728 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:58:05.726948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:58:05.740 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:58:05.739534 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:58:15.961 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:58:15.959474 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:58:15.972 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:58:15.971101 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:58:26.191 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:58:26.189797 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:58:26.203 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:58:26.202415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:58:36.472 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:58:36.470486 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:58:36.495 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:58:36.493994 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:58:46.744 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:58:46.743141 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:58:46.756 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:58:46.754977 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:58:57.026 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:58:57.025131 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:58:57.034 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:58:57.033318 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:59:07.294 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:59:07.292409 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:59:07.305 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:59:07.303961 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:59:17.526 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:59:17.525055 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:59:17.564 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:59:17.561201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:59:27.783 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:59:27.781188 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:59:27.795 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:59:27.793580 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:59:38.011 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:59:38.009326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:59:38.026 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:59:38.023888 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:59:48.246 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:59:48.244991 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:59:48.256 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:59:48.254975 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:59:58.474 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:59:58.472885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T20:59:58.488 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 20:59:58.486726 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:00:08.704 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:00:08.702854 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:00:08.715 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:00:08.714234 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:00:18.939 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:00:18.937512 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:00:18.950 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:00:18.947959 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:00:29.167 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:00:29.165446 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:00:29.177 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:00:29.176325 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:00:29.451 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:00:29.450200 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 21:00:29.44150652 +0000 UTC m=+12128.990961837 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T21:00:39.405 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:00:39.403199 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:00:39.418 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:00:39.416606 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:00:49.644 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:00:49.642572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:00:49.656 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:00:49.654524 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:00:59.913 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:00:59.912113 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:00:59.928 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:00:59.926966 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:01:10.149 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:01:10.147896 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:01:10.159 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:01:10.158475 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:01:20.384 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:01:20.382354 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:01:20.396 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:01:20.395343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:01:30.653 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:01:30.651771 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:01:30.665 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:01:30.663771 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:01:40.887 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:01:40.885566 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:01:40.900 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:01:40.898542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:01:51.116 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:01:51.114846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:01:51.128 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:01:51.126751 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:02:01.349 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:02:01.347929 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:02:01.361 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:02:01.360587 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:02:11.587 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:02:11.585634 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:02:11.599 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:02:11.598397 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:02:21.828 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:02:21.826602 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:02:21.845 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:02:21.839430 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:02:32.064 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:02:32.063102 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:02:32.109 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:02:32.107484 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:02:42.331 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:02:42.329955 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:02:42.345 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:02:42.343537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:02:52.579 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:02:52.577307 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:02:52.589 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:02:52.588308 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:03:02.828 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:03:02.826973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:03:02.837 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:03:02.834862 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:03:13.073 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:03:13.071730 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:03:13.086 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:03:13.085070 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:03:23.322 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:03:23.320807 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:03:23.344 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:03:23.343540 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:03:33.573 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:03:33.571902 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:03:33.618 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:03:33.616533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:03:43.837 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:03:43.836070 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:03:43.852 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:03:43.851033 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:03:54.072 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:03:54.070551 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:03:54.084 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:03:54.082941 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:04:04.305 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:04:04.303265 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:04:04.410 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:04:04.316555 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:04:14.537 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:04:14.535187 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:04:14.554 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:04:14.553631 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:04:24.781 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:04:24.779414 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:04:24.793 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:04:24.791938 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:04:35.018 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:04:35.016805 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:04:35.030 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:04:35.028698 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:04:45.261 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:04:45.259928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:04:45.276 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:04:45.274739 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:04:55.498 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:04:55.497268 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:04:55.508 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:04:55.507025 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:05:05.733 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:05:05.731822 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:05:05.743 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:05:05.742587 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:05:15.971 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:05:15.969319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:05:15.982 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:05:15.981282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:05:26.199 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:05:26.197743 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:05:26.215 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:05:26.213948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:05:36.475 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:05:36.474184 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:05:36.487 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:05:36.485871 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:05:46.712 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:05:46.710057 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:05:46.724 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:05:46.722939 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:05:56.951 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:05:56.949781 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:05:56.961 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:05:56.960433 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:06:07.187 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:07.185430 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:06:07.199 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:07.198253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:06:17.425 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:17.424160 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:06:17.438 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:17.436733 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:06:26.835 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:26.833685 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T21:06:27.508 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:27.506024 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T21:06:27.496+0000 7f5569490340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T21:06:27.508 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T21:06:27.496+0000 7f5569490340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T21:06:27.508 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T21:06:27.496+0000 7f5569490340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T21:06:27.509 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T21:06:27.509 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:27.506046 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T21:06:27.496+0000 7f5569490340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T21:06:27.510 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T21:06:27.496+0000 7f5569490340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T21:06:27.510 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T21:06:27.496+0000 7f5569490340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T21:06:27.510 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T21:06:27.660 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:27.658646 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:06:27.673 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:27.671862 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:06:37.900 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:37.898567 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:06:37.915 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:37.913449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:06:48.146 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:48.144776 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:06:48.157 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:48.155916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:06:58.398 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:58.396318 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:06:58.409 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:06:58.407162 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:07:08.656 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:07:08.654960 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:07:08.664 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:07:08.663001 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:07:18.881 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:07:18.879694 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:07:18.893 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:07:18.892018 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:07:29.121 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:07:29.120386 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:07:29.134 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:07:29.132647 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:07:39.352 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:07:39.350642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:07:39.363 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:07:39.361816 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:07:49.578 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:07:49.576834 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:07:49.590 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:07:49.589361 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:07:59.810 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:07:59.809046 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:07:59.824 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:07:59.822806 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:08:10.044 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:08:10.043228 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:08:10.055 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:08:10.053872 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:08:20.276 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:08:20.275173 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:08:20.290 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:08:20.288639 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:08:30.511 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:08:30.509391 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:08:30.521 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:08:30.519899 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:08:40.744 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:08:40.742227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:08:40.755 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:08:40.754273 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:08:50.977 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:08:50.975658 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:08:50.995 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:08:50.993343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:09:01.221 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:09:01.219636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:09:01.232 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:09:01.231173 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:09:11.457 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:09:11.455460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:09:11.469 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:09:11.468451 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:09:21.690 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:09:21.688843 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:09:21.700 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:09:21.699174 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:09:31.929 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:09:31.927420 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:09:31.955 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:09:31.939290 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:09:42.167 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:09:42.165877 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:09:42.180 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:09:42.178667 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:09:52.404 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:09:52.402422 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:09:52.440 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:09:52.439153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:10:02.714 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:10:02.712280 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:10:02.725 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:10:02.724624 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:10:12.948 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:10:12.946839 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:10:12.967 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:10:12.962660 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:10:23.189 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:10:23.187883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:10:23.203 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:10:23.200391 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:10:33.423 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:10:33.420893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:10:33.436 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:10:33.434639 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:10:43.667 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:10:43.665138 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:10:43.675 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:10:43.674223 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:10:53.922 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:10:53.921048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:10:53.935 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:10:53.933802 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:11:04.205 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:11:04.203620 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:11:04.217 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:11:04.216282 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:11:14.490 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:11:14.488823 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:11:14.502 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:11:14.500844 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:11:24.720 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:11:24.719144 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:11:24.758 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:11:24.756751 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:11:35.001 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:11:34.999891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:11:35.010 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:11:35.009048 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:11:45.257 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:11:45.256069 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:11:45.265 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:11:45.264407 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:11:55.480 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:11:55.478953 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:11:55.494 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:11:55.493179 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:12:05.716 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:12:05.715012 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:12:05.726 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:12:05.725299 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:12:15.947 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:12:15.945425 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:12:15.959 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:12:15.957678 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:12:26.181 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:12:26.180067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:12:26.194 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:12:26.193414 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:12:36.417 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:12:36.416055 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:12:36.429 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:12:36.428363 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:12:46.682 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:12:46.680806 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:12:46.694 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:12:46.693363 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:12:56.919 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:12:56.917931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:12:56.935 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:12:56.933998 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:13:07.158 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:13:07.156479 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:13:07.170 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:13:07.169389 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:13:17.391 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:13:17.389974 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:13:17.404 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:13:17.402844 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:13:27.625 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:13:27.623960 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:13:27.639 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:13:27.637908 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:13:37.862 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:13:37.861002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:13:37.874 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:13:37.873576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:13:48.111 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:13:48.104138 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:13:48.121 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:13:48.120588 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:13:58.349 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:13:58.348203 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:13:58.362 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:13:58.361004 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:14:08.603 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:14:08.601934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:14:08.613 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:14:08.611910 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:14:08.613 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:14:08.611997 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Warning:ReconcileFailed:CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:14:18.840 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:14:18.838497 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:14:18.851 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:14:18.850322 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:14:29.073 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:14:29.072249 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:14:29.082 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:14:29.081488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:14:39.307 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:14:39.305756 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:14:39.319 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:14:39.318443 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:14:49.543 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:14:49.541391 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:14:49.558 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:14:49.556525 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:14:59.787 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:14:59.784948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:14:59.798 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:14:59.797706 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:15:10.059 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:15:10.057906 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:15:10.070 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:15:10.069628 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:15:20.292 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:15:20.290431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:15:20.304 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:15:20.302805 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:15:30.523 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:15:30.522305 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:15:30.535 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:15:30.534060 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:15:40.755 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:15:40.753437 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:15:40.767 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:15:40.766621 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:15:51.024 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:15:51.023065 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:15:51.036 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:15:51.034728 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:16:01.267 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:16:01.265735 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:16:01.277 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:16:01.276593 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:16:11.495 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:16:11.493502 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:16:11.506 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:16:11.505000 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:16:21.727 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:16:21.725739 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:16:21.788 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:16:21.786791 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:16:32.028 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:16:32.027197 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:16:32.066 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:16:32.064612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:16:42.289 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:16:42.287090 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:16:42.300 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:16:42.298530 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:16:52.523 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:16:52.521271 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:16:52.535 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:16:52.534065 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:17:02.825 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:17:02.823983 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:17:02.834 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:17:02.833330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:17:13.060 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:17:13.058892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:17:13.072 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:17:13.070730 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:17:23.291 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:17:23.290134 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:17:23.302 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:17:23.300946 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:17:33.525 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:17:33.523565 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:17:33.537 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:17:33.536520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:17:43.791 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:17:43.789815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:17:43.802 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:17:43.801497 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:17:54.041 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:17:54.039485 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:17:54.052 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:17:54.051288 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:18:04.274 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:18:04.272713 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:18:04.289 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:18:04.286280 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:18:14.515 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:18:14.513108 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:18:14.526 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:18:14.524274 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:18:24.747 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:18:24.745785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:18:24.757 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:18:24.756507 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:18:34.998 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:18:34.996238 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:18:35.008 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:18:35.007177 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:18:45.211 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:18:45.210063 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 21:18:45.201962275 +0000 UTC m=+13224.751417613 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T21:18:45.224 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:18:45.223492 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:18:45.236 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:18:45.234615 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:18:55.458 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:18:55.456170 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:18:55.470 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:18:55.468896 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:19:05.687 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:19:05.686006 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:19:05.731 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:19:05.730167 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:19:15.964 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:19:15.962332 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:19:15.975 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:19:15.974253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:19:26.223 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:19:26.221420 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:19:26.238 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:19:26.237078 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:19:36.464 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:19:36.462899 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:19:36.477 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:19:36.475840 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:19:46.731 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:19:46.729646 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:19:46.778 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:19:46.777508 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:19:57.003 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:19:57.001483 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:19:57.016 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:19:57.014412 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:20:07.237 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:20:07.235799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:20:07.249 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:20:07.248153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:20:17.469 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:20:17.467716 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:20:17.482 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:20:17.480713 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:20:27.733 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:20:27.731594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:20:27.742 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:20:27.740508 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:20:37.965 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:20:37.963611 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:20:37.975 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:20:37.974560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:20:48.200 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:20:48.198599 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:20:48.213 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:20:48.211679 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:20:58.437 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:20:58.435823 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:20:58.449 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:20:58.448520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:21:08.673 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:21:08.671906 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:21:08.685 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:21:08.683842 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:21:18.909 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:21:18.907696 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:21:18.919 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:21:18.918237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:21:29.144 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:21:29.142331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:21:29.156 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:21:29.154554 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:21:39.381 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:21:39.379930 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:21:39.390 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:21:39.388320 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:21:49.614 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:21:49.612111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:21:49.625 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:21:49.624554 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:21:59.854 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:21:59.852892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:21:59.862 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:21:59.861449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:22:10.084 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:22:10.082143 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:22:10.096 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:22:10.095140 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:22:20.321 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:22:20.319152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:22:20.332 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:22:20.331033 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:22:30.560 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:22:30.558142 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:22:30.569 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:22:30.568286 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:22:40.796 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:22:40.794349 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:22:40.807 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:22:40.806108 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:22:51.033 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:22:51.031269 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:22:51.084 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:22:51.082966 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:23:01.323 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:01.321271 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:23:01.400 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:01.399177 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:23:07.550 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:07.549048 I | op-mon: parsing mon endpoints: a=10.111.2.209:6789 2022-03-08T21:23:08.156 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:08.152545 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T21:23:08.144+0000 7fe39e478340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T21:23:08.156 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T21:23:08.144+0000 7fe39e478340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T21:23:08.157 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T21:23:08.144+0000 7fe39e478340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T21:23:08.157 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T21:23:08.157 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:08.152573 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-03-08T21:23:08.144+0000 7fe39e478340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-03-08T21:23:08.157 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T21:23:08.144+0000 7fe39e478340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-03-08T21:23:08.158 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08T21:23:08.144+0000 7fe39e478340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-03-08T21:23:08.158 INFO:tasks.rook.operator.smithi167.stdout:couldn't init storage provider. : exit status 5 2022-03-08T21:23:11.630 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:11.628987 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:23:11.641 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:11.640336 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:23:21.872 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:21.870116 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:23:21.884 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:21.882376 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:23:32.129 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:32.127375 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:23:32.144 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:32.143068 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:23:42.365 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:42.364068 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:23:42.425 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:42.423927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:23:52.641 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:52.639635 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:23:52.649 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:23:52.648304 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:24:02.869 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:24:02.868066 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:24:02.882 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:24:02.880930 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:24:13.101 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:24:13.099500 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:24:13.113 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:24:13.112010 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:24:23.335 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:24:23.333363 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:24:23.347 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:24:23.345966 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:24:33.571 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:24:33.569727 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:24:33.585 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:24:33.583811 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:24:43.858 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:24:43.857058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:24:43.872 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:24:43.870971 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:24:54.094 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:24:54.093056 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:24:54.105 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:24:54.104343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:25:04.333 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:25:04.331559 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:25:04.344 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:25:04.343293 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:25:14.566 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:25:14.564327 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:25:14.577 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:25:14.575437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:25:24.801 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:25:24.799384 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:25:24.816 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:25:24.811718 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:25:35.038 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:25:35.036700 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:25:35.049 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:25:35.048027 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:25:45.269 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:25:45.267744 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:25:45.282 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:25:45.280840 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:25:55.503 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:25:55.501851 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:25:55.515 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:25:55.513815 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:26:05.736 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:26:05.734408 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:26:05.748 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:26:05.746853 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:26:15.977 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:26:15.975821 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:26:15.991 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:26:15.990362 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:26:26.218 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:26:26.216705 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:26:26.229 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:26:26.228131 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:26:36.458 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:26:36.456314 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:26:36.471 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:26:36.469597 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:26:46.707 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:26:46.705344 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:26:46.718 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:26:46.716811 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:26:56.939 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:26:56.937958 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:26:56.950 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:26:56.949029 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:27:07.216 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:27:07.214749 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:27:07.242 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:27:07.241094 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:27:17.497 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:27:17.495500 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:27:17.513 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:27:17.512041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:27:27.741 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:27:27.739320 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:27:27.753 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:27:27.752297 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:27:37.969 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:27:37.967848 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:27:37.981 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:27:37.980592 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:27:48.245 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:27:48.244100 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:27:48.258 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:27:48.256871 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:27:58.475 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:27:58.473335 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:27:58.491 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:27:58.489540 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:28:08.710 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:28:08.708668 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:28:08.743 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:28:08.741521 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:28:18.965 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:28:18.964242 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:28:18.978 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:28:18.977090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:28:29.200 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:28:29.198840 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:28:29.209 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:28:29.208395 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:28:39.427 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:28:39.426120 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:28:39.437 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:28:39.435927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:28:49.658 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:28:49.656644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:28:49.669 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:28:49.668215 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:28:59.899 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:28:59.897828 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:28:59.913 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:28:59.911995 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:29:10.195 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:29:10.193680 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:29:10.203 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:29:10.202317 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:29:20.479 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:29:20.477823 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:29:20.491 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:29:20.490202 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:29:30.714 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:29:30.712117 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:29:30.726 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:29:30.724704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:29:40.951 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:29:40.949495 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:29:40.963 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:29:40.961330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:29:51.193 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:29:51.191940 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:29:51.205 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:29:51.203793 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:30:01.432 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:30:01.431051 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:30:01.477 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:30:01.475326 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:30:11.701 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:30:11.699398 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:30:11.712 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:30:11.711219 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:30:21.933 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:30:21.931265 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:30:21.944 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:30:21.943170 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:30:32.168 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:30:32.166994 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:30:32.181 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:30:32.180002 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:30:42.401 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:30:42.399564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:30:42.413 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:30:42.412483 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:30:52.633 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:30:52.631644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:30:52.642 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:30:52.640931 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:31:02.858 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:31:02.856644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:31:02.870 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:31:02.869047 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:31:13.092 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:31:13.090612 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:31:13.110 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:31:13.108651 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:31:23.330 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:31:23.329142 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:31:23.341 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:31:23.340633 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:31:33.570 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:31:33.568673 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:31:33.630 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:31:33.629172 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:31:43.849 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:31:43.847754 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:31:43.862 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:31:43.861264 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:31:54.081 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:31:54.079276 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:31:54.090 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:31:54.089256 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:32:04.309 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:32:04.308267 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:32:04.322 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:32:04.321076 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:32:14.543 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:32:14.542112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:32:14.557 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:32:14.555531 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:32:24.781 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:32:24.780062 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:32:24.794 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:32:24.793152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:32:35.023 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:32:35.021526 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:32:35.034 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:32:35.033507 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:32:45.259 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:32:45.258207 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:32:45.272 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:32:45.270335 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:32:55.494 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:32:55.492963 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:32:55.507 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:32:55.506200 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:33:05.734 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:33:05.732708 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:33:05.743 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:33:05.741775 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:33:15.966 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:33:15.965088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:33:16.000 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:33:15.996014 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:33:26.244 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:33:26.242761 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:33:26.257 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:33:26.256385 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:33:36.479 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:33:36.477465 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:33:36.492 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:33:36.491386 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:33:46.715 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:33:46.713799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:33:46.725 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:33:46.724223 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:33:56.954 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:33:56.952211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:33:56.969 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:33:56.967584 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:34:07.199 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:34:07.197214 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:34:07.213 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:34:07.212062 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:34:17.435 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:34:17.433796 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:34:17.445 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:34:17.443680 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:34:27.662 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:34:27.660537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:34:27.671 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:34:27.669886 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:34:37.905 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:34:37.904011 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:34:37.918 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:34:37.916392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:34:48.139 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:34:48.137622 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:34:48.152 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:34:48.151249 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:34:58.378 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:34:58.377070 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:34:58.390 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:34:58.388991 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:35:08.619 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:35:08.617931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:35:08.633 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:35:08.632217 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:35:18.861 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:35:18.859490 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:35:18.871 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:35:18.870159 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:35:29.104 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:35:29.102381 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:35:29.113 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:35:29.111505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:35:39.358 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:35:39.356887 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:35:39.373 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:35:39.371858 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:35:49.612 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:35:49.610411 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:35:49.624 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:35:49.623273 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:35:59.838 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:35:59.837085 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:35:59.848 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:35:59.847511 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:36:00.019 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:36:00.018242 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-03-08 21:36:00.010596743 +0000 UTC m=+14259.560052040 LastTransitionTime:2022-03-08 17:40:18 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-03-08T21:36:10.071 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:36:10.068334 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:36:10.081 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:36:10.080656 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:36:20.303 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:36:20.301484 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:36:20.312 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:36:20.311204 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:36:30.533 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:36:30.531839 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:36:30.546 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:36:30.545509 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:36:40.766 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:36:40.764704 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:36:40.779 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:36:40.778474 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:36:51.001 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:36:50.999478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:36:51.013 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:36:51.011894 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:37:01.231 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:37:01.229513 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:37:01.244 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:37:01.242851 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:37:11.472 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:37:11.470351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:37:11.483 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:37:11.481847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:37:21.704 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:37:21.702195 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:37:21.716 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:37:21.714572 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:37:31.943 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:37:31.941649 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:37:31.956 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:37:31.954664 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:37:42.178 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:37:42.176577 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:37:42.190 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:37:42.189153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:37:52.414 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:37:52.412463 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:37:52.426 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:37:52.425191 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:38:02.644 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:38:02.642736 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:38:02.655 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:38:02.652974 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:38:12.878 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:38:12.876330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:38:12.939 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:38:12.937485 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:38:23.157 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:38:23.155802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T21:38:23.199 INFO:tasks.rook.operator.smithi167.stdout:2022-03-08 21:38:23.197712 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-03-08T23:59:50.636 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2022-03-08T23:59:50.668 DEBUG:teuthology.task.console_log:Killing console logger for smithi167 2022-03-08T23:59:50.669 DEBUG:teuthology.exit:Finished running handlers