2022-02-21T17:40:45.731 INFO:root:teuthology version: 1.1.0-eea25212 2022-02-21T17:40:45.733 DEBUG:teuthology.run:Teuthology command: teuthology --description rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/host rook/1.7.2} --archive /home/teuthworker/archive/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi/6698462 --owner scheduled_yuriw@teuthology --name yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi --verbose -- /home/teuthworker/archive/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi/6698462/orig.config.yaml 2022-02-21T17:40:45.768 DEBUG:teuthology.report:Pushing job info to http://paddles.front.sepia.ceph.com/ 2022-02-21T17:40:45.845 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi/6698462 branch: wip-yuri4-testing-2022-02-18-0800 description: rados/rook/smoke/{0-distro/ubuntu_20.04 0-kubeadm 0-nvme-loop 1-rook 2-workload/radosbench 3-final cluster/1-node k8s/1.21 net/host rook/1.7.2} email: ceph-qa@ceph.io first_in_suite: false job_id: '6698462' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi nuke-on-error: true os_type: ubuntu os_version: '20.04' overrides: admin_socket: branch: wip-yuri4-testing-2022-02-18-0800 ceph: conf: global: osd crush chooseleaf type: 0 mgr: debug mgr: 20 debug ms: 1 mon: debug mon: 20 debug ms: 1 debug paxos: 20 osd: debug ms: 1 debug osd: 20 flavor: default log-ignorelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) log-whitelist: - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) sha1: b05010b68efc838fdc35b41106e2ebdabe395a3e spec: mon: allowMultiplePerNode: false network: provider: host ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: osd default pool size: 2 install: ceph: flavor: default sha1: b05010b68efc838fdc35b41106e2ebdabe395a3e kernel: hwe: true kubeadm: version: '1.21' rook: rook_branch: v1.7.2 rook_image: rook/ceph:v1.7.2 workunit: branch: wip-yuri4-testing-2022-02-18-0800 sha1: b05010b68efc838fdc35b41106e2ebdabe395a3e owner: scheduled_yuriw@teuthology priority: 79 repo: https://github.com/ceph/ceph-ci.git roles: - - host.a - client.a sha1: b05010b68efc838fdc35b41106e2ebdabe395a3e sleep_before_teardown: 0 suite: rados suite_branch: wip-yuri4-testing-2022-02-18-0800 suite_path: /home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa suite_relpath: qa suite_repo: https://github.com/ceph/ceph-ci.git suite_sha1: b05010b68efc838fdc35b41106e2ebdabe395a3e targets: smithi038.front.sepia.ceph.com: ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQD+xjczYs78ujquh+U1HzW4G6AceluJsUbQvF4VRD8CufrQAZK5F2WBEDTZDksEuDS87lIDE+1HeDBQ6FLozTpNEfpWDA2mKWwS0p8jMXUrjMpnHVvcPH/zmJq7L0DJzl5u6HhddJo3jQ8zFhE2EDsIRLhoRwVg5ZvWNWIwKkbQUbczq6PDXRaeMniO1bgN6MYMcnbLyhdwVcomRv/8qU+tnU7Yv4hsFWLEms6TBksrHyOXt2fo59Xux9AZ4aV7N7L3OwLPk1W+hWNOrVkOzZwF9fIPF/QeKeWXWSSrksKpOhe1m60xWvpbl+X3sH5KhArr6qDWDjJKeCW9ksHxrewGOFqoeauGgk51lWGMXFtFRRvLILjUA9rwyqSTDUapsXZksoWLOzzefPdoQROPTa84QiCUczDBNLPfwMGBvK052sLgeJviPwOna8IhlQUZOwC76yQeLIaF8wTDuIjB7l492JzEfCvTWvLJ7Qt/EHuHdIADPqYrCmN8RunHwF7DeTs= tasks: - kubeadm: null - nvme_loop: null - rook: null - rook.shell: - ceph -s - ceph orch status - ceph orch ps - ceph orch ls - ceph orch device ls - install: host.a: null - radosbench: clients: - client.a - rook.shell: commands: - 'ceph orch host label add `hostname` foo ceph orch host ls | grep foo ceph orch host label rm `hostname` foo ceph orch host ls | grep -v foo ' - exec: host.a: - "set -ex\ntoolbox() {\n kubectl -n rook-ceph exec -it deploy/rook-ceph-tools\ \ -- \"$@\"\n}\norig_num_osd=`toolbox ceph osd stat | cut -f3 -d \" \"`\ntoolbox\ \ ceph orch osd rm 0 --force\nremoved_pv=\"\"\nwhile [ \"$removed_pv\" = \"\"\ \ ]\ndo\n removed_pv=`kubectl get pv | grep Released | cut -f1 -d \" \"`\n\ \ sleep 3s\ndone\ntarget_path=`kubectl get pv $removed_pv -o jsonpath='{.spec.local.path}'`\n\ host=`echo $removed_pv | cut -f1 -d \"-\"`\ntoolbox ceph orch device zap $host\ \ $target_path --force\nzap_completion=\"0\"\nwhile [ \"$zap_completion\" =\ \ \"0\" ]\ndo\n zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap\ \ -o jsonpath='{.status.succeeded.path}'`\n sleep 3s\ndone\nkubectl patch\ \ pv $removed_pv -p '{\"spec\":{\"claimRef\": null}}'\ntoolbox ceph orch apply\ \ osd --all-available-devices\nkubectl delete job rook-ceph-device-zap -n rook-ceph\n\ num_osd=\"0\"\nwhile [ \"$num_osd\" != \"$orig_num_osd\" ]\ndo\n echo \"\ waiting for osd to come back up\"\n num_osd=`toolbox ceph osd stat | cut\ \ -f3 -d \" \"`\n sleep 30s\ndone\n" - rook.shell: commands: - ceph orch status - ceph orch ps - ceph orch ls - ceph orch host ls - ceph orch device ls - ceph orch apply rgw foo - ceph orch apply mds foo - ceph orch apply rbd-mirror - ceph orch apply nfs foo --port 12777 teuthology_branch: master teuthology_sha1: eea2521245e542c7c1a063d296779f572aa0255a timestamp: 2022-02-21_15:40:41 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.20261 2022-02-21T17:40:45.845 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa; will attempt to use it 2022-02-21T17:40:45.848 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks 2022-02-21T17:40:45.849 INFO:teuthology.run_tasks:Running task internal.check_packages... 2022-02-21T17:40:45.851 INFO:teuthology.task.internal:Checking packages... 2022-02-21T17:40:45.884 INFO:teuthology.task.internal:Checking packages for os_type 'ubuntu', flavor 'default' and ceph hash 'b05010b68efc838fdc35b41106e2ebdabe395a3e' 2022-02-21T17:40:45.885 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2022-02-21T17:40:45.885 INFO:teuthology.packaging:ref: None 2022-02-21T17:40:45.886 INFO:teuthology.packaging:tag: None 2022-02-21T17:40:45.886 INFO:teuthology.packaging:branch: wip-yuri4-testing-2022-02-18-0800 2022-02-21T17:40:45.886 INFO:teuthology.packaging:sha1: b05010b68efc838fdc35b41106e2ebdabe395a3e 2022-02-21T17:40:45.887 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&ref=wip-yuri4-testing-2022-02-18-0800 2022-02-21T17:40:46.223 INFO:teuthology.task.internal:Found packages for ceph version 17.0.0-10781-gb05010b6-1focal 2022-02-21T17:40:46.224 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2022-02-21T17:40:46.237 INFO:teuthology.task.internal:no buildpackages task found 2022-02-21T17:40:46.237 INFO:teuthology.run_tasks:Running task internal.save_config... 2022-02-21T17:40:46.300 INFO:teuthology.task.internal:Saving configuration 2022-02-21T17:40:46.315 INFO:teuthology.run_tasks:Running task internal.check_lock... 2022-02-21T17:40:46.336 INFO:teuthology.task.internal.check_lock:Checking locks... 2022-02-21T17:40:46.365 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi038.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2022-02-21_15:40:41-rados-wip-yuri4-testing-2022-02-18-0800-distro-default-smithi/6698462', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'ubuntu', 'os_version': '20.04', 'arch': 'x86_64', 'locked': True, 'locked_since': '2022-02-21 17:35:37.574261', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIBV09Ab/o+zdq0Pb408PlisPW9DTc4dm1d4UfdApUoHq'} 2022-02-21T17:40:46.365 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2022-02-21T17:40:46.379 INFO:teuthology.task.internal:roles: ubuntu@smithi038.front.sepia.ceph.com - ['host.a', 'client.a'] 2022-02-21T17:40:46.379 INFO:teuthology.run_tasks:Running task console_log... 2022-02-21T17:40:46.464 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f47059c4ea0>, signals=[15]) 2022-02-21T17:40:46.465 INFO:teuthology.run_tasks:Running task internal.connect... 2022-02-21T17:40:46.512 INFO:teuthology.task.internal:Opening connections... 2022-02-21T17:40:46.513 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi038.front.sepia.ceph.com 2022-02-21T17:40:46.514 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-02-21T17:40:46.574 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2022-02-21T17:40:46.585 DEBUG:teuthology.orchestra.run.smithi038:> uname -m 2022-02-21T17:40:46.701 INFO:teuthology.orchestra.run.smithi038.stdout:x86_64 2022-02-21T17:40:46.702 DEBUG:teuthology.orchestra.run.smithi038:> cat /etc/os-release 2022-02-21T17:40:46.749 INFO:teuthology.orchestra.run.smithi038.stdout:NAME="Ubuntu" 2022-02-21T17:40:46.750 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION="20.04.3 LTS (Focal Fossa)" 2022-02-21T17:40:46.750 INFO:teuthology.orchestra.run.smithi038.stdout:ID=ubuntu 2022-02-21T17:40:46.750 INFO:teuthology.orchestra.run.smithi038.stdout:ID_LIKE=debian 2022-02-21T17:40:46.751 INFO:teuthology.orchestra.run.smithi038.stdout:PRETTY_NAME="Ubuntu 20.04.3 LTS" 2022-02-21T17:40:46.751 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_ID="20.04" 2022-02-21T17:40:46.751 INFO:teuthology.orchestra.run.smithi038.stdout:HOME_URL="https://www.ubuntu.com/" 2022-02-21T17:40:46.751 INFO:teuthology.orchestra.run.smithi038.stdout:SUPPORT_URL="https://help.ubuntu.com/" 2022-02-21T17:40:46.751 INFO:teuthology.orchestra.run.smithi038.stdout:BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" 2022-02-21T17:40:46.752 INFO:teuthology.orchestra.run.smithi038.stdout:PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 2022-02-21T17:40:46.752 INFO:teuthology.orchestra.run.smithi038.stdout:VERSION_CODENAME=focal 2022-02-21T17:40:46.752 INFO:teuthology.orchestra.run.smithi038.stdout:UBUNTU_CODENAME=focal 2022-02-21T17:40:46.753 INFO:teuthology.lock.ops:Updating smithi038.front.sepia.ceph.com on lock server 2022-02-21T17:40:46.772 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2022-02-21T17:40:46.785 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2022-02-21T17:40:46.833 INFO:teuthology.task.internal:Checking for old test directory... 2022-02-21T17:40:46.833 DEBUG:teuthology.orchestra.run.smithi038:> test '!' -e /home/ubuntu/cephtest 2022-02-21T17:40:46.839 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2022-02-21T17:40:46.893 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2022-02-21T17:40:46.894 DEBUG:teuthology.orchestra.run.smithi038:> test -z $(ls -A /var/lib/ceph) 2022-02-21T17:40:46.903 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2022-02-21T17:40:46.969 INFO:teuthology.run_tasks:Running task kernel... 2022-02-21T17:40:47.017 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2022-02-21T17:40:47.018 INFO:teuthology.task.kernel:normalize config orig: {'hwe': True} 2022-02-21T17:40:47.019 DEBUG:teuthology.task.kernel:normalized overrides {'host.a': {'hwe': True}, 'client.a': {'hwe': True}} 2022-02-21T17:40:47.019 INFO:teuthology.task.kernel:config {'host.a': {'kdb': True, 'sha1': 'distro', 'hwe': True}}, timeout 300 2022-02-21T17:40:47.019 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2022-02-21T17:40:47.026 INFO:teuthology.orchestra.run.smithi038.stdout:5.4.0-97-generic 2022-02-21T17:40:47.026 INFO:teuthology.task.kernel:Running kernel on smithi038: 5.4.0-97-generic 2022-02-21T17:40:47.027 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get clean 2022-02-21T17:40:47.104 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get update 2022-02-21T17:40:47.423 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2022-02-21T17:40:47.423 INFO:teuthology.orchestra.run.smithi038.stdout:Get:2 http://security.ubuntu.com/ubuntu focal-security InRelease [114 kB] 2022-02-21T17:40:47.484 INFO:teuthology.orchestra.run.smithi038.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease [114 kB] 2022-02-21T17:40:47.860 INFO:teuthology.orchestra.run.smithi038.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease [108 kB] 2022-02-21T17:40:47.945 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 http://security.ubuntu.com/ubuntu focal-security/main amd64 Packages [1,247 kB] 2022-02-21T17:40:48.093 INFO:teuthology.orchestra.run.smithi038.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main i386 Packages [607 kB] 2022-02-21T17:40:48.378 INFO:teuthology.orchestra.run.smithi038.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 Packages [1,598 kB] 2022-02-21T17:40:48.378 INFO:teuthology.orchestra.run.smithi038.stdout:Get:8 http://security.ubuntu.com/ubuntu focal-security/main i386 Packages [379 kB] 2022-02-21T17:40:48.396 INFO:teuthology.orchestra.run.smithi038.stdout:Get:9 http://security.ubuntu.com/ubuntu focal-security/main Translation-en [219 kB] 2022-02-21T17:40:48.405 INFO:teuthology.orchestra.run.smithi038.stdout:Get:10 http://security.ubuntu.com/ubuntu focal-security/main amd64 c-n-f Metadata [9,556 B] 2022-02-21T17:40:48.406 INFO:teuthology.orchestra.run.smithi038.stdout:Get:11 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 Packages [757 kB] 2022-02-21T17:40:48.475 INFO:teuthology.orchestra.run.smithi038.stdout:Get:12 http://security.ubuntu.com/ubuntu focal-security/restricted i386 Packages [21.7 kB] 2022-02-21T17:40:48.476 INFO:teuthology.orchestra.run.smithi038.stdout:Get:13 http://security.ubuntu.com/ubuntu focal-security/restricted Translation-en [108 kB] 2022-02-21T17:40:48.551 INFO:teuthology.orchestra.run.smithi038.stdout:Get:14 http://archive.ubuntu.com/ubuntu focal-updates/main Translation-en [306 kB] 2022-02-21T17:40:48.571 INFO:teuthology.orchestra.run.smithi038.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 c-n-f Metadata [14.7 kB] 2022-02-21T17:40:48.571 INFO:teuthology.orchestra.run.smithi038.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/restricted i386 Packages [23.1 kB] 2022-02-21T17:40:48.572 INFO:teuthology.orchestra.run.smithi038.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 Packages [818 kB] 2022-02-21T17:40:48.574 INFO:teuthology.orchestra.run.smithi038.stdout:Get:18 http://security.ubuntu.com/ubuntu focal-security/restricted amd64 c-n-f Metadata [504 B] 2022-02-21T17:40:48.575 INFO:teuthology.orchestra.run.smithi038.stdout:Get:19 http://security.ubuntu.com/ubuntu focal-security/universe i386 Packages [534 kB] 2022-02-21T17:40:48.588 INFO:teuthology.orchestra.run.smithi038.stdout:Get:20 http://security.ubuntu.com/ubuntu focal-security/universe amd64 Packages [678 kB] 2022-02-21T17:40:48.593 INFO:teuthology.orchestra.run.smithi038.stdout:Get:21 http://security.ubuntu.com/ubuntu focal-security/universe Translation-en [116 kB] 2022-02-21T17:40:48.594 INFO:teuthology.orchestra.run.smithi038.stdout:Get:22 http://security.ubuntu.com/ubuntu focal-security/universe amd64 c-n-f Metadata [13.1 kB] 2022-02-21T17:40:48.595 INFO:teuthology.orchestra.run.smithi038.stdout:Get:23 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 Packages [20.7 kB] 2022-02-21T17:40:48.595 INFO:teuthology.orchestra.run.smithi038.stdout:Get:24 http://security.ubuntu.com/ubuntu focal-security/multiverse i386 Packages [7,180 B] 2022-02-21T17:40:48.595 INFO:teuthology.orchestra.run.smithi038.stdout:Get:25 http://security.ubuntu.com/ubuntu focal-security/multiverse Translation-en [5,196 B] 2022-02-21T17:40:48.596 INFO:teuthology.orchestra.run.smithi038.stdout:Get:26 http://security.ubuntu.com/ubuntu focal-security/multiverse amd64 c-n-f Metadata [500 B] 2022-02-21T17:40:48.611 INFO:teuthology.orchestra.run.smithi038.stdout:Get:27 http://archive.ubuntu.com/ubuntu focal-updates/restricted Translation-en [116 kB] 2022-02-21T17:40:48.617 INFO:teuthology.orchestra.run.smithi038.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal-updates/restricted amd64 c-n-f Metadata [500 B] 2022-02-21T17:40:48.618 INFO:teuthology.orchestra.run.smithi038.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 Packages [904 kB] 2022-02-21T17:40:48.659 INFO:teuthology.orchestra.run.smithi038.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal-updates/universe i386 Packages [668 kB] 2022-02-21T17:40:48.680 INFO:teuthology.orchestra.run.smithi038.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal-updates/universe Translation-en [201 kB] 2022-02-21T17:40:48.687 INFO:teuthology.orchestra.run.smithi038.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 c-n-f Metadata [20.1 kB] 2022-02-21T17:40:48.712 INFO:teuthology.orchestra.run.smithi038.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal-updates/multiverse i386 Packages [8,432 B] 2022-02-21T17:40:48.712 INFO:teuthology.orchestra.run.smithi038.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 Packages [23.7 kB] 2022-02-21T17:40:48.713 INFO:teuthology.orchestra.run.smithi038.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal-updates/multiverse Translation-en [7,312 B] 2022-02-21T17:40:48.713 INFO:teuthology.orchestra.run.smithi038.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal-updates/multiverse amd64 c-n-f Metadata [580 B] 2022-02-21T17:40:48.714 INFO:teuthology.orchestra.run.smithi038.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal-backports/universe i386 Packages [11.7 kB] 2022-02-21T17:40:48.742 INFO:teuthology.orchestra.run.smithi038.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 Packages [21.6 kB] 2022-02-21T17:40:48.824 INFO:teuthology.orchestra.run.smithi038.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal-backports/universe Translation-en [15.0 kB] 2022-02-21T17:40:48.825 INFO:teuthology.orchestra.run.smithi038.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal-backports/universe amd64 c-n-f Metadata [716 B] 2022-02-21T17:40:51.523 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 9,819 kB in 2s (4,404 kB/s) 2022-02-21T17:40:52.721 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2022-02-21T17:40:52.745 DEBUG:teuthology.orchestra.run.smithi038:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-02-21T17:40:52.811 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2022-02-21T17:40:52.991 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2022-02-21T17:40:52.992 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2022-02-21T17:40:53.150 INFO:teuthology.orchestra.run.smithi038.stdout:The following additional packages will be installed: 2022-02-21T17:40:53.150 INFO:teuthology.orchestra.run.smithi038.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-02-21T17:40:53.151 INFO:teuthology.orchestra.run.smithi038.stdout: libusbmuxd6 linux-image-5.13.0-30-generic linux-modules-5.13.0-30-generic 2022-02-21T17:40:53.151 INFO:teuthology.orchestra.run.smithi038.stdout: linux-modules-extra-5.13.0-30-generic thermald upower usbmuxd 2022-02-21T17:40:53.152 INFO:teuthology.orchestra.run.smithi038.stdout:Suggested packages: 2022-02-21T17:40:53.153 INFO:teuthology.orchestra.run.smithi038.stdout: libusbmuxd-tools fdutils linux-doc | linux-hwe-5.13-source-5.13.0 2022-02-21T17:40:53.153 INFO:teuthology.orchestra.run.smithi038.stdout: linux-hwe-5.13-tools linux-headers-5.13.0-30-generic 2022-02-21T17:40:53.202 INFO:teuthology.orchestra.run.smithi038.stdout:The following NEW packages will be installed: 2022-02-21T17:40:53.203 INFO:teuthology.orchestra.run.smithi038.stdout: libdbus-glib-1-2 libevdev2 libimobiledevice6 libplist3 libupower-glib3 2022-02-21T17:40:53.203 INFO:teuthology.orchestra.run.smithi038.stdout: libusbmuxd6 linux-image-5.13.0-30-generic linux-image-generic-hwe-20.04 2022-02-21T17:40:53.204 INFO:teuthology.orchestra.run.smithi038.stdout: linux-modules-5.13.0-30-generic linux-modules-extra-5.13.0-30-generic 2022-02-21T17:40:53.204 INFO:teuthology.orchestra.run.smithi038.stdout: thermald upower usbmuxd 2022-02-21T17:40:53.395 INFO:teuthology.orchestra.run.smithi038.stdout:0 upgraded, 13 newly installed, 0 to remove and 49 not upgraded. 2022-02-21T17:40:53.395 INFO:teuthology.orchestra.run.smithi038.stdout:Need to get 80.1 MB of archives. 2022-02-21T17:40:53.395 INFO:teuthology.orchestra.run.smithi038.stdout:After this operation, 409 MB of additional disk space will be used. 2022-02-21T17:40:53.395 INFO:teuthology.orchestra.run.smithi038.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 libdbus-glib-1-2 amd64 0.110-5fakssync1 [59.1 kB] 2022-02-21T17:40:53.682 INFO:teuthology.orchestra.run.smithi038.stdout:Get:2 http://archive.ubuntu.com/ubuntu focal/main amd64 libplist3 amd64 2.1.0-4build2 [31.6 kB] 2022-02-21T17:40:53.717 INFO:teuthology.orchestra.run.smithi038.stdout:Get:3 http://archive.ubuntu.com/ubuntu focal/main amd64 libusbmuxd6 amd64 2.0.1-2 [19.1 kB] 2022-02-21T17:40:53.741 INFO:teuthology.orchestra.run.smithi038.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 libimobiledevice6 amd64 1.2.1~git20191129.9f79242-1build1 [65.2 kB] 2022-02-21T17:40:53.807 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 libupower-glib3 amd64 0.99.11-1build2 [43.2 kB] 2022-02-21T17:40:53.837 INFO:teuthology.orchestra.run.smithi038.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-5.13.0-30-generic amd64 5.13.0-30.33~20.04.1 [18.3 MB] 2022-02-21T17:40:54.779 INFO:teuthology.orchestra.run.smithi038.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-5.13.0-30-generic amd64 5.13.0-30.33~20.04.1 [10.0 MB] 2022-02-21T17:40:55.070 INFO:teuthology.orchestra.run.smithi038.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-modules-extra-5.13.0-30-generic amd64 5.13.0-30.33~20.04.1 [51.1 MB] 2022-02-21T17:40:57.182 INFO:teuthology.orchestra.run.smithi038.stdout:Get:9 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 linux-image-generic-hwe-20.04 amd64 5.13.0.30.33~20.04.17 [2,616 B] 2022-02-21T17:40:57.183 INFO:teuthology.orchestra.run.smithi038.stdout:Get:10 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 libevdev2 amd64 1.9.0+dfsg-1ubuntu0.1 [31.6 kB] 2022-02-21T17:40:57.183 INFO:teuthology.orchestra.run.smithi038.stdout:Get:11 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 thermald amd64 1.9.1-1ubuntu0.6 [233 kB] 2022-02-21T17:40:57.188 INFO:teuthology.orchestra.run.smithi038.stdout:Get:12 http://archive.ubuntu.com/ubuntu focal/main amd64 upower amd64 0.99.11-1build2 [104 kB] 2022-02-21T17:40:57.189 INFO:teuthology.orchestra.run.smithi038.stdout:Get:13 http://archive.ubuntu.com/ubuntu focal/main amd64 usbmuxd amd64 1.1.1~git20191130.9af2b12-1 [38.4 kB] 2022-02-21T17:40:57.616 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 80.1 MB in 4s (20.1 MB/s) 2022-02-21T17:40:57.813 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libdbus-glib-1-2:amd64. 2022-02-21T17:40:59.252 INFO:teuthology.orchestra.run.smithi038.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 102042 files and directories currently installed.) 2022-02-21T17:40:59.256 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../00-libdbus-glib-1-2_0.110-5fakssync1_amd64.deb ... 2022-02-21T17:40:59.385 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-02-21T17:40:59.722 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libplist3:amd64. 2022-02-21T17:40:59.736 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../01-libplist3_2.1.0-4build2_amd64.deb ... 2022-02-21T17:40:59.772 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libplist3:amd64 (2.1.0-4build2) ... 2022-02-21T17:41:00.100 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libusbmuxd6:amd64. 2022-02-21T17:41:00.113 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../02-libusbmuxd6_2.0.1-2_amd64.deb ... 2022-02-21T17:41:00.150 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libusbmuxd6:amd64 (2.0.1-2) ... 2022-02-21T17:41:00.478 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libimobiledevice6:amd64. 2022-02-21T17:41:00.492 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../03-libimobiledevice6_1.2.1~git20191129.9f79242-1build1_amd64.deb ... 2022-02-21T17:41:00.536 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-02-21T17:41:00.881 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libupower-glib3:amd64. 2022-02-21T17:41:00.896 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../04-libupower-glib3_0.99.11-1build2_amd64.deb ... 2022-02-21T17:41:00.939 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libupower-glib3:amd64 (0.99.11-1build2) ... 2022-02-21T17:41:01.259 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-modules-5.13.0-30-generic. 2022-02-21T17:41:01.272 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../05-linux-modules-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-02-21T17:41:01.317 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-modules-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T17:41:03.570 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-image-5.13.0-30-generic. 2022-02-21T17:41:03.586 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../06-linux-image-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-02-21T17:41:03.687 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T17:41:04.173 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-modules-extra-5.13.0-30-generic. 2022-02-21T17:41:04.189 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../07-linux-modules-extra-5.13.0-30-generic_5.13.0-30.33~20.04.1_amd64.deb ... 2022-02-21T17:41:04.231 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-modules-extra-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T17:41:10.189 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package linux-image-generic-hwe-20.04. 2022-02-21T17:41:10.204 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../08-linux-image-generic-hwe-20.04_5.13.0.30.33~20.04.17_amd64.deb ... 2022-02-21T17:41:10.247 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking linux-image-generic-hwe-20.04 (5.13.0.30.33~20.04.17) ... 2022-02-21T17:41:10.566 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libevdev2:amd64. 2022-02-21T17:41:10.580 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../09-libevdev2_1.9.0+dfsg-1ubuntu0.1_amd64.deb ... 2022-02-21T17:41:10.625 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-02-21T17:41:11.100 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package thermald. 2022-02-21T17:41:11.115 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../10-thermald_1.9.1-1ubuntu0.6_amd64.deb ... 2022-02-21T17:41:11.346 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking thermald (1.9.1-1ubuntu0.6) ... 2022-02-21T17:41:11.901 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package upower. 2022-02-21T17:41:11.914 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../11-upower_0.99.11-1build2_amd64.deb ... 2022-02-21T17:41:11.961 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking upower (0.99.11-1build2) ... 2022-02-21T17:41:12.375 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package usbmuxd. 2022-02-21T17:41:12.389 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../12-usbmuxd_1.1.1~git20191130.9af2b12-1_amd64.deb ... 2022-02-21T17:41:12.433 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-02-21T17:41:12.745 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libplist3:amd64 (2.1.0-4build2) ... 2022-02-21T17:41:12.868 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libdbus-glib-1-2:amd64 (0.110-5fakssync1) ... 2022-02-21T17:41:13.011 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libusbmuxd6:amd64 (2.0.1-2) ... 2022-02-21T17:41:13.136 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libupower-glib3:amd64 (0.99.11-1build2) ... 2022-02-21T17:41:13.263 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libimobiledevice6:amd64 (1.2.1~git20191129.9f79242-1build1) ... 2022-02-21T17:41:13.389 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libevdev2:amd64 (1.9.0+dfsg-1ubuntu0.1) ... 2022-02-21T17:41:13.515 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up upower (0.99.11-1build2) ... 2022-02-21T17:41:13.963 INFO:teuthology.orchestra.run.smithi038.stdout:upower.service is a disabled or a static unit, not starting it. 2022-02-21T17:41:14.008 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up usbmuxd (1.1.1~git20191130.9af2b12-1) ... 2022-02-21T17:41:14.191 INFO:teuthology.orchestra.run.smithi038.stdout:Warning: The home dir /var/lib/usbmux you specified can't be accessed: No such file or directory 2022-02-21T17:41:14.203 INFO:teuthology.orchestra.run.smithi038.stdout:Adding system user `usbmux' (UID 114) ... 2022-02-21T17:41:14.203 INFO:teuthology.orchestra.run.smithi038.stdout:Adding new user `usbmux' (UID 114) with group `plugdev' ... 2022-02-21T17:41:14.700 INFO:teuthology.orchestra.run.smithi038.stdout:Not creating home directory `/var/lib/usbmux'. 2022-02-21T17:41:14.932 INFO:teuthology.orchestra.run.smithi038.stdout:usbmuxd.service is a disabled or a static unit, not starting it. 2022-02-21T17:41:14.980 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up thermald (1.9.1-1ubuntu0.6) ... 2022-02-21T17:41:15.274 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/dbus-org.freedesktop.thermald.service -> /lib/systemd/system/thermald.service. 2022-02-21T17:41:15.274 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/thermald.service -> /lib/systemd/system/thermald.service. 2022-02-21T17:41:15.760 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T17:41:17.041 INFO:teuthology.orchestra.run.smithi038.stdout:I: /boot/vmlinuz is now a symlink to vmlinuz-5.13.0-30-generic 2022-02-21T17:41:17.042 INFO:teuthology.orchestra.run.smithi038.stdout:I: /boot/initrd.img is now a symlink to initrd.img-5.13.0-30-generic 2022-02-21T17:41:17.221 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-modules-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T17:41:18.589 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-modules-extra-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T17:41:19.957 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up linux-image-generic-hwe-20.04 (5.13.0.30.33~20.04.17) ... 2022-02-21T17:41:20.083 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-21T17:41:24.524 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-02-21T17:41:25.201 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for dbus (1.12.16-2ubuntu2.1) ... 2022-02-21T17:41:25.302 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for linux-image-5.13.0-30-generic (5.13.0-30.33~20.04.1) ... 2022-02-21T17:41:25.528 INFO:teuthology.orchestra.run.smithi038.stdout:/etc/kernel/postinst.d/initramfs-tools: 2022-02-21T17:41:25.529 INFO:teuthology.orchestra.run.smithi038.stdout:update-initramfs: Generating /boot/initrd.img-5.13.0-30-generic 2022-02-21T17:41:49.435 INFO:teuthology.orchestra.run.smithi038.stdout:/etc/kernel/postinst.d/zz-update-grub: 2022-02-21T17:41:49.436 INFO:teuthology.orchestra.run.smithi038.stdout:Sourcing file `/etc/default/grub' 2022-02-21T17:41:49.446 INFO:teuthology.orchestra.run.smithi038.stdout:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-02-21T17:41:49.464 INFO:teuthology.orchestra.run.smithi038.stdout:Generating grub configuration file ... 2022-02-21T17:41:49.836 INFO:teuthology.orchestra.run.smithi038.stdout:Found linux image: /boot/vmlinuz-5.13.0-30-generic 2022-02-21T17:41:49.870 INFO:teuthology.orchestra.run.smithi038.stdout:Found initrd image: /boot/initrd.img-5.13.0-30-generic 2022-02-21T17:41:50.290 INFO:teuthology.orchestra.run.smithi038.stdout:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-02-21T17:41:50.301 INFO:teuthology.orchestra.run.smithi038.stdout:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-02-21T17:41:52.737 INFO:teuthology.orchestra.run.smithi038.stdout:done 2022-02-21T17:41:53.081 DEBUG:teuthology.orchestra.run.smithi038:> dpkg -s linux-image-generic-hwe-20.04 2022-02-21T17:41:53.116 INFO:teuthology.orchestra.run.smithi038.stdout:Package: linux-image-generic-hwe-20.04 2022-02-21T17:41:53.116 INFO:teuthology.orchestra.run.smithi038.stdout:Status: install ok installed 2022-02-21T17:41:53.117 INFO:teuthology.orchestra.run.smithi038.stdout:Priority: optional 2022-02-21T17:41:53.117 INFO:teuthology.orchestra.run.smithi038.stdout:Section: kernel 2022-02-21T17:41:53.117 INFO:teuthology.orchestra.run.smithi038.stdout:Installed-Size: 19 2022-02-21T17:41:53.117 INFO:teuthology.orchestra.run.smithi038.stdout:Maintainer: Ubuntu Kernel Team 2022-02-21T17:41:53.118 INFO:teuthology.orchestra.run.smithi038.stdout:Architecture: amd64 2022-02-21T17:41:53.118 INFO:teuthology.orchestra.run.smithi038.stdout:Source: linux-meta-hwe-5.13 2022-02-21T17:41:53.118 INFO:teuthology.orchestra.run.smithi038.stdout:Version: 5.13.0.30.33~20.04.17 2022-02-21T17:41:53.118 INFO:teuthology.orchestra.run.smithi038.stdout:Provides: virtualbox-guest-modules (= 5.13.0-30), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2) 2022-02-21T17:41:53.118 INFO:teuthology.orchestra.run.smithi038.stdout:Depends: linux-image-5.13.0-30-generic, linux-modules-extra-5.13.0-30-generic, linux-firmware, intel-microcode, amd64-microcode 2022-02-21T17:41:53.119 INFO:teuthology.orchestra.run.smithi038.stdout:Recommends: thermald 2022-02-21T17:41:53.119 INFO:teuthology.orchestra.run.smithi038.stdout:Description: Generic Linux kernel image 2022-02-21T17:41:53.119 INFO:teuthology.orchestra.run.smithi038.stdout: This package will always depend on the latest generic kernel image 2022-02-21T17:41:53.119 INFO:teuthology.orchestra.run.smithi038.stdout: available. 2022-02-21T17:41:53.120 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 5.4.0-97-generic Expected: 5.13.0-30-generic 2022-02-21T17:41:53.120 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2022-02-21T17:41:53.120 DEBUG:teuthology.task.kernel:src is distro, skipping download 2022-02-21T17:41:53.121 INFO:teuthology.task.kernel:Installing distro kernel on host.a... 2022-02-21T17:41:53.121 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi038.front.sepia.ceph.com, path=None, version=distro) 2022-02-21T17:41:53.121 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get clean 2022-02-21T17:41:53.188 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get update 2022-02-21T17:41:53.347 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-02-21T17:41:53.439 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-02-21T17:41:53.521 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-02-21T17:41:53.603 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-02-21T17:41:54.962 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2022-02-21T17:41:54.984 DEBUG:teuthology.orchestra.run.smithi038:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y install linux-image-generic-hwe-20.04 2022-02-21T17:41:55.049 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2022-02-21T17:41:55.227 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2022-02-21T17:41:55.227 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2022-02-21T17:41:55.425 INFO:teuthology.orchestra.run.smithi038.stdout:linux-image-generic-hwe-20.04 is already the newest version (5.13.0.30.33~20.04.17). 2022-02-21T17:41:55.425 INFO:teuthology.orchestra.run.smithi038.stdout:0 upgraded, 0 newly installed, 0 to remove and 49 not upgraded. 2022-02-21T17:41:55.427 DEBUG:teuthology.orchestra.run.smithi038:> dpkg -s linux-image-generic-hwe-20.04 2022-02-21T17:41:55.450 INFO:teuthology.orchestra.run.smithi038.stdout:Package: linux-image-generic-hwe-20.04 2022-02-21T17:41:55.450 INFO:teuthology.orchestra.run.smithi038.stdout:Status: install ok installed 2022-02-21T17:41:55.450 INFO:teuthology.orchestra.run.smithi038.stdout:Priority: optional 2022-02-21T17:41:55.451 INFO:teuthology.orchestra.run.smithi038.stdout:Section: kernel 2022-02-21T17:41:55.451 INFO:teuthology.orchestra.run.smithi038.stdout:Installed-Size: 19 2022-02-21T17:41:55.451 INFO:teuthology.orchestra.run.smithi038.stdout:Maintainer: Ubuntu Kernel Team 2022-02-21T17:41:55.451 INFO:teuthology.orchestra.run.smithi038.stdout:Architecture: amd64 2022-02-21T17:41:55.452 INFO:teuthology.orchestra.run.smithi038.stdout:Source: linux-meta-hwe-5.13 2022-02-21T17:41:55.452 INFO:teuthology.orchestra.run.smithi038.stdout:Version: 5.13.0.30.33~20.04.17 2022-02-21T17:41:55.452 INFO:teuthology.orchestra.run.smithi038.stdout:Provides: virtualbox-guest-modules (= 5.13.0-30), wireguard-modules (= 1.0.0), zfs-modules (= 2.0.6-1ubuntu2) 2022-02-21T17:41:55.453 INFO:teuthology.orchestra.run.smithi038.stdout:Depends: linux-image-5.13.0-30-generic, linux-modules-extra-5.13.0-30-generic, linux-firmware, intel-microcode, amd64-microcode 2022-02-21T17:41:55.453 INFO:teuthology.orchestra.run.smithi038.stdout:Recommends: thermald 2022-02-21T17:41:55.453 INFO:teuthology.orchestra.run.smithi038.stdout:Description: Generic Linux kernel image 2022-02-21T17:41:55.453 INFO:teuthology.orchestra.run.smithi038.stdout: This package will always depend on the latest generic kernel image 2022-02-21T17:41:55.453 INFO:teuthology.orchestra.run.smithi038.stdout: available. 2022-02-21T17:41:55.454 DEBUG:teuthology.orchestra.run.smithi038:> mktemp 2022-02-21T17:41:55.496 INFO:teuthology.orchestra.run.smithi038.stdout:/tmp/tmp.LJHKodP8XF 2022-02-21T17:41:55.497 DEBUG:teuthology.orchestra.run.smithi038:> sudo cp /boot/grub/grub.cfg /tmp/tmp.LJHKodP8XF 2022-02-21T17:41:55.511 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0666 /tmp/tmp.LJHKodP8XF 2022-02-21T17:41:55.555 DEBUG:teuthology.orchestra.remote:smithi038:/tmp/tmp.LJHKodP8XF is 8KB 2022-02-21T17:41:55.570 DEBUG:teuthology.orchestra.run.smithi038:> rm -fr /tmp/tmp.LJHKodP8XF 2022-02-21T17:41:55.577 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /etc/grub.d/01_ceph_kernel 2022-02-21T17:41:55.633 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:41:55.634 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/grub.d/01_ceph_kernel 2022-02-21T17:41:55.634 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 755 /etc/grub.d/01_ceph_kernel 2022-02-21T17:41:55.672 INFO:teuthology.task.kernel:Distro Kernel Version: 5.13.0-30-generic 2022-02-21T17:41:55.672 DEBUG:teuthology.orchestra.run.smithi038:> sudo update-grub 2022-02-21T17:41:56.927 INFO:teuthology.orchestra.run.smithi038.stderr:Sourcing file `/etc/default/grub' 2022-02-21T17:41:56.932 INFO:teuthology.orchestra.run.smithi038.stderr:Sourcing file `/etc/default/grub.d/init-select.cfg' 2022-02-21T17:41:56.953 INFO:teuthology.orchestra.run.smithi038.stderr:Generating grub configuration file ... 2022-02-21T17:41:57.399 INFO:teuthology.orchestra.run.smithi038.stderr:Found linux image: /boot/vmlinuz-5.13.0-30-generic 2022-02-21T17:41:57.411 INFO:teuthology.orchestra.run.smithi038.stderr:Found initrd image: /boot/initrd.img-5.13.0-30-generic 2022-02-21T17:41:57.868 INFO:teuthology.orchestra.run.smithi038.stderr:Found linux image: /boot/vmlinuz-5.4.0-97-generic 2022-02-21T17:41:57.880 INFO:teuthology.orchestra.run.smithi038.stderr:Found initrd image: /boot/initrd.img-5.4.0-97-generic 2022-02-21T17:41:59.316 INFO:teuthology.orchestra.run.smithi038.stderr:done 2022-02-21T17:41:59.318 DEBUG:teuthology.orchestra.run.smithi038:> sudo shutdown -r now 2022-02-21T17:42:29.346 INFO:teuthology.task.kernel:Checking client host.a for new kernel version... 2022-02-21T17:42:29.347 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2022-02-21T17:42:29.348 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-02-21T17:43:29.376 DEBUG:teuthology.orchestra.remote:timed out 2022-02-21T17:43:59.406 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2022-02-21T17:43:59.407 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-02-21T17:43:59.630 DEBUG:teuthology.orchestra.run.smithi038:> true 2022-02-21T17:44:00.137 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi038.front.sepia.ceph.com' 2022-02-21T17:44:00.137 INFO:teuthology.task.kernel:Checking kernel version of host.a, want "5.13.0-30-generic"... 2022-02-21T17:44:00.138 DEBUG:teuthology.orchestra.run.smithi038:> uname -r 2022-02-21T17:44:00.143 INFO:teuthology.orchestra.run.smithi038.stdout:5.13.0-30-generic 2022-02-21T17:44:00.143 DEBUG:teuthology.task.kernel:current kernel version is 5.13.0-30-generic vs 5.13.0-30-generic 2022-02-21T17:44:00.144 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2022-02-21T17:44:00.144 DEBUG:teuthology.task.kernel:Distro of this test job: ubuntu 2022-02-21T17:44:01.145 INFO:teuthology.task.kernel:Enabling kdb on host.a... 2022-02-21T17:44:01.146 DEBUG:teuthology.orchestra.run.smithi038:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2022-02-21T17:44:01.218 INFO:teuthology.orchestra.run.smithi038.stdout:ttyS1 2022-02-21T17:44:01.241 DEBUG:teuthology.parallel:result is None 2022-02-21T17:44:01.242 INFO:teuthology.run_tasks:Running task internal.base... 2022-02-21T17:44:01.254 INFO:teuthology.task.internal:Creating test directory... 2022-02-21T17:44:01.255 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2022-02-21T17:44:01.263 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2022-02-21T17:44:01.283 INFO:teuthology.run_tasks:Running task internal.archive... 2022-02-21T17:44:01.316 INFO:teuthology.task.internal:Creating archive directory... 2022-02-21T17:44:01.317 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2022-02-21T17:44:01.340 INFO:teuthology.run_tasks:Running task internal.coredump... 2022-02-21T17:44:01.362 INFO:teuthology.task.internal:Enabling coredump saving... 2022-02-21T17:44:01.362 DEBUG:teuthology.orchestra.run.smithi038:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2022-02-21T17:44:01.398 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-02-21T17:44:01.405 INFO:teuthology.orchestra.run.smithi038.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2022-02-21T17:44:01.406 INFO:teuthology.run_tasks:Running task internal.sudo... 2022-02-21T17:44:01.416 INFO:teuthology.task.internal:Configuring sudo... 2022-02-21T17:44:01.416 DEBUG:teuthology.orchestra.run.smithi038:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2022-02-21T17:44:01.433 INFO:teuthology.run_tasks:Running task internal.syslog... 2022-02-21T17:44:01.447 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2022-02-21T17:44:01.447 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2022-02-21T17:44:01.455 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2022-02-21T17:44:01.506 DEBUG:teuthology.orchestra.run.smithi038:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2022-02-21T17:44:01.513 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:44:01.513 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2022-02-21T17:44:01.535 DEBUG:teuthology.orchestra.run.smithi038:> sudo service rsyslog restart 2022-02-21T17:44:01.578 INFO:teuthology.run_tasks:Running task internal.timer... 2022-02-21T17:44:01.589 INFO:teuthology.task.internal:Starting timer... 2022-02-21T17:44:01.590 INFO:teuthology.run_tasks:Running task pcp... 2022-02-21T17:44:01.618 INFO:teuthology.run_tasks:Running task selinux... 2022-02-21T17:44:01.635 DEBUG:teuthology.task.selinux:Excluding smithi038: OS 'ubuntu' does not support SELinux 2022-02-21T17:44:01.636 DEBUG:teuthology.task.selinux:Getting current SELinux state 2022-02-21T17:44:01.636 DEBUG:teuthology.task.selinux:Existing SELinux modes: {} 2022-02-21T17:44:01.636 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2022-02-21T17:44:01.637 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2022-02-21T17:44:01.660 INFO:teuthology.repo_utils:/home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master was just updated or references a specific commit; assuming it is current 2022-02-21T17:44:01.661 INFO:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master to origin/master 2022-02-21T17:44:01.682 INFO:teuthology.task.ansible:Playbook: [{'import_playbook': 'ansible_managed.yml'}, {'import_playbook': 'teuthology.yml'}, {'hosts': 'testnodes', 'tasks': [{'set_fact': {'ran_from_cephlab_playbook': True}}]}, {'import_playbook': 'testnodes.yml'}, {'import_playbook': 'container-host.yml'}, {'import_playbook': 'cobbler.yml'}, {'import_playbook': 'paddles.yml'}, {'import_playbook': 'pulpito.yml'}, {'hosts': 'testnodes', 'become': True, 'tasks': [{'name': 'Touch /ceph-qa-ready', 'file': {'path': '/ceph-qa-ready', 'state': 'touch'}, 'when': 'ran_from_cephlab_playbook|bool'}]}] 2022-02-21T17:44:01.684 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi038.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_git_ceph-cm-ansible_master/cephlab.yml 2022-02-21T17:46:56.551 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi038.front.sepia.ceph.com')] 2022-02-21T17:46:56.553 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi038.front.sepia.ceph.com' 2022-02-21T17:46:56.555 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi038.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2022-02-21T17:46:56.608 DEBUG:teuthology.orchestra.run.smithi038:> true 2022-02-21T17:46:56.732 INFO:teuthology.run_tasks:Running task clock... 2022-02-21T17:46:56.746 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2022-02-21T17:46:56.746 INFO:teuthology.orchestra.run:Running command with timeout 360 2022-02-21T17:46:56.748 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2022-02-21T17:46:56.783 INFO:teuthology.orchestra.run.smithi038.stdout:21 Feb 17:46:56 ntpd[8849]: ntpd 4.2.8p12@1.3728-o (1): Starting 2022-02-21T17:46:56.783 INFO:teuthology.orchestra.run.smithi038.stdout:21 Feb 17:46:56 ntpd[8849]: Command line: ntpd -gq 2022-02-21T17:46:56.784 INFO:teuthology.orchestra.run.smithi038.stdout:21 Feb 17:46:56 ntpd[8849]: proto: precision = 0.103 usec (-23) 2022-02-21T17:46:56.785 INFO:teuthology.orchestra.run.smithi038.stderr:restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-02-21T17:46:56.785 INFO:teuthology.orchestra.run.smithi038.stdout:21 Feb 17:46:56 ntpd[8849]: restrict 0.0.0.0: KOD does nothing without LIMITED. 2022-02-21T17:46:56.786 INFO:teuthology.orchestra.run.smithi038.stderr:restrict ::: KOD does nothing without LIMITED. 2022-02-21T17:46:56.788 INFO:teuthology.orchestra.run.smithi038.stdout:21 Feb 17:46:56 ntpd[8849]: restrict ::: KOD does nothing without LIMITED. 2022-02-21T17:46:56.788 INFO:teuthology.orchestra.run.smithi038.stdout:21 Feb 17:46:56 ntpd[8849]: Listen and drop on 0 v6wildcard [::]:123 2022-02-21T17:46:56.788 INFO:teuthology.orchestra.run.smithi038.stdout:21 Feb 17:46:56 ntpd[8849]: Listen and drop on 1 v4wildcard 0.0.0.0:123 2022-02-21T17:46:56.788 INFO:teuthology.orchestra.run.smithi038.stdout:21 Feb 17:46:56 ntpd[8849]: Listen normally on 2 lo 127.0.0.1:123 2022-02-21T17:46:56.788 INFO:teuthology.orchestra.run.smithi038.stdout:21 Feb 17:46:56 ntpd[8849]: Listen normally on 3 ens1f0 172.21.15.38:123 2022-02-21T17:46:56.789 INFO:teuthology.orchestra.run.smithi038.stdout:21 Feb 17:46:56 ntpd[8849]: Listen normally on 4 lo [::1]:123 2022-02-21T17:46:56.789 INFO:teuthology.orchestra.run.smithi038.stdout:21 Feb 17:46:56 ntpd[8849]: Listen normally on 5 ens1f0 [fe80::ec4:7aff:febd:15fc%4]:123 2022-02-21T17:46:56.789 INFO:teuthology.orchestra.run.smithi038.stdout:21 Feb 17:46:56 ntpd[8849]: Listening on routing socket on fd #22 for interface updates 2022-02-21T17:46:57.784 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:57 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:46:57.785 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:57 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:46:57.785 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:57 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:46:57.785 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:57 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:46:57.785 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:57 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:46:57.786 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:57 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:46:57.786 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:57 ntpd[8849]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T17:46:57.786 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:57 ntpd[8849]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T17:46:57.786 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:57 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:46:57.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:57 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:46:57.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:57 ntpd[8849]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T17:46:57.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:57 ntpd[8849]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T17:46:59.786 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:46:59.786 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:46:59.786 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:46:59.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:46:59.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:46:59.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:46:59.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:46:59.788 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:46:59.788 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:46:59.788 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:46:59.788 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T17:46:59.788 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T17:46:59.789 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:46:59.789 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:46:59.789 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T17:46:59.789 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T17:46:59.790 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:46:59.790 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:46:59.790 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T17:46:59.790 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T17:46:59.791 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:46:59.791 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:46:59.791 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T17:46:59.791 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:46:59 ntpd[8849]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T17:47:01.786 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:47:01.786 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:47:01.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:47:01.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:47:01.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:47:01.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:47:01.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:47:01.788 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:47:01.788 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:47:01.788 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:47:01.788 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T17:47:01.789 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T17:47:01.789 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:47:01.789 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:47:01.789 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T17:47:01.790 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T17:47:01.790 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:47:01.790 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:47:01.790 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T17:47:01.790 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T17:47:01.791 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:47:01.791 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:47:01.791 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T17:47:01.791 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:01 ntpd[8849]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T17:47:03.784 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:03 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:47:03.785 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:03 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:47:03.785 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:03 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:47:03.785 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:03 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:47:03.786 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:03 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:47:03.786 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:03 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:47:03.786 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:03 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:47:03.786 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:03 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:47:03.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:03 ntpd[8849]: couldn't unlink /var/log/ntpstats/rawstats: Permission denied 2022-02-21T17:47:03.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:03 ntpd[8849]: can't open /var/log/ntpstats/rawstats.20220221: Permission denied 2022-02-21T17:47:03.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:03 ntpd[8849]: couldn't unlink /var/log/ntpstats/peerstats: Permission denied 2022-02-21T17:47:03.787 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:03 ntpd[8849]: can't open /var/log/ntpstats/peerstats.20220221: Permission denied 2022-02-21T17:47:03.788 INFO:teuthology.orchestra.run.smithi038.stdout:21 Feb 17:47:03 ntpd[8849]: ntpd: time slew -0.010111 s 2022-02-21T17:47:03.788 INFO:teuthology.orchestra.run.smithi038.stdout:ntpd: time slew -0.010111s 2022-02-21T17:47:03.788 INFO:teuthology.orchestra.run.smithi038.stderr:21 Feb 17:47:03 ntpd[8849]: can't open /var/log/ntpstats/loopstats.20220221: Permission denied 2022-02-21T17:47:03.852 INFO:teuthology.orchestra.run.smithi038.stdout: remote refid st t when poll reach delay offset jitter 2022-02-21T17:47:03.852 INFO:teuthology.orchestra.run.smithi038.stdout:============================================================================== 2022-02-21T17:47:03.852 INFO:teuthology.orchestra.run.smithi038.stdout: hv01.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-02-21T17:47:03.852 INFO:teuthology.orchestra.run.smithi038.stdout: hv02.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-02-21T17:47:03.853 INFO:teuthology.orchestra.run.smithi038.stdout: hv03.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-02-21T17:47:03.853 INFO:teuthology.orchestra.run.smithi038.stdout: hv04.front.sepi .INIT. 16 u - 64 0 0.000 0.000 0.000 2022-02-21T17:47:03.854 INFO:teuthology.run_tasks:Running task kubeadm... 2022-02-21T17:47:03.880 INFO:tasks.kubeadm:Kubeadm start 2022-02-21T17:47:03.881 INFO:tasks.kubeadm:Config: {'version': '1.21'} 2022-02-21T17:47:03.881 DEBUG:teuthology.orchestra.run.smithi038:> sudo modprobe br_netfilter && sudo sysctl net.bridge.bridge-nf-call-ip6tables=1 && sudo sysctl net.bridge.bridge-nf-call-iptables=1 && sudo sysctl net.ipv4.ip_forward=1 && sudo swapoff -a 2022-02-21T17:47:03.908 INFO:teuthology.orchestra.run.smithi038.stdout:net.bridge.bridge-nf-call-ip6tables = 1 2022-02-21T17:47:03.917 INFO:teuthology.orchestra.run.smithi038.stdout:net.bridge.bridge-nf-call-iptables = 1 2022-02-21T17:47:03.926 INFO:teuthology.orchestra.run.smithi038.stdout:net.ipv4.ip_forward = 1 2022-02-21T17:47:03.977 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:47:03.977 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/etc/docker/daemon.json of=/dev/stdout 2022-02-21T17:47:04.032 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:47:04.032 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/docker/daemon.json 2022-02-21T17:47:04.049 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl restart docker || true 2022-02-21T17:47:04.919 INFO:tasks.kubeadm:Identifying pod subnet 2022-02-21T17:47:04.926 INFO:tasks.kubeadm:172.21.15.38 is in 172.21.0.0/20 at pos 3877 2022-02-21T17:47:04.939 INFO:tasks.kubeadm:Pod subnet: 10.249.40.0/21 2022-02-21T17:47:04.939 INFO:tasks.kubeadm:Installing kube{adm,ctl,let} 2022-02-21T17:47:04.940 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt update && sudo apt install -y apt-transport-https ca-certificates curl && sudo curl -fsSLo /usr/share/keyrings/kubernetes-archive-keyring.gpg https://packages.cloud.google.com/apt/doc/apt-key.gpg && echo 'deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main' | sudo tee /etc/apt/sources.list.d/kubernetes.list && sudo apt update && sudo apt install -y kubelet kubeadm kubectl bridge-utils 2022-02-21T17:47:04.969 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:47:04.970 INFO:teuthology.orchestra.run.smithi038.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-02-21T17:47:04.970 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:47:05.086 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-02-21T17:47:05.197 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:2 http://archive.ubuntu.com/ubuntu focal InRelease 2022-02-21T17:47:05.279 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-02-21T17:47:05.361 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-02-21T17:47:06.611 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2022-02-21T17:47:06.789 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2022-02-21T17:47:06.790 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2022-02-21T17:47:06.882 INFO:teuthology.orchestra.run.smithi038.stdout:48 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-02-21T17:47:06.897 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:47:06.897 INFO:teuthology.orchestra.run.smithi038.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-02-21T17:47:06.897 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:47:06.950 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2022-02-21T17:47:07.129 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2022-02-21T17:47:07.130 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2022-02-21T17:47:07.314 INFO:teuthology.orchestra.run.smithi038.stdout:ca-certificates is already the newest version (20210119~20.04.2). 2022-02-21T17:47:07.314 INFO:teuthology.orchestra.run.smithi038.stdout:curl is already the newest version (7.68.0-1ubuntu2.7). 2022-02-21T17:47:07.315 INFO:teuthology.orchestra.run.smithi038.stdout:The following NEW packages will be installed: 2022-02-21T17:47:07.315 INFO:teuthology.orchestra.run.smithi038.stdout: apt-transport-https 2022-02-21T17:47:07.499 INFO:teuthology.orchestra.run.smithi038.stdout:0 upgraded, 1 newly installed, 0 to remove and 48 not upgraded. 2022-02-21T17:47:07.500 INFO:teuthology.orchestra.run.smithi038.stdout:Need to get 4,680 B of archives. 2022-02-21T17:47:07.500 INFO:teuthology.orchestra.run.smithi038.stdout:After this operation, 162 kB of additional disk space will be used. 2022-02-21T17:47:07.500 INFO:teuthology.orchestra.run.smithi038.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 apt-transport-https all 2.0.6 [4,680 B] 2022-02-21T17:47:07.732 INFO:teuthology.orchestra.run.smithi038.stderr:debconf: unable to initialize frontend: Dialog 2022-02-21T17:47:07.732 INFO:teuthology.orchestra.run.smithi038.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-02-21T17:47:07.733 INFO:teuthology.orchestra.run.smithi038.stderr:debconf: falling back to frontend: Readline 2022-02-21T17:47:07.757 INFO:teuthology.orchestra.run.smithi038.stderr:debconf: unable to initialize frontend: Readline 2022-02-21T17:47:07.758 INFO:teuthology.orchestra.run.smithi038.stderr:debconf: (This frontend requires a controlling tty.) 2022-02-21T17:47:07.758 INFO:teuthology.orchestra.run.smithi038.stderr:debconf: falling back to frontend: Teletype 2022-02-21T17:47:07.763 INFO:teuthology.orchestra.run.smithi038.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-02-21T17:47:07.814 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 4,680 B in 0s (26.5 kB/s) 2022-02-21T17:47:07.882 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package apt-transport-https. 2022-02-21T17:47:07.922 INFO:teuthology.orchestra.run.smithi038.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 109240 files and directories currently installed.) 2022-02-21T17:47:07.925 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../apt-transport-https_2.0.6_all.deb ... 2022-02-21T17:47:07.963 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking apt-transport-https (2.0.6) ... 2022-02-21T17:47:08.235 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up apt-transport-https (2.0.6) ... 2022-02-21T17:47:08.745 INFO:teuthology.orchestra.run.smithi038.stdout:deb [signed-by=/usr/share/keyrings/kubernetes-archive-keyring.gpg] https://apt.kubernetes.io/ kubernetes-xenial main 2022-02-21T17:47:08.757 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:47:08.758 INFO:teuthology.orchestra.run.smithi038.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-02-21T17:47:08.758 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:47:09.019 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:1 http://archive.ubuntu.com/ubuntu focal InRelease 2022-02-21T17:47:09.019 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:2 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-02-21T17:47:09.089 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:3 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-02-21T17:47:09.172 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-02-21T17:47:09.995 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2022-02-21T17:47:10.124 INFO:teuthology.orchestra.run.smithi038.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 Packages [53.9 kB] 2022-02-21T17:47:10.254 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 63.3 kB in 1s (47.0 kB/s) 2022-02-21T17:47:11.125 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2022-02-21T17:47:11.306 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2022-02-21T17:47:11.307 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2022-02-21T17:47:11.402 INFO:teuthology.orchestra.run.smithi038.stdout:48 packages can be upgraded. Run 'apt list --upgradable' to see them. 2022-02-21T17:47:11.419 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:47:11.419 INFO:teuthology.orchestra.run.smithi038.stderr:WARNING: apt does not have a stable CLI interface. Use with caution in scripts. 2022-02-21T17:47:11.419 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:47:11.474 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2022-02-21T17:47:11.640 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2022-02-21T17:47:11.641 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2022-02-21T17:47:11.779 INFO:teuthology.orchestra.run.smithi038.stdout:bridge-utils is already the newest version (1.6-2ubuntu1). 2022-02-21T17:47:11.779 INFO:teuthology.orchestra.run.smithi038.stdout:bridge-utils set to manually installed. 2022-02-21T17:47:11.779 INFO:teuthology.orchestra.run.smithi038.stdout:The following additional packages will be installed: 2022-02-21T17:47:11.780 INFO:teuthology.orchestra.run.smithi038.stdout: conntrack cri-tools ebtables kubernetes-cni socat 2022-02-21T17:47:11.780 INFO:teuthology.orchestra.run.smithi038.stdout:Suggested packages: 2022-02-21T17:47:11.781 INFO:teuthology.orchestra.run.smithi038.stdout: nftables 2022-02-21T17:47:11.828 INFO:teuthology.orchestra.run.smithi038.stdout:The following NEW packages will be installed: 2022-02-21T17:47:11.829 INFO:teuthology.orchestra.run.smithi038.stdout: conntrack cri-tools ebtables kubeadm kubectl kubelet kubernetes-cni socat 2022-02-21T17:47:12.023 INFO:teuthology.orchestra.run.smithi038.stdout:0 upgraded, 8 newly installed, 0 to remove and 48 not upgraded. 2022-02-21T17:47:12.023 INFO:teuthology.orchestra.run.smithi038.stdout:Need to get 73.6 MB of archives. 2022-02-21T17:47:12.023 INFO:teuthology.orchestra.run.smithi038.stdout:After this operation, 321 MB of additional disk space will be used. 2022-02-21T17:47:12.024 INFO:teuthology.orchestra.run.smithi038.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 conntrack amd64 1:1.4.5-2 [30.3 kB] 2022-02-21T17:47:12.063 INFO:teuthology.orchestra.run.smithi038.stdout:Get:1 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 cri-tools amd64 1.19.0-00 [11.2 MB] 2022-02-21T17:47:12.192 INFO:teuthology.orchestra.run.smithi038.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/main amd64 ebtables amd64 2.0.11-3build1 [80.3 kB] 2022-02-21T17:47:12.303 INFO:teuthology.orchestra.run.smithi038.stdout:Get:8 http://archive.ubuntu.com/ubuntu focal/main amd64 socat amd64 1.7.3.3-2 [323 kB] 2022-02-21T17:47:12.394 INFO:teuthology.orchestra.run.smithi038.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubernetes-cni amd64 0.8.7-00 [25.0 MB] 2022-02-21T17:47:12.986 INFO:teuthology.orchestra.run.smithi038.stdout:Get:3 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubelet amd64 1.23.4-00 [19.5 MB] 2022-02-21T17:47:13.501 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubectl amd64 1.23.4-00 [8,927 kB] 2022-02-21T17:47:13.662 INFO:teuthology.orchestra.run.smithi038.stdout:Get:6 https://packages.cloud.google.com/apt kubernetes-xenial/main amd64 kubeadm amd64 1.23.4-00 [8,583 kB] 2022-02-21T17:47:14.062 INFO:teuthology.orchestra.run.smithi038.stderr:debconf: unable to initialize frontend: Dialog 2022-02-21T17:47:14.063 INFO:teuthology.orchestra.run.smithi038.stderr:debconf: (Dialog frontend will not work on a dumb terminal, an emacs shell buffer, or without a controlling terminal.) 2022-02-21T17:47:14.063 INFO:teuthology.orchestra.run.smithi038.stderr:debconf: falling back to frontend: Readline 2022-02-21T17:47:14.071 INFO:teuthology.orchestra.run.smithi038.stderr:debconf: unable to initialize frontend: Readline 2022-02-21T17:47:14.072 INFO:teuthology.orchestra.run.smithi038.stderr:debconf: (This frontend requires a controlling tty.) 2022-02-21T17:47:14.072 INFO:teuthology.orchestra.run.smithi038.stderr:debconf: falling back to frontend: Teletype 2022-02-21T17:47:14.077 INFO:teuthology.orchestra.run.smithi038.stderr:dpkg-preconfigure: unable to re-open stdin: 2022-02-21T17:47:14.129 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 73.6 MB in 2s (36.9 MB/s) 2022-02-21T17:47:14.196 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package conntrack. 2022-02-21T17:47:14.238 INFO:teuthology.orchestra.run.smithi038.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 109244 files and directories currently installed.) 2022-02-21T17:47:14.242 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../0-conntrack_1%3a1.4.5-2_amd64.deb ... 2022-02-21T17:47:14.286 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking conntrack (1:1.4.5-2) ... 2022-02-21T17:47:14.589 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package cri-tools. 2022-02-21T17:47:14.602 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../1-cri-tools_1.19.0-00_amd64.deb ... 2022-02-21T17:47:14.638 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking cri-tools (1.19.0-00) ... 2022-02-21T17:47:15.700 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ebtables. 2022-02-21T17:47:15.713 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../2-ebtables_2.0.11-3build1_amd64.deb ... 2022-02-21T17:47:15.775 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ebtables (2.0.11-3build1) ... 2022-02-21T17:47:16.028 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package kubernetes-cni. 2022-02-21T17:47:16.040 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../3-kubernetes-cni_0.8.7-00_amd64.deb ... 2022-02-21T17:47:16.078 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking kubernetes-cni (0.8.7-00) ... 2022-02-21T17:47:17.530 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package socat. 2022-02-21T17:47:17.543 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../4-socat_1.7.3.3-2_amd64.deb ... 2022-02-21T17:47:17.580 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking socat (1.7.3.3-2) ... 2022-02-21T17:47:17.958 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package kubelet. 2022-02-21T17:47:17.971 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../5-kubelet_1.23.4-00_amd64.deb ... 2022-02-21T17:47:18.008 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking kubelet (1.23.4-00) ... 2022-02-21T17:47:20.410 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package kubectl. 2022-02-21T17:47:20.424 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../6-kubectl_1.23.4-00_amd64.deb ... 2022-02-21T17:47:20.452 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking kubectl (1.23.4-00) ... 2022-02-21T17:47:21.613 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package kubeadm. 2022-02-21T17:47:21.626 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../7-kubeadm_1.23.4-00_amd64.deb ... 2022-02-21T17:47:21.662 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking kubeadm (1.23.4-00) ... 2022-02-21T17:47:22.808 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up conntrack (1:1.4.5-2) ... 2022-02-21T17:47:22.941 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up kubectl (1.23.4-00) ... 2022-02-21T17:47:23.067 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ebtables (2.0.11-3build1) ... 2022-02-21T17:47:23.903 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up socat (1.7.3.3-2) ... 2022-02-21T17:47:24.029 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up cri-tools (1.19.0-00) ... 2022-02-21T17:47:24.155 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up kubernetes-cni (0.8.7-00) ... 2022-02-21T17:47:24.264 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up kubelet (1.23.4-00) ... 2022-02-21T17:47:24.475 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/kubelet.service -> /lib/systemd/system/kubelet.service. 2022-02-21T17:47:24.990 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up kubeadm (1.23.4-00) ... 2022-02-21T17:47:25.400 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-02-21T17:47:26.251 DEBUG:teuthology.orchestra.run.smithi038:> sudo systemctl enable --now kubelet && sudo kubeadm config images pull 2022-02-21T17:47:40.086 INFO:teuthology.orchestra.run.smithi038.stdout:[config/images] Pulled k8s.gcr.io/kube-apiserver:v1.23.4 2022-02-21T17:47:43.112 INFO:teuthology.orchestra.run.smithi038.stdout:[config/images] Pulled k8s.gcr.io/kube-controller-manager:v1.23.4 2022-02-21T17:47:45.318 INFO:teuthology.orchestra.run.smithi038.stdout:[config/images] Pulled k8s.gcr.io/kube-scheduler:v1.23.4 2022-02-21T17:47:49.017 INFO:teuthology.orchestra.run.smithi038.stdout:[config/images] Pulled k8s.gcr.io/kube-proxy:v1.23.4 2022-02-21T17:47:50.400 INFO:teuthology.orchestra.run.smithi038.stdout:[config/images] Pulled k8s.gcr.io/pause:3.6 2022-02-21T17:47:57.474 INFO:teuthology.orchestra.run.smithi038.stdout:[config/images] Pulled k8s.gcr.io/etcd:3.5.1-0 2022-02-21T17:47:59.440 INFO:teuthology.orchestra.run.smithi038.stdout:[config/images] Pulled k8s.gcr.io/coredns/coredns:v1.8.6 2022-02-21T17:47:59.444 INFO:tasks.kubeadm:Token: abcdef.66axbjaa75omfknu 2022-02-21T17:47:59.444 INFO:tasks.kubeadm:Remotes: {Remote(name='ubuntu@smithi038.front.sepia.ceph.com'): '172.21.15.38'} 2022-02-21T17:47:59.445 DEBUG:teuthology.orchestra.run.smithi038:> sudo kubeadm init --node-name smithi038 --token abcdef.66axbjaa75omfknu --pod-network-cidr 10.249.40.0/21 2022-02-21T17:47:59.675 INFO:teuthology.orchestra.run.smithi038.stdout:[init] Using Kubernetes version: v1.23.4 2022-02-21T17:47:59.675 INFO:teuthology.orchestra.run.smithi038.stdout:[preflight] Running pre-flight checks 2022-02-21T17:47:59.945 INFO:teuthology.orchestra.run.smithi038.stdout:[preflight] Pulling images required for setting up a Kubernetes cluster 2022-02-21T17:47:59.946 INFO:teuthology.orchestra.run.smithi038.stdout:[preflight] This might take a minute or two, depending on the speed of your internet connection 2022-02-21T17:47:59.946 INFO:teuthology.orchestra.run.smithi038.stdout:[preflight] You can also perform this action in beforehand using 'kubeadm config images pull' 2022-02-21T17:48:00.259 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] Using certificateDir folder "/etc/kubernetes/pki" 2022-02-21T17:48:00.458 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] Generating "ca" certificate and key 2022-02-21T17:48:00.514 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] Generating "apiserver" certificate and key 2022-02-21T17:48:00.514 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] apiserver serving cert is signed for DNS names [kubernetes kubernetes.default kubernetes.default.svc kubernetes.default.svc.cluster.local smithi038] and IPs [10.96.0.1 172.21.15.38] 2022-02-21T17:48:00.818 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] Generating "apiserver-kubelet-client" certificate and key 2022-02-21T17:48:00.995 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] Generating "front-proxy-ca" certificate and key 2022-02-21T17:48:01.317 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] Generating "front-proxy-client" certificate and key 2022-02-21T17:48:01.448 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] Generating "etcd/ca" certificate and key 2022-02-21T17:48:01.530 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] Generating "etcd/server" certificate and key 2022-02-21T17:48:01.530 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] etcd/server serving cert is signed for DNS names [localhost smithi038] and IPs [172.21.15.38 127.0.0.1 ::1] 2022-02-21T17:48:01.611 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] Generating "etcd/peer" certificate and key 2022-02-21T17:48:01.611 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] etcd/peer serving cert is signed for DNS names [localhost smithi038] and IPs [172.21.15.38 127.0.0.1 ::1] 2022-02-21T17:48:01.876 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] Generating "etcd/healthcheck-client" certificate and key 2022-02-21T17:48:02.000 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] Generating "apiserver-etcd-client" certificate and key 2022-02-21T17:48:02.165 INFO:teuthology.orchestra.run.smithi038.stdout:[certs] Generating "sa" key and public key 2022-02-21T17:48:02.165 INFO:teuthology.orchestra.run.smithi038.stdout:[kubeconfig] Using kubeconfig folder "/etc/kubernetes" 2022-02-21T17:48:02.260 INFO:teuthology.orchestra.run.smithi038.stdout:[kubeconfig] Writing "admin.conf" kubeconfig file 2022-02-21T17:48:02.563 INFO:teuthology.orchestra.run.smithi038.stdout:[kubeconfig] Writing "kubelet.conf" kubeconfig file 2022-02-21T17:48:02.698 INFO:teuthology.orchestra.run.smithi038.stdout:[kubeconfig] Writing "controller-manager.conf" kubeconfig file 2022-02-21T17:48:02.825 INFO:teuthology.orchestra.run.smithi038.stdout:[kubeconfig] Writing "scheduler.conf" kubeconfig file 2022-02-21T17:48:02.839 INFO:teuthology.orchestra.run.smithi038.stdout:[kubelet-start] Writing kubelet environment file with flags to file "/var/lib/kubelet/kubeadm-flags.env" 2022-02-21T17:48:02.840 INFO:teuthology.orchestra.run.smithi038.stdout:[kubelet-start] Writing kubelet configuration to file "/var/lib/kubelet/config.yaml" 2022-02-21T17:48:02.841 INFO:teuthology.orchestra.run.smithi038.stdout:[kubelet-start] Starting the kubelet 2022-02-21T17:48:03.077 INFO:teuthology.orchestra.run.smithi038.stdout:[control-plane] Using manifest folder "/etc/kubernetes/manifests" 2022-02-21T17:48:03.077 INFO:teuthology.orchestra.run.smithi038.stdout:[control-plane] Creating static Pod manifest for "kube-apiserver" 2022-02-21T17:48:03.080 INFO:teuthology.orchestra.run.smithi038.stdout:[control-plane] Creating static Pod manifest for "kube-controller-manager" 2022-02-21T17:48:03.082 INFO:teuthology.orchestra.run.smithi038.stdout:[control-plane] Creating static Pod manifest for "kube-scheduler" 2022-02-21T17:48:03.082 INFO:teuthology.orchestra.run.smithi038.stdout:[etcd] Creating static Pod manifest for local etcd in "/etc/kubernetes/manifests" 2022-02-21T17:48:03.085 INFO:teuthology.orchestra.run.smithi038.stdout:[wait-control-plane] Waiting for the kubelet to boot up the control plane as static Pods from directory "/etc/kubernetes/manifests". This can take up to 4m0s 2022-02-21T17:48:19.589 INFO:teuthology.orchestra.run.smithi038.stdout:[apiclient] All control plane components are healthy after 16.503782 seconds 2022-02-21T17:48:19.589 INFO:teuthology.orchestra.run.smithi038.stdout:[upload-config] Storing the configuration used in ConfigMap "kubeadm-config" in the "kube-system" Namespace 2022-02-21T17:48:19.611 INFO:teuthology.orchestra.run.smithi038.stdout:[kubelet] Creating a ConfigMap "kubelet-config-1.23" in namespace kube-system with the configuration for the kubelets in the cluster 2022-02-21T17:48:19.611 INFO:teuthology.orchestra.run.smithi038.stdout:NOTE: The "kubelet-config-1.23" naming of the kubelet ConfigMap is deprecated. Once the UnversionedKubeletConfigMap feature gate graduates to Beta the default name will become just "kubelet-config". Kubeadm upgrade will handle this transition transparently. 2022-02-21T17:48:20.199 INFO:teuthology.orchestra.run.smithi038.stdout:[upload-certs] Skipping phase. Please see --upload-certs 2022-02-21T17:48:20.199 INFO:teuthology.orchestra.run.smithi038.stdout:[mark-control-plane] Marking the node smithi038 as control-plane by adding the labels: [node-role.kubernetes.io/master(deprecated) node-role.kubernetes.io/control-plane node.kubernetes.io/exclude-from-external-load-balancers] 2022-02-21T17:48:20.200 INFO:teuthology.orchestra.run.smithi038.stdout:[mark-control-plane] Marking the node smithi038 as control-plane by adding the taints [node-role.kubernetes.io/master:NoSchedule] 2022-02-21T17:48:20.707 INFO:teuthology.orchestra.run.smithi038.stdout:[bootstrap-token] Using token: abcdef.66axbjaa75omfknu 2022-02-21T17:48:20.707 INFO:teuthology.orchestra.run.smithi038.stdout:[bootstrap-token] Configuring bootstrap tokens, cluster-info ConfigMap, RBAC Roles 2022-02-21T17:48:20.714 INFO:teuthology.orchestra.run.smithi038.stdout:[bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to get nodes 2022-02-21T17:48:20.745 INFO:teuthology.orchestra.run.smithi038.stdout:[bootstrap-token] configured RBAC rules to allow Node Bootstrap tokens to post CSRs in order for nodes to get long term certificate credentials 2022-02-21T17:48:20.753 INFO:teuthology.orchestra.run.smithi038.stdout:[bootstrap-token] configured RBAC rules to allow the csrapprover controller automatically approve CSRs from a Node Bootstrap Token 2022-02-21T17:48:20.761 INFO:teuthology.orchestra.run.smithi038.stdout:[bootstrap-token] configured RBAC rules to allow certificate rotation for all node client certificates in the cluster 2022-02-21T17:48:20.769 INFO:teuthology.orchestra.run.smithi038.stdout:[bootstrap-token] Creating the "cluster-info" ConfigMap in the "kube-public" namespace 2022-02-21T17:48:20.861 INFO:teuthology.orchestra.run.smithi038.stdout:[kubelet-finalize] Updating "/etc/kubernetes/kubelet.conf" to point to a rotatable kubelet client certificate and key 2022-02-21T17:48:21.354 INFO:teuthology.orchestra.run.smithi038.stdout:[addons] Applied essential addon: CoreDNS 2022-02-21T17:48:21.428 INFO:teuthology.orchestra.run.smithi038.stdout:[addons] Applied essential addon: kube-proxy 2022-02-21T17:48:21.429 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:48:21.429 INFO:teuthology.orchestra.run.smithi038.stdout:Your Kubernetes control-plane has initialized successfully! 2022-02-21T17:48:21.430 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:48:21.430 INFO:teuthology.orchestra.run.smithi038.stdout:To start using your cluster, you need to run the following as a regular user: 2022-02-21T17:48:21.430 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:48:21.430 INFO:teuthology.orchestra.run.smithi038.stdout: mkdir -p $HOME/.kube 2022-02-21T17:48:21.431 INFO:teuthology.orchestra.run.smithi038.stdout: sudo cp -i /etc/kubernetes/admin.conf $HOME/.kube/config 2022-02-21T17:48:21.431 INFO:teuthology.orchestra.run.smithi038.stdout: sudo chown $(id -u):$(id -g) $HOME/.kube/config 2022-02-21T17:48:21.431 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:48:21.432 INFO:teuthology.orchestra.run.smithi038.stdout:Alternatively, if you are the root user, you can run: 2022-02-21T17:48:21.432 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:48:21.432 INFO:teuthology.orchestra.run.smithi038.stdout: export KUBECONFIG=/etc/kubernetes/admin.conf 2022-02-21T17:48:21.432 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:48:21.433 INFO:teuthology.orchestra.run.smithi038.stdout:You should now deploy a pod network to the cluster. 2022-02-21T17:48:21.433 INFO:teuthology.orchestra.run.smithi038.stdout:Run "kubectl apply -f [podnetwork].yaml" with one of the options listed at: 2022-02-21T17:48:21.433 INFO:teuthology.orchestra.run.smithi038.stdout: https://kubernetes.io/docs/concepts/cluster-administration/addons/ 2022-02-21T17:48:21.433 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:48:21.434 INFO:teuthology.orchestra.run.smithi038.stdout:Then you can join any number of worker nodes by running the following on each as root: 2022-02-21T17:48:21.434 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:48:21.434 INFO:teuthology.orchestra.run.smithi038.stdout:kubeadm join 172.21.15.38:6443 --token abcdef.66axbjaa75omfknu \ 2022-02-21T17:48:21.434 INFO:teuthology.orchestra.run.smithi038.stdout: --discovery-token-ca-cert-hash sha256:121823ba65660734c23f21a6102cdb86745a0a0bbcc21ffea6999f45417fce95 2022-02-21T17:48:21.436 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:48:21.436 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/etc/kubernetes/admin.conf of=/dev/stdout 2022-02-21T17:48:21.449 INFO:tasks.kubeadm:Setting up kubectl 2022-02-21T17:48:21.450 DEBUG:teuthology.orchestra.run.smithi038:> mkdir -p .kube && sudo mkdir -p /root/.kube 2022-02-21T17:48:21.462 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:48:21.462 DEBUG:teuthology.orchestra.run.smithi038:> dd of=.kube/config 2022-02-21T17:48:21.467 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:48:21.467 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/root/.kube/config 2022-02-21T17:48:21.477 DEBUG:teuthology.orchestra.run.smithi038:> kubectl apply -f https://docs.projectcalico.org/manifests/tigera-operator.yaml 2022-02-21T17:48:25.089 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/bgpconfigurations.crd.projectcalico.org created 2022-02-21T17:48:25.137 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/bgppeers.crd.projectcalico.org created 2022-02-21T17:48:25.254 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/blockaffinities.crd.projectcalico.org created 2022-02-21T17:48:25.289 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/caliconodestatuses.crd.projectcalico.org created 2022-02-21T17:48:25.338 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/clusterinformations.crd.projectcalico.org created 2022-02-21T17:48:25.467 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/felixconfigurations.crd.projectcalico.org created 2022-02-21T17:48:25.522 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/globalnetworkpolicies.crd.projectcalico.org created 2022-02-21T17:48:25.612 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/globalnetworksets.crd.projectcalico.org created 2022-02-21T17:48:25.666 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/hostendpoints.crd.projectcalico.org created 2022-02-21T17:48:25.792 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/ipamblocks.crd.projectcalico.org created 2022-02-21T17:48:25.825 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/ipamconfigs.crd.projectcalico.org created 2022-02-21T17:48:25.875 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/ipamhandles.crd.projectcalico.org created 2022-02-21T17:48:25.966 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/ippools.crd.projectcalico.org created 2022-02-21T17:48:26.018 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/ipreservations.crd.projectcalico.org created 2022-02-21T17:48:26.103 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/kubecontrollersconfigurations.crd.projectcalico.org created 2022-02-21T17:48:26.145 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/networkpolicies.crd.projectcalico.org created 2022-02-21T17:48:26.186 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/networksets.crd.projectcalico.org created 2022-02-21T17:48:26.277 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/apiservers.operator.tigera.io created 2022-02-21T17:48:26.322 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/imagesets.operator.tigera.io created 2022-02-21T17:48:26.465 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/installations.operator.tigera.io created 2022-02-21T17:48:26.473 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/tigerastatuses.operator.tigera.io created 2022-02-21T17:48:26.626 INFO:teuthology.orchestra.run.smithi038.stdout:namespace/tigera-operator created 2022-02-21T17:48:26.649 INFO:teuthology.orchestra.run.smithi038.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-02-21T17:48:26.674 INFO:teuthology.orchestra.run.smithi038.stdout:podsecuritypolicy.policy/tigera-operator created 2022-02-21T17:48:26.704 INFO:teuthology.orchestra.run.smithi038.stdout:serviceaccount/tigera-operator created 2022-02-21T17:48:26.713 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/tigera-operator created 2022-02-21T17:48:26.801 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/tigera-operator created 2022-02-21T17:48:26.816 INFO:teuthology.orchestra.run.smithi038.stdout:deployment.apps/tigera-operator created 2022-02-21T17:48:26.823 DEBUG:teuthology.orchestra.run.smithi038:> kubectl create -f - 2022-02-21T17:48:29.685 INFO:teuthology.orchestra.run.smithi038.stdout:installation.operator.tigera.io/default created 2022-02-21T17:48:29.689 INFO:tasks.kubeadm:Scanning for scratch devices 2022-02-21T17:48:29.689 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:48:29.690 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2022-02-21T17:48:29.695 INFO:tasks.kubeadm:Scratch devices on smithi038: ['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2022-02-21T17:48:29.696 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 2022-02-21T17:48:29.764 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records in 2022-02-21T17:48:29.765 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2022-02-21T17:48:29.765 INFO:teuthology.orchestra.run.smithi038.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0141991 s, 738 MB/s 2022-02-21T17:48:29.766 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 2022-02-21T17:48:29.788 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records in 2022-02-21T17:48:29.788 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2022-02-21T17:48:29.788 INFO:teuthology.orchestra.run.smithi038.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0116346 s, 901 MB/s 2022-02-21T17:48:29.789 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 2022-02-21T17:48:29.810 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records in 2022-02-21T17:48:29.811 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2022-02-21T17:48:29.811 INFO:teuthology.orchestra.run.smithi038.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0119308 s, 879 MB/s 2022-02-21T17:48:29.812 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 2022-02-21T17:48:29.841 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records in 2022-02-21T17:48:29.842 INFO:teuthology.orchestra.run.smithi038.stderr:10+0 records out 2022-02-21T17:48:29.842 INFO:teuthology.orchestra.run.smithi038.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0125323 s, 837 MB/s 2022-02-21T17:48:29.849 INFO:tasks.kubeadm:Creating PVs + StorageClass 2022-02-21T17:48:29.849 DEBUG:tasks.kubeadm:apiVersion: v1 kind: PersistentVolume metadata: name: smithi038-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: - smithi038 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi038-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: - smithi038 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi038-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: - smithi038 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: v1 kind: PersistentVolume metadata: name: smithi038-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: - smithi038 persistentVolumeReclaimPolicy: Retain storageClassName: scratch volumeMode: Block --- apiVersion: storage.k8s.io/v1 kind: StorageClass metadata: name: scratch provisioner: kubernetes.io/no-provisioner volumeBindingMode: WaitForFirstConsumer 2022-02-21T17:48:29.849 DEBUG:teuthology.orchestra.run.smithi038:> kubectl create -f - 2022-02-21T17:48:30.763 INFO:teuthology.orchestra.run.smithi038.stdout:persistentvolume/smithi038-lv-1 created 2022-02-21T17:48:30.768 INFO:teuthology.orchestra.run.smithi038.stdout:persistentvolume/smithi038-lv-2 created 2022-02-21T17:48:30.811 INFO:teuthology.orchestra.run.smithi038.stdout:persistentvolume/smithi038-lv-3 created 2022-02-21T17:48:30.815 INFO:teuthology.orchestra.run.smithi038.stdout:persistentvolume/smithi038-lv-4 created 2022-02-21T17:48:30.826 INFO:teuthology.orchestra.run.smithi038.stdout:storageclass.storage.k8s.io/scratch created 2022-02-21T17:48:30.831 DEBUG:teuthology.orchestra.run.smithi038:> kubectl taint node smithi038 node-role.kubernetes.io/master- || true 2022-02-21T17:48:30.904 INFO:teuthology.orchestra.run.smithi038.stdout:node/smithi038 untainted 2022-02-21T17:48:30.906 INFO:tasks.kubeadm:Kubeadm complete, yielding 2022-02-21T17:48:30.907 INFO:teuthology.run_tasks:Running task nvme_loop... 2022-02-21T17:48:30.918 INFO:tasks.nvme_loop:Setting up nvme_loop on scratch devices... 2022-02-21T17:48:30.918 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:48:30.919 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2022-02-21T17:48:30.925 DEBUG:teuthology.misc:devs=['/dev/vg_nvme/lv_1', '/dev/vg_nvme/lv_2', '/dev/vg_nvme/lv_3', '/dev/vg_nvme/lv_4'] 2022-02-21T17:48:30.925 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_1 && sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_1 2022-02-21T17:48:30.975 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2022-02-21T17:48:30.975 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-02-21T17:48:30.975 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 5h/5d Inode: 500 Links: 1 2022-02-21T17:48:30.975 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-02-21T17:48:30.976 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2022-02-21 17:48:29.765790867 +0000 2022-02-21T17:48:30.976 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2022-02-21 17:48:29.765790867 +0000 2022-02-21T17:48:30.976 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2022-02-21 17:48:29.765790867 +0000 2022-02-21T17:48:30.976 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2022-02-21T17:48:30.986 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2022-02-21T17:48:30.987 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2022-02-21T17:48:30.987 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000456209 s, 1.1 MB/s 2022-02-21T17:48:30.991 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_2 && sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_2 2022-02-21T17:48:30.998 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2022-02-21T17:48:30.998 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-02-21T17:48:30.998 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 5h/5d Inode: 504 Links: 1 2022-02-21T17:48:30.999 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-02-21T17:48:30.999 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2022-02-21 17:48:29.781790867 +0000 2022-02-21T17:48:30.999 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2022-02-21 17:48:29.781790867 +0000 2022-02-21T17:48:30.999 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2022-02-21 17:48:29.781790867 +0000 2022-02-21T17:48:31.000 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2022-02-21T17:48:31.006 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2022-02-21T17:48:31.006 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2022-02-21T17:48:31.007 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000566566 s, 904 kB/s 2022-02-21T17:48:31.010 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_3 && sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_3 2022-02-21T17:48:31.016 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2022-02-21T17:48:31.016 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-02-21T17:48:31.016 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 5h/5d Inode: 511 Links: 1 2022-02-21T17:48:31.017 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-02-21T17:48:31.017 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2022-02-21 17:48:29.805790867 +0000 2022-02-21T17:48:31.017 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2022-02-21 17:48:29.805790867 +0000 2022-02-21T17:48:31.017 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2022-02-21 17:48:29.805790867 +0000 2022-02-21T17:48:31.018 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2022-02-21T17:48:31.024 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2022-02-21T17:48:31.024 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2022-02-21T17:48:31.025 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000600438 s, 853 kB/s 2022-02-21T17:48:31.029 DEBUG:teuthology.orchestra.run.smithi038:> stat /dev/vg_nvme/lv_4 && sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 && ! mount | grep -q /dev/vg_nvme/lv_4 2022-02-21T17:48:31.079 INFO:teuthology.orchestra.run.smithi038.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2022-02-21T17:48:31.080 INFO:teuthology.orchestra.run.smithi038.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2022-02-21T17:48:31.080 INFO:teuthology.orchestra.run.smithi038.stdout:Device: 5h/5d Inode: 516 Links: 1 2022-02-21T17:48:31.080 INFO:teuthology.orchestra.run.smithi038.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2022-02-21T17:48:31.081 INFO:teuthology.orchestra.run.smithi038.stdout:Access: 2022-02-21 17:48:29.833790866 +0000 2022-02-21T17:48:31.081 INFO:teuthology.orchestra.run.smithi038.stdout:Modify: 2022-02-21 17:48:29.833790866 +0000 2022-02-21T17:48:31.081 INFO:teuthology.orchestra.run.smithi038.stdout:Change: 2022-02-21 17:48:29.833790866 +0000 2022-02-21T17:48:31.081 INFO:teuthology.orchestra.run.smithi038.stdout: Birth: - 2022-02-21T17:48:31.088 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records in 2022-02-21T17:48:31.089 INFO:teuthology.orchestra.run.smithi038.stderr:1+0 records out 2022-02-21T17:48:31.089 INFO:teuthology.orchestra.run.smithi038.stderr:512 bytes copied, 0.000594781 s, 861 kB/s 2022-02-21T17:48:31.093 DEBUG:teuthology.orchestra.run.smithi038:> sudo modprobe nvme_loop && sudo mkdir -p /sys/kernel/config/nvmet/hosts/hostnqn && sudo mkdir -p /sys/kernel/config/nvmet/ports/1 && echo loop | sudo tee /sys/kernel/config/nvmet/ports/1/addr_trtype 2022-02-21T17:48:31.202 INFO:teuthology.orchestra.run.smithi038.stdout:loop 2022-02-21T17:48:31.204 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_1... 2022-02-21T17:48:31.205 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1 && echo -n /dev/vg_nvme/lv_1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_1/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_1 /sys/kernel/config/nvmet/ports/1/subsystems/lv_1 && sudo nvme connect -t loop -n lv_1 -q hostnqn 2022-02-21T17:48:31.228 INFO:teuthology.orchestra.run.smithi038.stdout:1 2022-02-21T17:48:31.252 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_11 2022-02-21T17:48:31.276 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_2... 2022-02-21T17:48:31.277 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1 && echo -n /dev/vg_nvme/lv_2 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_2/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_2 /sys/kernel/config/nvmet/ports/1/subsystems/lv_2 && sudo nvme connect -t loop -n lv_2 -q hostnqn 2022-02-21T17:48:31.340 INFO:teuthology.orchestra.run.smithi038.stdout:1 2022-02-21T17:48:31.365 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_21 2022-02-21T17:48:31.388 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_3... 2022-02-21T17:48:31.389 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1 && echo -n /dev/vg_nvme/lv_3 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_3/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_3 /sys/kernel/config/nvmet/ports/1/subsystems/lv_3 && sudo nvme connect -t loop -n lv_3 -q hostnqn 2022-02-21T17:48:31.409 INFO:teuthology.orchestra.run.smithi038.stdout:1 2022-02-21T17:48:31.432 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_31 2022-02-21T17:48:31.454 INFO:tasks.nvme_loop:Connecting nvme_loop smithi038:/dev/vg_nvme/lv_4... 2022-02-21T17:48:31.455 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4 && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/attr_allow_any_host && sudo mkdir -p /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1 && echo -n /dev/vg_nvme/lv_4 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/device_path && echo 1 | sudo tee /sys/kernel/config/nvmet/subsystems/lv_4/namespaces/1/enable && sudo ln -s /sys/kernel/config/nvmet/subsystems/lv_4 /sys/kernel/config/nvmet/ports/1/subsystems/lv_4 && sudo nvme connect -t loop -n lv_4 -q hostnqn 2022-02-21T17:48:31.475 INFO:teuthology.orchestra.run.smithi038.stdout:1 2022-02-21T17:48:31.497 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_41 2022-02-21T17:48:31.518 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:48:31.519 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2022-02-21T17:48:31.524 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme list 2022-02-21T17:48:31.535 INFO:teuthology.orchestra.run.smithi038.stdout:Node SN Model Namespace Usage Format FW Rev 2022-02-21T17:48:31.536 INFO:teuthology.orchestra.run.smithi038.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2022-02-21T17:48:31.536 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme0n1 BTLE736103BB4P0KGN INTEL SSDPEDKE040T7 1 4.00 TB / 4.00 TB 512 B + 0 B QDV1013D 2022-02-21T17:48:31.536 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme1n1 4c4ce8306e3379f4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-02-21T17:48:31.537 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme2n1 996ed64a1e880926 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-02-21T17:48:31.537 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme3n1 6e48c3e0107230c6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-02-21T17:48:31.538 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1'] 2022-02-21T17:48:32.539 DEBUG:teuthology.orchestra.run.smithi038:> sudo nvme list 2022-02-21T17:48:32.556 INFO:teuthology.orchestra.run.smithi038.stdout:Node SN Model Namespace Usage Format FW Rev 2022-02-21T17:48:32.556 INFO:teuthology.orchestra.run.smithi038.stdout:---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- -------- 2022-02-21T17:48:32.556 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme0n1 BTLE736103BB4P0KGN INTEL SSDPEDKE040T7 1 4.00 TB / 4.00 TB 512 B + 0 B QDV1013D 2022-02-21T17:48:32.557 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme1n1 4c4ce8306e3379f4 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-02-21T17:48:32.557 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme2n1 996ed64a1e880926 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-02-21T17:48:32.557 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme3n1 6e48c3e0107230c6 Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-02-21T17:48:32.558 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/nvme4n1 012a1d22b5cb558b Linux 1 96.00 GB / 96.00 GB 512 B + 0 B 5.13.0-3 2022-02-21T17:48:32.559 INFO:tasks.nvme_loop:new_devs ['/dev/nvme1n1', '/dev/nvme2n1', '/dev/nvme3n1', '/dev/nvme4n1'] 2022-02-21T17:48:32.559 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:48:32.559 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/scratch_devs 2022-02-21T17:48:32.574 INFO:teuthology.run_tasks:Running task rook... 2022-02-21T17:48:32.646 INFO:tasks.rook:Rook start 2022-02-21T17:48:32.646 INFO:tasks.rook:Config: {'conf': {'global': {'osd crush chooseleaf type': 0}, 'mgr': {'debug mgr': 20, 'debug ms': 1}, 'mon': {'debug mon': 20, 'debug ms': 1, 'debug paxos': 20}, 'osd': {'debug ms': 1, 'debug osd': 20}}, 'flavor': 'default', 'log-ignorelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'log-whitelist': ['\\(MDS_ALL_DOWN\\)', '\\(MDS_UP_LESS_THAN_MAX\\)'], 'sha1': 'b05010b68efc838fdc35b41106e2ebdabe395a3e', 'spec': {'mon': {'allowMultiplePerNode': False}, 'network': {'provider': 'host'}}, 'rook_branch': 'v1.7.2', 'rook_image': 'rook/ceph:v1.7.2'} 2022-02-21T17:48:32.647 INFO:tasks.rook:Ceph image is quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e 2022-02-21T17:48:32.647 INFO:tasks.rook:Cloning https://github.com/rook/rook branch v1.7.2 2022-02-21T17:48:32.648 DEBUG:teuthology.orchestra.run.smithi038:> rm -rf rook && git clone --single-branch --branch v1.7.2 https://github.com/rook/rook rook 2022-02-21T17:48:32.656 INFO:teuthology.orchestra.run.smithi038.stderr:Cloning into 'rook'... 2022-02-21T17:48:34.899 INFO:teuthology.orchestra.run.smithi038.stderr:Note: switching to '1784489964d2e417b6050c7edc8f626b5cca49f5'. 2022-02-21T17:48:34.899 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:48:34.899 INFO:teuthology.orchestra.run.smithi038.stderr:You are in 'detached HEAD' state. You can look around, make experimental 2022-02-21T17:48:34.899 INFO:teuthology.orchestra.run.smithi038.stderr:changes and commit them, and you can discard any commits you make in this 2022-02-21T17:48:34.900 INFO:teuthology.orchestra.run.smithi038.stderr:state without impacting any branches by switching back to a branch. 2022-02-21T17:48:34.900 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:48:34.900 INFO:teuthology.orchestra.run.smithi038.stderr:If you want to create a new branch to retain commits you create, you may 2022-02-21T17:48:34.900 INFO:teuthology.orchestra.run.smithi038.stderr:do so (now or later) by using -c with the switch command. Example: 2022-02-21T17:48:34.901 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:48:34.901 INFO:teuthology.orchestra.run.smithi038.stderr: git switch -c 2022-02-21T17:48:34.901 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:48:34.901 INFO:teuthology.orchestra.run.smithi038.stderr:Or undo this operation with: 2022-02-21T17:48:34.901 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:48:34.902 INFO:teuthology.orchestra.run.smithi038.stderr: git switch - 2022-02-21T17:48:34.902 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:48:34.902 INFO:teuthology.orchestra.run.smithi038.stderr:Turn off this advice by setting config variable advice.detachedHead to false 2022-02-21T17:48:34.902 INFO:teuthology.orchestra.run.smithi038.stderr: 2022-02-21T17:48:35.004 INFO:tasks.rook:/home/teuthworker 2022-02-21T17:48:35.005 DEBUG:teuthology.orchestra.run.smithi038:> PATH=/sbin:/usr/sbin ip addr show 2022-02-21T17:48:35.056 INFO:teuthology.orchestra.run.smithi038.stdout:1: lo: mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000 2022-02-21T17:48:35.056 INFO:teuthology.orchestra.run.smithi038.stdout: link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 2022-02-21T17:48:35.057 INFO:teuthology.orchestra.run.smithi038.stdout: inet 127.0.0.1/8 scope host lo 2022-02-21T17:48:35.057 INFO:teuthology.orchestra.run.smithi038.stdout: valid_lft forever preferred_lft forever 2022-02-21T17:48:35.057 INFO:teuthology.orchestra.run.smithi038.stdout: inet6 ::1/128 scope host 2022-02-21T17:48:35.058 INFO:teuthology.orchestra.run.smithi038.stdout: valid_lft forever preferred_lft forever 2022-02-21T17:48:35.058 INFO:teuthology.orchestra.run.smithi038.stdout:2: eno1: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-02-21T17:48:35.058 INFO:teuthology.orchestra.run.smithi038.stdout: link/ether 0c:c4:7a:6b:fd:a2 brd ff:ff:ff:ff:ff:ff 2022-02-21T17:48:35.058 INFO:teuthology.orchestra.run.smithi038.stdout: altname enp7s0f0 2022-02-21T17:48:35.059 INFO:teuthology.orchestra.run.smithi038.stdout:3: eno2: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-02-21T17:48:35.059 INFO:teuthology.orchestra.run.smithi038.stdout: link/ether 0c:c4:7a:6b:fd:a3 brd ff:ff:ff:ff:ff:ff 2022-02-21T17:48:35.059 INFO:teuthology.orchestra.run.smithi038.stdout: altname enp7s0f1 2022-02-21T17:48:35.059 INFO:teuthology.orchestra.run.smithi038.stdout:4: ens1f0: mtu 1500 qdisc mq state UP group default qlen 1000 2022-02-21T17:48:35.060 INFO:teuthology.orchestra.run.smithi038.stdout: link/ether 0c:c4:7a:bd:15:fc brd ff:ff:ff:ff:ff:ff 2022-02-21T17:48:35.060 INFO:teuthology.orchestra.run.smithi038.stdout: altname enp1s0f0 2022-02-21T17:48:35.060 INFO:teuthology.orchestra.run.smithi038.stdout: inet 172.21.15.38/20 brd 172.21.15.255 scope global dynamic ens1f0 2022-02-21T17:48:35.060 INFO:teuthology.orchestra.run.smithi038.stdout: valid_lft 42896sec preferred_lft 42896sec 2022-02-21T17:48:35.061 INFO:teuthology.orchestra.run.smithi038.stdout: inet6 fe80::ec4:7aff:febd:15fc/64 scope link 2022-02-21T17:48:35.061 INFO:teuthology.orchestra.run.smithi038.stdout: valid_lft forever preferred_lft forever 2022-02-21T17:48:35.061 INFO:teuthology.orchestra.run.smithi038.stdout:5: ens1f1: mtu 1500 qdisc noop state DOWN group default qlen 1000 2022-02-21T17:48:35.061 INFO:teuthology.orchestra.run.smithi038.stdout: link/ether 0c:c4:7a:bd:15:fd brd ff:ff:ff:ff:ff:ff 2022-02-21T17:48:35.062 INFO:teuthology.orchestra.run.smithi038.stdout: altname enp1s0f1 2022-02-21T17:48:35.062 INFO:teuthology.orchestra.run.smithi038.stdout:6: docker0: mtu 1500 qdisc noqueue state DOWN group default 2022-02-21T17:48:35.062 INFO:teuthology.orchestra.run.smithi038.stdout: link/ether 02:42:bf:01:82:e5 brd ff:ff:ff:ff:ff:ff 2022-02-21T17:48:35.062 INFO:teuthology.orchestra.run.smithi038.stdout: inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0 2022-02-21T17:48:35.062 INFO:teuthology.orchestra.run.smithi038.stdout: valid_lft forever preferred_lft forever 2022-02-21T17:48:35.064 DEBUG:teuthology.orchestra.run.smithi038:> which systemctl 2022-02-21T17:48:35.071 INFO:teuthology.orchestra.run.smithi038.stdout:/usr/bin/systemctl 2022-02-21T17:48:35.071 DEBUG:teuthology.orchestra.run.smithi038:> true 2022-02-21T17:48:35.101 DEBUG:teuthology.orchestra.run.smithi038:> sudo lsb_release -is 2022-02-21T17:48:35.162 INFO:teuthology.orchestra.run.smithi038.stdout:Ubuntu 2022-02-21T17:48:35.166 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-02-21T17:48:35.167 INFO:tasks.rook:['__class__', '__del__', '__delattr__', '__dir__', '__eq__', '__format__', '__ge__', '__getattribute__', '__gt__', '__hash__', '__init__', '__init_subclass__', '__le__', '__lt__', '__ne__', '__new__', '__reduce__', '__reduce_ex__', '__repr__', '__setattr__', '__sizeof__', '__str__', '__subclasshook__', '_format_size', '_reconnect', '_runner', '_set_iface_and_cidr', '_sftp_get_file', '_sftp_get_size', '_sftp_open_file', '_sftp_put_file', 'chcon', 'chmod', 'connect', 'copy_file', 'ensure_online', 'get_file', 'get_tar', 'get_tar_stream', 'mkdtemp', 'mktemp', 'move_file', 'put_file', 'read_file', 'reconnect', 'remove', 'run', 'sh', 'sh_file', 'sudo_write_file', 'write_file'] 2022-02-21T17:48:35.183 DEBUG:teuthology.orchestra.remote:smithi038:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-02-21T17:48:35.198 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:48:35.198 DEBUG:teuthology.orchestra.run.smithi038:> dd if=rook/cluster/examples/kubernetes/ceph/operator.yaml of=/dev/stdout 2022-02-21T17:48:35.208 INFO:tasks.rook:Patching operator to use image rook/ceph:v1.7.2 2022-02-21T17:48:35.254 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:48:35.254 DEBUG:teuthology.orchestra.run.smithi038:> dd of=operator.yaml 2022-02-21T17:48:35.263 INFO:tasks.rook:Deploying operator 2022-02-21T17:48:35.284 DEBUG:teuthology.orchestra.remote:smithi038:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-02-21T17:48:35.320 DEBUG:teuthology.orchestra.remote:smithi038:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-02-21T17:48:35.335 DEBUG:teuthology.orchestra.run.smithi038:> kubectl create -f rook/cluster/examples/kubernetes/ceph/crds.yaml -f rook/cluster/examples/kubernetes/ceph/common.yaml -f operator.yaml 2022-02-21T17:48:35.854 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/cephblockpools.ceph.rook.io created 2022-02-21T17:48:35.922 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/cephclients.ceph.rook.io created 2022-02-21T17:48:36.103 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/cephclusters.ceph.rook.io created 2022-02-21T17:48:36.163 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystemmirrors.ceph.rook.io created 2022-02-21T17:48:36.289 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/cephfilesystems.ceph.rook.io created 2022-02-21T17:48:36.342 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/cephnfses.ceph.rook.io created 2022-02-21T17:48:36.484 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectrealms.ceph.rook.io created 2022-02-21T17:48:36.550 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstores.ceph.rook.io created 2022-02-21T17:48:36.695 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectstoreusers.ceph.rook.io created 2022-02-21T17:48:36.738 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzonegroups.ceph.rook.io created 2022-02-21T17:48:36.915 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/cephobjectzones.ceph.rook.io created 2022-02-21T17:48:36.979 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/cephrbdmirrors.ceph.rook.io created 2022-02-21T17:48:37.077 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/objectbucketclaims.objectbucket.io created 2022-02-21T17:48:37.095 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/objectbuckets.objectbucket.io created 2022-02-21T17:48:37.152 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplicationclasses.replication.storage.openshift.io created 2022-02-21T17:48:37.283 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/volumereplications.replication.storage.openshift.io created 2022-02-21T17:48:37.303 INFO:teuthology.orchestra.run.smithi038.stdout:customresourcedefinition.apiextensions.k8s.io/volumes.rook.io created 2022-02-21T17:48:37.345 INFO:teuthology.orchestra.run.smithi038.stdout:namespace/rook-ceph created 2022-02-21T17:48:37.463 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-02-21T17:48:37.479 INFO:teuthology.orchestra.run.smithi038.stdout:serviceaccount/rook-ceph-admission-controller created 2022-02-21T17:48:37.542 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-admission-controller-role created 2022-02-21T17:48:37.706 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-admission-controller-rolebinding created 2022-02-21T17:48:37.723 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-02-21T17:48:37.803 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-system created 2022-02-21T17:48:37.905 INFO:teuthology.orchestra.run.smithi038.stdout:role.rbac.authorization.k8s.io/rook-ceph-system created 2022-02-21T17:48:37.909 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-global created 2022-02-21T17:48:37.957 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-02-21T17:48:37.966 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-object-bucket created 2022-02-21T17:48:37.990 INFO:teuthology.orchestra.run.smithi038.stdout:serviceaccount/rook-ceph-system created 2022-02-21T17:48:38.126 INFO:teuthology.orchestra.run.smithi038.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-02-21T17:48:38.129 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system created 2022-02-21T17:48:38.219 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-global created 2022-02-21T17:48:38.278 INFO:teuthology.orchestra.run.smithi038.stdout:serviceaccount/rook-ceph-osd created 2022-02-21T17:48:38.285 INFO:teuthology.orchestra.run.smithi038.stdout:serviceaccount/rook-ceph-mgr created 2022-02-21T17:48:38.302 INFO:teuthology.orchestra.run.smithi038.stdout:serviceaccount/rook-ceph-cmd-reporter created 2022-02-21T17:48:38.336 INFO:teuthology.orchestra.run.smithi038.stdout:role.rbac.authorization.k8s.io/rook-ceph-osd created 2022-02-21T17:48:38.361 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-osd created 2022-02-21T17:48:38.419 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-02-21T17:48:38.423 INFO:teuthology.orchestra.run.smithi038.stdout:role.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-02-21T17:48:38.442 INFO:teuthology.orchestra.run.smithi038.stdout:role.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-02-21T17:48:38.452 INFO:teuthology.orchestra.run.smithi038.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cluster-mgmt created 2022-02-21T17:48:38.470 INFO:teuthology.orchestra.run.smithi038.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-02-21T17:48:38.481 INFO:teuthology.orchestra.run.smithi038.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr created 2022-02-21T17:48:38.511 INFO:teuthology.orchestra.run.smithi038.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-system created 2022-02-21T17:48:38.555 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-cluster created 2022-02-21T17:48:38.558 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-osd created 2022-02-21T17:48:38.570 INFO:teuthology.orchestra.run.smithi038.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter created 2022-02-21T17:48:38.574 INFO:teuthology.orchestra.run.smithi038.stderr:Warning: policy/v1beta1 PodSecurityPolicy is deprecated in v1.21+, unavailable in v1.25+ 2022-02-21T17:48:38.575 INFO:teuthology.orchestra.run.smithi038.stdout:podsecuritypolicy.policy/00-rook-privileged created 2022-02-21T17:48:38.586 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/psp:rook created 2022-02-21T17:48:38.629 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-ceph-system-psp created 2022-02-21T17:48:38.641 INFO:teuthology.orchestra.run.smithi038.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-default-psp created 2022-02-21T17:48:38.649 INFO:teuthology.orchestra.run.smithi038.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-osd-psp created 2022-02-21T17:48:38.686 INFO:teuthology.orchestra.run.smithi038.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-mgr-psp created 2022-02-21T17:48:38.690 INFO:teuthology.orchestra.run.smithi038.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-cmd-reporter-psp created 2022-02-21T17:48:38.708 INFO:teuthology.orchestra.run.smithi038.stdout:serviceaccount/rook-csi-cephfs-plugin-sa created 2022-02-21T17:48:38.729 INFO:teuthology.orchestra.run.smithi038.stdout:serviceaccount/rook-csi-cephfs-provisioner-sa created 2022-02-21T17:48:38.773 INFO:teuthology.orchestra.run.smithi038.stdout:role.rbac.authorization.k8s.io/cephfs-external-provisioner-cfg created 2022-02-21T17:48:38.847 INFO:teuthology.orchestra.run.smithi038.stdout:rolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role-cfg created 2022-02-21T17:48:38.865 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-02-21T17:48:38.875 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/cephfs-external-provisioner-runner created 2022-02-21T17:48:38.892 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-plugin-sa-psp created 2022-02-21T17:48:38.908 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-cephfs-provisioner-sa-psp created 2022-02-21T17:48:38.932 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-nodeplugin created 2022-02-21T17:48:38.941 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/cephfs-csi-provisioner-role created 2022-02-21T17:48:39.006 INFO:teuthology.orchestra.run.smithi038.stdout:serviceaccount/rook-csi-rbd-plugin-sa created 2022-02-21T17:48:39.008 INFO:teuthology.orchestra.run.smithi038.stdout:serviceaccount/rook-csi-rbd-provisioner-sa created 2022-02-21T17:48:39.034 INFO:teuthology.orchestra.run.smithi038.stdout:role.rbac.authorization.k8s.io/rbd-external-provisioner-cfg created 2022-02-21T17:48:39.066 INFO:teuthology.orchestra.run.smithi038.stdout:rolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role-cfg created 2022-02-21T17:48:39.189 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-02-21T17:48:39.200 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrole.rbac.authorization.k8s.io/rbd-external-provisioner-runner created 2022-02-21T17:48:39.225 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-plugin-sa-psp created 2022-02-21T17:48:39.233 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/rook-csi-rbd-provisioner-sa-psp created 2022-02-21T17:48:39.241 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-nodeplugin created 2022-02-21T17:48:39.250 INFO:teuthology.orchestra.run.smithi038.stdout:clusterrolebinding.rbac.authorization.k8s.io/rbd-csi-provisioner-role created 2022-02-21T17:48:39.276 INFO:teuthology.orchestra.run.smithi038.stdout:role.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-02-21T17:48:39.283 INFO:teuthology.orchestra.run.smithi038.stdout:rolebinding.rbac.authorization.k8s.io/rook-ceph-purge-osd created 2022-02-21T17:48:39.372 INFO:teuthology.orchestra.run.smithi038.stdout:serviceaccount/rook-ceph-purge-osd created 2022-02-21T17:48:39.392 INFO:teuthology.orchestra.run.smithi038.stdout:configmap/rook-ceph-operator-config created 2022-02-21T17:48:39.426 INFO:teuthology.orchestra.run.smithi038.stdout:deployment.apps/rook-ceph-operator created 2022-02-21T17:48:39.431 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T17:48:39.535 INFO:teuthology.orchestra.run.smithi038.stderr:No resources found in rook-ceph namespace. 2022-02-21T17:48:49.541 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T17:48:49.613 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:48:49.614 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-operator-6b496c8959-shc6q 0/1 Pending 0 10s 2022-02-21T17:48:59.617 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T17:48:59.754 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:48:59.754 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-operator-6b496c8959-shc6q 0/1 Pending 0 20s 2022-02-21T17:49:09.758 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T17:49:09.828 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:49:09.829 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-operator-6b496c8959-shc6q 0/1 Pending 0 30s 2022-02-21T17:49:19.832 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T17:49:19.905 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:49:19.905 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-operator-6b496c8959-shc6q 0/1 Pending 0 40s 2022-02-21T17:49:29.908 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T17:49:29.974 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:49:29.974 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-operator-6b496c8959-shc6q 0/1 ContainerCreating 0 50s 2022-02-21T17:49:39.978 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T17:49:40.048 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:49:40.049 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-operator-6b496c8959-shc6q 0/1 ContainerCreating 0 61s 2022-02-21T17:49:50.051 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T17:49:50.388 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:49:50.388 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-operator-6b496c8959-shc6q 0/1 ContainerCreating 0 71s 2022-02-21T17:50:00.392 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T17:50:00.920 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:50:00.920 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-operator-6b496c8959-shc6q 0/1 ContainerCreating 0 81s 2022-02-21T17:50:10.924 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-operator 2022-02-21T17:50:10.993 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:50:10.993 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-operator-6b496c8959-shc6q 1/1 Running 0 91s 2022-02-21T17:50:10.995 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph logs -f rook-ceph-operator-6b496c8959-shc6q 2022-02-21T17:50:11.002 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:50:11.002 DEBUG:teuthology.orchestra.run.smithi038:> dd if=/scratch_devs of=/dev/stdout 2022-02-21T17:50:11.011 INFO:tasks.rook: override: [global] osd crush chooseleaf type = 0 2022-02-21T17:50:11.012 INFO:tasks.rook: override: [mgr] debug mgr = 20 2022-02-21T17:50:11.012 INFO:tasks.rook: override: [mgr] debug ms = 1 2022-02-21T17:50:11.012 INFO:tasks.rook: override: [mon] debug mon = 20 2022-02-21T17:50:11.013 INFO:tasks.rook: override: [mon] debug ms = 1 2022-02-21T17:50:11.013 INFO:tasks.rook: override: [mon] debug paxos = 20 2022-02-21T17:50:11.013 INFO:tasks.rook: override: [osd] debug ms = 1 2022-02-21T17:50:11.014 INFO:tasks.rook: override: [osd] debug osd = 20 2022-02-21T17:50:11.014 INFO:tasks.rook:Config: b"[global]\n\nlog to file = true\n\nmon clock drift allowed = 1.000\n\n# replicate across OSDs, not hosts\nosd crush chooseleaf type = 0\n\n# enable some debugging\nauth debug = true\nms die on old message = true\nms die on bug = true\ndebug asserts on shutdown = true\n\n\n[osd]\n# debugging\nosd debug shutdown = true\nosd debug op order = true\nosd debug verify stray on activate = true\nosd debug pg log writeout = true\nosd debug verify cached snaps = true\nosd debug verify missing on start = true\nosd debug misdirected ops = true\nosd op queue = debug_random\nosd op queue cut off = debug_random\nosd shutdown pgref assert = true\nbdev debug aio = true\nosd sloppy crc = true\ndebug ms = 1\ndebug osd = 20\n\n\n[mon]\n# rotate auth tickets quickly to exercise renewal paths\nauth mon ticket ttl = 660# 11m\nauth service ticket ttl = 240# 4m\n\n# don't complain about global id reclaim\nmon_warn_on_insecure_global_id_reclaim = false\nmon_warn_on_insecure_global_id_reclaim_allowed = false\ndebug mon = 20\ndebug ms = 1\ndebug paxos = 20\n[mgr]\ndebug mgr = 20\ndebug ms = 1\n" 2022-02-21T17:50:11.017 DEBUG:teuthology.orchestra.run.smithi038:> kubectl create -f - 2022-02-21T17:50:11.096 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.318817 I | rookcmd: starting Rook v1.7.2 with arguments '/usr/local/bin/rook ceph operator' 2022-02-21T17:50:11.097 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.318916 I | rookcmd: flag values: --add_dir_header=false, --alsologtostderr=false, --csi-cephfs-plugin-template-path=/etc/ceph-csi/cephfs/csi-cephfsplugin.yaml, --csi-cephfs-provisioner-dep-template-path=/etc/ceph-csi/cephfs/csi-cephfsplugin-provisioner-dep.yaml, --csi-rbd-plugin-template-path=/etc/ceph-csi/rbd/csi-rbdplugin.yaml, --csi-rbd-provisioner-dep-template-path=/etc/ceph-csi/rbd/csi-rbdplugin-provisioner-dep.yaml, --enable-machine-disruption-budget=false, --help=false, --kubeconfig=, --log-flush-frequency=5s, --log-level=INFO, --log_backtrace_at=:0, --log_dir=, --log_file=, --log_file_max_size=1800, --logtostderr=true, --one_output=false, --operator-image=, --service-account=, --skip_headers=false, --skip_log_headers=false, --stderrthreshold=2, --v=0, --vmodule= 2022-02-21T17:50:11.097 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.318920 I | cephcmd: starting Rook-Ceph operator 2022-02-21T17:50:11.098 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.455059 I | cephcmd: base ceph version inside the rook operator image is "ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable)" 2022-02-21T17:50:11.098 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.473566 I | op-k8sutil: ROOK_CEPH_COMMANDS_TIMEOUT_SECONDS="15" (configmap) 2022-02-21T17:50:11.098 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.477780 I | op-k8sutil: ROOK_ENABLE_DISCOVERY_DAEMON="false" (configmap) 2022-02-21T17:50:11.099 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.480209 I | operator: looking for secret "rook-ceph-admission-controller" 2022-02-21T17:50:11.099 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.481739 I | operator: secret "rook-ceph-admission-controller" not found. proceeding without the admission controller 2022-02-21T17:50:11.099 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.483875 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-02-21T17:50:11.100 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.483896 I | operator: watching all namespaces for ceph cluster CRs 2022-02-21T17:50:11.100 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.483948 I | operator: setting up the controller-runtime manager 2022-02-21T17:50:11.100 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.485889 I | ceph-cluster-controller: ConfigMap "rook-ceph-operator-config" changes detected. Updating configurations 2022-02-21T17:50:11.101 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.488541 I | op-k8sutil: ROOK_LOG_LEVEL="INFO" (configmap) 2022-02-21T17:50:11.101 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.892367 I | ceph-cluster-controller: successfully started 2022-02-21T17:50:11.101 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.892512 I | ceph-cluster-controller: enabling hotplug orchestration 2022-02-21T17:50:11.101 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.892559 I | ceph-crashcollector-controller: successfully started 2022-02-21T17:50:11.101 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.892685 I | ceph-block-pool-controller: successfully started 2022-02-21T17:50:11.102 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.892810 I | ceph-object-store-user-controller: successfully started 2022-02-21T17:50:11.102 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.892958 I | ceph-object-realm-controller: successfully started 2022-02-21T17:50:11.102 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.893063 I | ceph-object-zonegroup-controller: successfully started 2022-02-21T17:50:11.102 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.893159 I | ceph-object-zone-controller: successfully started 2022-02-21T17:50:11.103 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.893370 I | ceph-object-controller: successfully started 2022-02-21T17:50:11.103 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.893526 I | ceph-file-controller: successfully started 2022-02-21T17:50:11.103 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.893668 I | ceph-nfs-controller: successfully started 2022-02-21T17:50:11.103 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.893811 I | ceph-rbd-mirror-controller: successfully started 2022-02-21T17:50:11.103 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.893932 I | ceph-client-controller: successfully started 2022-02-21T17:50:11.104 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.894026 I | ceph-filesystem-mirror-controller: successfully started 2022-02-21T17:50:11.104 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:04.895456 I | operator: starting the controller-runtime manager 2022-02-21T17:50:12.041 INFO:teuthology.orchestra.run.smithi038.stdout:configmap/rook-config-override created 2022-02-21T17:50:12.102 INFO:tasks.rook:Cluster: apiVersion: ceph.rook.io/v1 kind: CephCluster metadata: name: rook-ceph namespace: rook-ceph spec: cephVersion: allowUnsupported: true image: quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e dataDirHostPath: /var/lib/rook mgr: count: 1 modules: - enabled: true name: rook mon: allowMultiplePerNode: false count: 1 network: provider: host skipUpgradeChecks: true 2022-02-21T17:50:12.102 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:50:12.103 DEBUG:teuthology.orchestra.run.smithi038:> dd of=cluster.yaml 2022-02-21T17:50:12.110 DEBUG:teuthology.orchestra.run.smithi038:> kubectl create -f cluster.yaml 2022-02-21T17:50:14.548 INFO:teuthology.orchestra.run.smithi038.stdout:cephcluster.ceph.rook.io/rook-ceph created 2022-02-21T17:50:14.555 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:14.547961 I | clusterdisruption-controller: create event from ceph cluster CR 2022-02-21T17:50:14.555 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:14.548031 I | ceph-spec: adding finalizer "cephcluster.ceph.rook.io" on "rook-ceph" 2022-02-21T17:50:14.564 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:14.556674 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T17:50:14.566 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:14.558707 I | op-k8sutil: ROOK_ENABLE_FLEX_DRIVER="false" (configmap) 2022-02-21T17:50:14.573 DEBUG:teuthology.orchestra.remote:smithi038:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-02-21T17:50:14.578 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:14.571462 I | ceph-csi: successfully created csi config map "rook-ceph-csi-config" 2022-02-21T17:50:14.585 DEBUG:teuthology.orchestra.run.smithi038:> kubectl create -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-02-21T17:50:14.597 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:14.590516 I | ceph-cluster-controller: clusterInfo not yet found, must be a new cluster 2022-02-21T17:50:14.598 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:14.590554 I | op-k8sutil: ROOK_CSI_ENABLE_RBD="true" (configmap) 2022-02-21T17:50:14.624 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:14.617952 I | op-k8sutil: ROOK_CSI_ENABLE_CEPHFS="true" (configmap) 2022-02-21T17:50:14.628 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:14.620912 I | op-k8sutil: ROOK_CSI_ALLOW_UNSUPPORTED_VERSION="false" (configmap) 2022-02-21T17:50:14.632 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:14.623275 I | op-k8sutil: ROOK_CSI_ENABLE_GRPC_METRICS="false" (configmap) 2022-02-21T17:50:14.634 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:14.625384 I | op-k8sutil: CSI_ENABLE_HOST_NETWORK="true" (default) 2022-02-21T17:50:14.641 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:14.635142 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T17:50:14.814 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:14.807807 I | op-k8sutil: ROOK_CSI_CEPH_IMAGE="quay.io/cephcsi/cephcsi:v3.4.0" (default) 2022-02-21T17:50:14.857 INFO:teuthology.orchestra.run.smithi038.stdout:deployment.apps/rook-ceph-tools created 2022-02-21T17:50:14.861 INFO:tasks.rook:Waiting for tools container to start 2022-02-21T17:50:14.861 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:50:14.986 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:50:14.987 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 Pending 0 0s 2022-02-21T17:50:15.174 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:15.167466 I | op-k8sutil: ROOK_CSI_REGISTRAR_IMAGE="k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.2.0" (default) 2022-02-21T17:50:15.568 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:15.561190 I | op-k8sutil: ROOK_CSI_PROVISIONER_IMAGE="k8s.gcr.io/sig-storage/csi-provisioner:v2.2.2" (default) 2022-02-21T17:50:15.769 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:15.761988 I | op-k8sutil: ROOK_CSI_ATTACHER_IMAGE="k8s.gcr.io/sig-storage/csi-attacher:v3.2.1" (default) 2022-02-21T17:50:16.067 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:16.060986 I | op-k8sutil: ROOK_CSI_SNAPSHOTTER_IMAGE="k8s.gcr.io/sig-storage/csi-snapshotter:v4.1.1" (default) 2022-02-21T17:50:16.167 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:16.160120 I | op-k8sutil: ROOK_CSI_KUBELET_DIR_PATH="/var/lib/kubelet" (default) 2022-02-21T17:50:16.368 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:16.361582 I | op-k8sutil: CSI_VOLUME_REPLICATION_IMAGE="quay.io/csiaddons/volumereplication-operator:v0.1.0" (default) 2022-02-21T17:50:16.567 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:16.560172 I | op-k8sutil: ROOK_CSI_CEPHFS_POD_LABELS="" (default) 2022-02-21T17:50:16.768 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:16.760957 I | op-k8sutil: ROOK_CSI_RBD_POD_LABELS="" (default) 2022-02-21T17:50:16.768 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:16.760984 I | ceph-csi: detecting the ceph csi image version for image "quay.io/cephcsi/cephcsi:v3.4.0" 2022-02-21T17:50:16.967 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:16.960680 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-02-21T17:50:19.990 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:50:20.048 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:50:20.048 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 ContainerCreating 0 6s 2022-02-21T17:50:25.052 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:50:25.124 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:50:25.124 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 ContainerCreating 0 11s 2022-02-21T17:50:30.126 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:50:30.195 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:50:30.196 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 ContainerCreating 0 16s 2022-02-21T17:50:35.198 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:50:35.276 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:50:35.276 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 ContainerCreating 0 21s 2022-02-21T17:50:40.279 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:50:40.341 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:50:40.342 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 ContainerCreating 0 26s 2022-02-21T17:50:45.344 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:50:45.840 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:50:45.840 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 ContainerCreating 0 31s 2022-02-21T17:50:50.844 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:50:51.237 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:50:51.237 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 ContainerCreating 0 37s 2022-02-21T17:50:53.447 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:53.439358 I | ceph-csi: Detected ceph CSI image version: "v3.4.0" 2022-02-21T17:50:53.449 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:53.444559 I | op-k8sutil: CSI_FORCE_CEPHFS_KERNEL_CLIENT="true" (configmap) 2022-02-21T17:50:53.724 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:53.719417 I | op-k8sutil: CSI_CEPHFS_GRPC_METRICS_PORT="9091" (default) 2022-02-21T17:50:53.896 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:53.891654 I | op-k8sutil: CSI_CEPHFS_LIVENESS_METRICS_PORT="9081" (default) 2022-02-21T17:50:53.900 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:53.896530 I | op-k8sutil: CSI_RBD_GRPC_METRICS_PORT="9090" (default) 2022-02-21T17:50:53.930 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:53.926023 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T17:50:53.933 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:53.926288 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T17:50:53.933 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:53.926332 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T17:50:53.995 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:53.989891 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T17:50:53.995 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:53.990039 I | op-k8sutil: CSI_RBD_LIVENESS_METRICS_PORT="9080" (default) 2022-02-21T17:50:54.055 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:54.049422 I | op-k8sutil: CSI_PLUGIN_PRIORITY_CLASSNAME="" (default) 2022-02-21T17:50:54.113 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:54.108503 I | op-k8sutil: CSI_PROVISIONER_PRIORITY_CLASSNAME="" (default) 2022-02-21T17:50:54.119 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:54.109948 E | ceph-spec: failed to update cluster condition to {Type:Progressing Status:True Reason:ClusterProgressing Message:Configuring the Ceph cluster LastHeartbeatTime:2022-02-21 17:50:54.076987379 +0000 UTC m=+49.815834528 LastTransitionTime:2022-02-21 17:50:54.076987198 +0000 UTC m=+49.815834352}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T17:50:54.121 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:54.115725 I | op-k8sutil: CSI_ENABLE_OMAP_GENERATOR="false" (default) 2022-02-21T17:50:54.215 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:54.210145 I | op-k8sutil: CSI_ENABLE_RBD_SNAPSHOTTER="true" (configmap) 2022-02-21T17:50:54.215 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:54.210409 I | op-mon: start running mons 2022-02-21T17:50:54.271 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:54.266803 I | op-k8sutil: CSI_ENABLE_CEPHFS_SNAPSHOTTER="true" (configmap) 2022-02-21T17:50:54.590 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:54.586279 I | op-mon: creating mon secrets for a new cluster 2022-02-21T17:50:54.671 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:54.667267 I | op-k8sutil: CSI_ENABLE_VOLUME_REPLICATION="false" (configmap) 2022-02-21T17:50:55.077 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:55.073951 I | op-k8sutil: CSI_CEPHFS_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-02-21T17:50:55.361 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:55.356524 I | op-k8sutil: CSI_RBD_PLUGIN_UPDATE_STRATEGY="RollingUpdate" (default) 2022-02-21T17:50:55.361 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:55.356560 I | ceph-csi: Kubernetes version is 1.23 2022-02-21T17:50:55.693 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:55.689293 I | op-k8sutil: ROOK_CSI_RESIZER_IMAGE="k8s.gcr.io/sig-storage/csi-resizer:v1.2.0" (default) 2022-02-21T17:50:55.872 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:55.868060 I | op-mon: existing maxMonID not found or failed to load. configmaps "rook-ceph-mon-endpoints" not found 2022-02-21T17:50:56.072 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:56.067987 I | op-k8sutil: CSI_LOG_LEVEL="" (default) 2022-02-21T17:50:56.240 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:50:56.273 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:56.268663 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":[]}] data: mapping:{"node":{}} maxMonId:-1] 2022-02-21T17:50:56.307 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:50:56.308 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 ContainerCreating 0 42s 2022-02-21T17:50:56.872 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:56.868450 I | op-k8sutil: CSI_PROVISIONER_TOLERATIONS="" (default) 2022-02-21T17:50:57.272 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:57.267699 I | op-k8sutil: CSI_PROVISIONER_NODE_AFFINITY="" (default) 2022-02-21T17:50:57.671 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:57.667074 I | op-k8sutil: CSI_PLUGIN_TOLERATIONS="" (default) 2022-02-21T17:50:57.876 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:57.872416 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:50:57.878 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:57.872643 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:50:58.072 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:58.068314 I | op-k8sutil: CSI_PLUGIN_NODE_AFFINITY="" (default) 2022-02-21T17:50:58.472 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:58.468458 I | op-k8sutil: CSI_RBD_PLUGIN_TOLERATIONS="" (default) 2022-02-21T17:50:58.873 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:58.868868 I | op-k8sutil: CSI_RBD_PLUGIN_NODE_AFFINITY="" (default) 2022-02-21T17:50:59.272 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:59.267849 I | op-k8sutil: CSI_RBD_PLUGIN_RESOURCE="" (default) 2022-02-21T17:50:59.701 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:50:59.697593 I | op-k8sutil: CSI_RBD_PROVISIONER_TOLERATIONS="" (default) 2022-02-21T17:51:00.119 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:00.115266 I | op-k8sutil: CSI_RBD_PROVISIONER_NODE_AFFINITY="" (default) 2022-02-21T17:51:00.275 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:00.271954 I | op-mon: targeting the mon count 1 2022-02-21T17:51:00.318 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:00.314024 I | op-mon: sched-mon: created canary deployment rook-ceph-mon-a-canary 2022-02-21T17:51:00.732 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:00.728239 I | op-k8sutil: CSI_RBD_PROVISIONER_RESOURCE="" (default) 2022-02-21T17:51:00.754 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:00.750372 I | ceph-csi: successfully started CSI Ceph RBD driver 2022-02-21T17:51:00.926 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:00.921162 I | op-mon: sched-mon: canary monitor deployment rook-ceph-mon-a-canary scheduled to smithi038 2022-02-21T17:51:00.926 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:00.921344 I | op-mon: assignmon: mon a assigned to node smithi038 2022-02-21T17:51:00.992 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:00.987988 I | op-mon: cleaning up canary monitor deployment "rook-ceph-mon-a-canary" 2022-02-21T17:51:01.266 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:01.262505 I | op-mon: creating mon a 2022-02-21T17:51:01.267 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:01.262552 I | op-mon: setting mon endpoints for hostnetwork mode 2022-02-21T17:51:01.310 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:51:01.684 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:51:01.685 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 ContainerCreating 0 47s 2022-02-21T17:51:01.803 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:01.798970 I | op-k8sutil: CSI_CEPHFS_PLUGIN_TOLERATIONS="" (default) 2022-02-21T17:51:02.114 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:02.108574 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-02-21T17:51:02.114 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:02.108871 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.38:6789"]}] data:a=172.21.15.38:6789 mapping:{"node":{"a":{"Name":"smithi038","Hostname":"smithi038","Address":"172.21.15.38"}}} maxMonId:-1] 2022-02-21T17:51:02.114 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:02.109051 I | op-mon: monitor endpoints changed, updating the bootstrap peer token 2022-02-21T17:51:02.117 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:02.109225 I | op-k8sutil: CSI_CEPHFS_PLUGIN_NODE_AFFINITY="" (default) 2022-02-21T17:51:02.740 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:02.737072 I | op-k8sutil: CSI_CEPHFS_PLUGIN_RESOURCE="" (default) 2022-02-21T17:51:02.909 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:02.904666 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:51:02.909 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:02.905019 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:51:03.105 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:03.101903 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_TOLERATIONS="" (default) 2022-02-21T17:51:03.472 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:03.468410 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_NODE_AFFINITY="" (default) 2022-02-21T17:51:03.756 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:03.695669 I | op-mon: 0 of 1 expected mons are ready. creating or updating deployments without checking quorum in attempt to achieve a healthy mon cluster 2022-02-21T17:51:03.897 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:03.893205 I | op-k8sutil: CSI_CEPHFS_PROVISIONER_RESOURCE="" (default) 2022-02-21T17:51:04.375 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:04.371109 I | ceph-csi: successfully started CSI CephFS driver 2022-02-21T17:51:04.777 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:04.773103 I | op-mon: updating maxMonID from -1 to 0 after committing mon "a" 2022-02-21T17:51:05.284 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:05.280864 I | op-k8sutil: CSI_RBD_FSGROUPPOLICY="ReadWriteOnceWithFSType" (configmap) 2022-02-21T17:51:05.351 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:05.343017 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.38:6789"]}] data:a=172.21.15.38:6789 mapping:{"node":{"a":{"Name":"smithi038","Hostname":"smithi038","Address":"172.21.15.38"}}} maxMonId:0] 2022-02-21T17:51:05.351 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:05.343040 I | op-mon: waiting for mon quorum with [a] 2022-02-21T17:51:05.354 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:05.347558 I | ceph-csi: CSIDriver object created for driver "rook-ceph.rbd.csi.ceph.com" 2022-02-21T17:51:05.473 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:05.469768 I | op-mon: mon a is not yet running 2022-02-21T17:51:05.474 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:05.469797 I | op-mon: mons running: [] 2022-02-21T17:51:05.811 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:05.805867 I | op-k8sutil: CSI_CEPHFS_FSGROUPPOLICY="None" (configmap) 2022-02-21T17:51:06.236 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:06.232246 I | ceph-csi: CSIDriver object created for driver "rook-ceph.cephfs.csi.ceph.com" 2022-02-21T17:51:06.687 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:51:06.745 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:51:06.746 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 ContainerCreating 0 52s 2022-02-21T17:51:11.749 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:51:11.912 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:51:11.912 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 ContainerCreating 0 57s 2022-02-21T17:51:16.915 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:51:16.973 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:51:16.974 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 ContainerCreating 0 62s 2022-02-21T17:51:21.975 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:51:22.361 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:51:22.361 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 0/1 ContainerCreating 0 68s 2022-02-21T17:51:25.601 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:25.598489 I | op-mon: mon a is not yet running 2022-02-21T17:51:25.602 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:25.598522 I | op-mon: mons running: [] 2022-02-21T17:51:27.363 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph get pods -l app=rook-ceph-tools 2022-02-21T17:51:27.487 INFO:teuthology.orchestra.run.smithi038.stdout:NAME READY STATUS RESTARTS AGE 2022-02-21T17:51:27.488 INFO:teuthology.orchestra.run.smithi038.stdout:rook-ceph-tools-7677f7f4b9-md6j4 1/1 Running 0 73s 2022-02-21T17:51:27.489 INFO:tasks.rook:Waiting for mgr/rook orchestrator to be available 2022-02-21T17:51:27.490 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch status -f json 2022-02-21T17:51:28.424 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:51:28.425 INFO:teuthology.orchestra.run.smithi038.stderr:no valid command found; 10 closest matches: 2022-02-21T17:51:28.425 INFO:teuthology.orchestra.run.smithi038.stderr:pg stat 2022-02-21T17:51:28.425 INFO:teuthology.orchestra.run.smithi038.stderr:pg getmap 2022-02-21T17:51:28.425 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-02-21T17:51:28.426 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-02-21T17:51:28.426 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump_pools_json 2022-02-21T17:51:28.426 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls-by-pool [...] 2022-02-21T17:51:28.426 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls-by-primary [] [...] 2022-02-21T17:51:28.426 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls-by-osd [] [...] 2022-02-21T17:51:28.427 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls [] [...] 2022-02-21T17:51:28.427 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-02-21T17:51:28.427 INFO:teuthology.orchestra.run.smithi038.stderr:Error EINVAL: invalid command 2022-02-21T17:51:28.428 INFO:teuthology.orchestra.run.smithi038.stderr:command terminated with exit code 22 2022-02-21T17:51:28.428 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-02-21T17:51:28.831 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:28.828228 I | op-mon: Monitors in quorum: [a] 2022-02-21T17:51:28.831 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:28.828264 I | op-mon: mons created: 1 2022-02-21T17:51:29.049 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:29.046401 I | op-mon: waiting for mon quorum with [a] 2022-02-21T17:51:29.056 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:29.053922 I | op-mon: mons running: [a] 2022-02-21T17:51:29.294 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:29.291286 I | op-mon: Monitors in quorum: [a] 2022-02-21T17:51:29.294 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:29.291325 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T17:51:29.828 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:29.825746 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T17:51:29.829 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:29.825769 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T17:51:30.249 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:30.245756 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T17:51:30.249 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:30.245791 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T17:51:31.167 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:31.164198 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T17:51:31.167 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:31.164222 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-02-21T17:51:31.645 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:31.642539 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-02-21T17:51:31.646 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:31.642574 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T17:51:31.967 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:31.964548 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T17:51:31.967 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:31.964580 I | op-config: deleting "log file" option from the mon configuration database 2022-02-21T17:51:32.290 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:32.287493 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-02-21T17:51:32.291 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:32.287529 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-02-21T17:51:32.874 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:32.871758 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-02-21T17:51:33.435 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:33.430874 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-02-21T17:51:34.091 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:34.014339 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-02-21T17:51:34.492 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:34.488790 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-02-21T17:51:34.492 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:34.488897 I | cephclient: getting or creating ceph auth key "client.crash" 2022-02-21T17:51:35.357 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:35.354614 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-02-21T17:51:35.588 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:35.585528 I | cephclient: successfully enabled msgr2 protocol 2022-02-21T17:51:35.588 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:35.585568 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-02-21T17:51:35.588 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:35.585578 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-02-21T17:51:36.008 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:36.006190 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-02-21T17:51:36.021 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:36.019208 I | op-mgr: start running mgr 2022-02-21T17:51:36.022 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:36.019235 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-02-21T17:51:36.643 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:36.639205 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi038": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T17:51:38.430 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch status -f json 2022-02-21T17:51:38.913 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:51:38.914 INFO:teuthology.orchestra.run.smithi038.stderr:no valid command found; 10 closest matches: 2022-02-21T17:51:38.914 INFO:teuthology.orchestra.run.smithi038.stderr:pg stat 2022-02-21T17:51:38.914 INFO:teuthology.orchestra.run.smithi038.stderr:pg getmap 2022-02-21T17:51:38.915 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-02-21T17:51:38.915 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-02-21T17:51:38.915 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump_pools_json 2022-02-21T17:51:38.915 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls-by-pool [...] 2022-02-21T17:51:38.916 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls-by-primary [] [...] 2022-02-21T17:51:38.916 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls-by-osd [] [...] 2022-02-21T17:51:38.916 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls [] [...] 2022-02-21T17:51:38.916 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-02-21T17:51:38.917 INFO:teuthology.orchestra.run.smithi038.stderr:Error EINVAL: invalid command 2022-02-21T17:51:38.918 INFO:teuthology.orchestra.run.smithi038.stderr:command terminated with exit code 22 2022-02-21T17:51:38.919 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-02-21T17:51:45.435 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.433306 I | op-k8sutil: finished waiting for updated deployment "rook-ceph-mgr-a" 2022-02-21T17:51:45.439 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.436005 I | op-mgr: setting services to point to mgr "a" 2022-02-21T17:51:45.514 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.512375 I | op-osd: start running osds in namespace "rook-ceph" 2022-02-21T17:51:45.518 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.513347 W | op-osd: useAllNodes is set to false and no nodes, storageClassDevicesets or volumeSources are specified, no OSD pods are going to be created 2022-02-21T17:51:45.518 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.513373 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-02-21T17:51:45.555 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.552620 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-02-21T17:51:45.560 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.558268 I | op-osd: no storageClassDeviceSets defined to configure OSDs on PVCs 2022-02-21T17:51:45.560 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.558290 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-02-21T17:51:45.561 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.558294 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-02-21T17:51:45.935 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.933366 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-02-21T17:51:45.936 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.933385 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T17:51:45.974 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.972199 I | ceph-cluster-controller: enabling ceph mon monitoring goroutine for cluster "rook-ceph" 2022-02-21T17:51:45.975 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.972228 I | ceph-cluster-controller: enabling ceph osd monitoring goroutine for cluster "rook-ceph" 2022-02-21T17:51:45.975 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:45.972245 I | ceph-cluster-controller: enabling ceph status monitoring goroutine for cluster "rook-ceph" 2022-02-21T17:51:46.013 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:46.010940 I | op-k8sutil: ROOK_OBC_WATCH_OPERATOR_NAMESPACE="true" (configmap) 2022-02-21T17:51:46.013 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:46.010965 I | op-bucket-prov: ceph bucket provisioner launched watching for provisioner "rook-ceph.ceph.rook.io/bucket" 2022-02-21T17:51:46.016 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:46.012139 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Normal:ReconcileSucceeded:successfully configured CephCluster "rook-ceph/rook-ceph" 2022-02-21T17:51:46.016 INFO:tasks.rook.operator.smithi038.stdout:I0221 17:51:46.012219 7 manager.go:118] objectbucket.io/provisioner-manager "msg"="starting provisioner" "name"="rook-ceph.ceph.rook.io/bucket" 2022-02-21T17:51:46.144 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:46.142084 W | cephclient: failed to enable mgr module "rook". trying again... 2022-02-21T17:51:46.156 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:46.153813 I | op-mgr: successful modules: dashboard 2022-02-21T17:51:46.333 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:46.331073 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-02-21T17:51:47.146 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:47.143845 I | op-mgr: successful modules: prometheus 2022-02-21T17:51:48.921 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch status -f json 2022-02-21T17:51:49.393 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:51:49.394 INFO:teuthology.orchestra.run.smithi038.stderr:no valid command found; 10 closest matches: 2022-02-21T17:51:49.394 INFO:teuthology.orchestra.run.smithi038.stderr:pg stat 2022-02-21T17:51:49.394 INFO:teuthology.orchestra.run.smithi038.stderr:pg getmap 2022-02-21T17:51:49.395 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-02-21T17:51:49.395 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-02-21T17:51:49.395 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump_pools_json 2022-02-21T17:51:49.396 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls-by-pool [...] 2022-02-21T17:51:49.396 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls-by-primary [] [...] 2022-02-21T17:51:49.396 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls-by-osd [] [...] 2022-02-21T17:51:49.396 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls [] [...] 2022-02-21T17:51:49.397 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-02-21T17:51:49.397 INFO:teuthology.orchestra.run.smithi038.stderr:Error EINVAL: invalid command 2022-02-21T17:51:49.397 INFO:teuthology.orchestra.run.smithi038.stderr:command terminated with exit code 22 2022-02-21T17:51:49.399 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-02-21T17:51:51.617 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:51.615458 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-02-21T17:51:52.371 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:52.369749 I | op-mgr: successful modules: mgr module(s) from the spec 2022-02-21T17:51:53.815 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:53.813531 I | cephclient: command failed for set rook backend. trying again... 2022-02-21T17:51:56.916 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:56.914071 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-02-21T17:51:59.107 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:51:59.105517 I | cephclient: command failed for set rook backend. trying again... 2022-02-21T17:51:59.401 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch status -f json 2022-02-21T17:51:59.873 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:51:59.874 INFO:teuthology.orchestra.run.smithi038.stderr:no valid command found; 10 closest matches: 2022-02-21T17:51:59.874 INFO:teuthology.orchestra.run.smithi038.stderr:pg stat 2022-02-21T17:51:59.874 INFO:teuthology.orchestra.run.smithi038.stderr:pg getmap 2022-02-21T17:51:59.875 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump [all|summary|sum|delta|pools|osds|pgs|pgs_brief...] 2022-02-21T17:51:59.875 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump_json [all|summary|sum|pools|osds|pgs...] 2022-02-21T17:51:59.875 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump_pools_json 2022-02-21T17:51:59.875 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls-by-pool [...] 2022-02-21T17:51:59.875 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls-by-primary [] [...] 2022-02-21T17:51:59.876 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls-by-osd [] [...] 2022-02-21T17:51:59.876 INFO:teuthology.orchestra.run.smithi038.stderr:pg ls [] [...] 2022-02-21T17:51:59.876 INFO:teuthology.orchestra.run.smithi038.stderr:pg dump_stuck [inactive|unclean|stale|undersized|degraded...] [] 2022-02-21T17:51:59.876 INFO:teuthology.orchestra.run.smithi038.stderr:Error EINVAL: invalid command 2022-02-21T17:51:59.877 INFO:teuthology.orchestra.run.smithi038.stderr:command terminated with exit code 22 2022-02-21T17:51:59.880 DEBUG:teuthology.orchestra.run:got remote process result: 22 2022-02-21T17:52:02.219 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:02.217408 W | cephclient: failed to set mgr module mode "upmap". trying again... 2022-02-21T17:52:04.419 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:04.417516 I | cephclient: command failed for set rook backend. trying again... 2022-02-21T17:52:07.622 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:07.621153 I | op-mgr: successful modules: balancer 2022-02-21T17:52:09.854 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:09.852530 I | cephclient: action set rook backend succeeded on attempt 3 2022-02-21T17:52:09.854 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:09.852552 I | op-mgr: successful modules: orchestrator modules 2022-02-21T17:52:09.882 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch status -f json 2022-02-21T17:52:10.471 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:52:10.472 INFO:teuthology.orchestra.run.smithi038.stdout:{"available": true, "backend": "rook"} 2022-02-21T17:52:10.494 INFO:tasks.rook: mgr/rook orchestrator is active 2022-02-21T17:52:10.495 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph config set mgr mgr/rook/storage_class scratch 2022-02-21T17:52:11.053 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch apply osd --all-available-devices 2022-02-21T17:52:11.691 INFO:teuthology.orchestra.run.smithi038.stdout:['Success'] 2022-02-21T17:52:11.692 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:11.689089 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff= v1.ClusterSpec{ 2022-02-21T17:52:11.693 INFO:tasks.rook.operator.smithi038.stdout: CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", AllowUnsupported: true}, 2022-02-21T17:52:11.693 INFO:tasks.rook.operator.smithi038.stdout: Storage: v1.StorageScopeSpec{ 2022-02-21T17:52:11.693 INFO:tasks.rook.operator.smithi038.stdout: ... // 3 identical fields 2022-02-21T17:52:11.693 INFO:tasks.rook.operator.smithi038.stdout: Config: nil, 2022-02-21T17:52:11.694 INFO:tasks.rook.operator.smithi038.stdout: Selection: {}, 2022-02-21T17:52:11.694 INFO:tasks.rook.operator.smithi038.stdout:- StorageClassDeviceSets: nil, 2022-02-21T17:52:11.694 INFO:tasks.rook.operator.smithi038.stdout:+ StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-02-21T17:52:11.694 INFO:tasks.rook.operator.smithi038.stdout:+ { 2022-02-21T17:52:11.695 INFO:tasks.rook.operator.smithi038.stdout:+ Name: "smithi038-lv-1", 2022-02-21T17:52:11.695 INFO:tasks.rook.operator.smithi038.stdout:+ Count: 1, 2022-02-21T17:52:11.695 INFO:tasks.rook.operator.smithi038.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-02-21T17:52:11.695 INFO:tasks.rook.operator.smithi038.stdout:+ }, 2022-02-21T17:52:11.695 INFO:tasks.rook.operator.smithi038.stdout:+ { 2022-02-21T17:52:11.696 INFO:tasks.rook.operator.smithi038.stdout:+ Name: "smithi038-lv-2", 2022-02-21T17:52:11.697 INFO:tasks.rook.operator.smithi038.stdout:+ Count: 1, 2022-02-21T17:52:11.698 INFO:tasks.rook.operator.smithi038.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-02-21T17:52:11.698 INFO:tasks.rook.operator.smithi038.stdout:+ }, 2022-02-21T17:52:11.698 INFO:tasks.rook.operator.smithi038.stdout:+ { 2022-02-21T17:52:11.698 INFO:tasks.rook.operator.smithi038.stdout:+ Name: "smithi038-lv-3", 2022-02-21T17:52:11.699 INFO:tasks.rook.operator.smithi038.stdout:+ Count: 1, 2022-02-21T17:52:11.699 INFO:tasks.rook.operator.smithi038.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-02-21T17:52:11.699 INFO:tasks.rook.operator.smithi038.stdout:+ }, 2022-02-21T17:52:11.699 INFO:tasks.rook.operator.smithi038.stdout:+ { 2022-02-21T17:52:11.700 INFO:tasks.rook.operator.smithi038.stdout:+ Name: "smithi038-lv-4", 2022-02-21T17:52:11.700 INFO:tasks.rook.operator.smithi038.stdout:+ Count: 1, 2022-02-21T17:52:11.700 INFO:tasks.rook.operator.smithi038.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{...}}, 2022-02-21T17:52:11.700 INFO:tasks.rook.operator.smithi038.stdout:+ }, 2022-02-21T17:52:11.700 INFO:tasks.rook.operator.smithi038.stdout:+ }, 2022-02-21T17:52:11.701 INFO:tasks.rook.operator.smithi038.stdout: }, 2022-02-21T17:52:11.701 INFO:tasks.rook.operator.smithi038.stdout: Annotations: nil, 2022-02-21T17:52:11.701 INFO:tasks.rook.operator.smithi038.stdout: Labels: nil, 2022-02-21T17:52:11.701 INFO:tasks.rook.operator.smithi038.stdout: ... // 20 identical fields 2022-02-21T17:52:11.701 INFO:tasks.rook.operator.smithi038.stdout: } 2022-02-21T17:52:11.702 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:11.689166 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T17:52:11.712 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:11.710537 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:52:11.714 INFO:tasks.rook:Waiting for 4 OSDs 2022-02-21T17:52:11.714 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd stat -f json 2022-02-21T17:52:11.735 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:11.733258 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T17:52:12.268 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:52:12.285 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":4,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-02-21T17:52:12.286 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T17:52:16.869 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:16.867732 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T17:52:16.869 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:16.867751 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T17:52:16.870 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:16.867761 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T17:52:17.220 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:17.218198 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:52:17.232 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:17.222275 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:52:17.233 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:17.222468 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:52:17.679 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:17.678509 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T17:52:17.839 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:17.837646 I | op-mon: start running mons 2022-02-21T17:52:17.910 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:17.909173 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:52:17.968 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:17.966736 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.38:6789"]}] data:a=172.21.15.38:6789 mapping:{"node":{"a":{"Name":"smithi038","Hostname":"smithi038","Address":"172.21.15.38"}}} maxMonId:0] 2022-02-21T17:52:17.977 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:17.975820 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:52:17.977 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:17.976018 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:52:18.840 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:18.839247 I | op-mon: targeting the mon count 1 2022-02-21T17:52:18.856 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:18.854957 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-02-21T17:52:19.857 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:19.856029 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T17:52:19.865 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:19.864225 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:52:19.895 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:19.893233 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T17:52:19.916 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:19.915546 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-02-21T17:52:19.920 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:19.919519 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-02-21T17:52:21.927 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:21.926487 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-02-21T17:52:22.287 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd stat -f json 2022-02-21T17:52:22.794 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:52:22.812 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":4,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-02-21T17:52:22.813 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T17:52:27.917 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:27.915122 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T17:52:27.917 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:27.915165 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T17:52:27.918 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:27.915187 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T17:52:28.181 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:28.179969 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:52:28.238 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:28.237125 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:52:28.239 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:28.237471 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:52:28.666 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:28.664371 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T17:52:28.809 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:28.808740 I | op-mon: start running mons 2022-02-21T17:52:28.849 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:28.847655 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:52:28.926 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:28.925073 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.38:6789"]}] data:a=172.21.15.38:6789 mapping:{"node":{"a":{"Name":"smithi038","Hostname":"smithi038","Address":"172.21.15.38"}}} maxMonId:0] 2022-02-21T17:52:28.950 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:28.949320 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:52:28.950 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:28.949505 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:52:29.763 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:29.761892 I | op-mon: targeting the mon count 1 2022-02-21T17:52:29.767 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:29.766572 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T17:52:30.121 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:30.120494 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T17:52:30.122 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:30.120526 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T17:52:30.466 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:30.464743 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T17:52:30.534 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:30.464765 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T17:52:30.836 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:30.835026 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T17:52:30.836 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:30.835048 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-02-21T17:52:31.179 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.177890 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-02-21T17:52:31.179 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.177924 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T17:52:31.512 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.511047 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T17:52:31.512 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.511067 I | op-config: deleting "log file" option from the mon configuration database 2022-02-21T17:52:31.868 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.867185 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-02-21T17:52:31.869 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.867216 I | op-mon: checking for basic quorum with existing mons 2022-02-21T17:52:31.869 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.867225 I | op-mon: setting mon endpoints for hostnetwork mode 2022-02-21T17:52:31.899 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.898587 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.38:6789"]}] data:a=172.21.15.38:6789 mapping:{"node":{"a":{"Name":"smithi038","Hostname":"smithi038","Address":"172.21.15.38"}}} maxMonId:0] 2022-02-21T17:52:31.906 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.905619 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:52:31.909 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.905822 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:52:31.921 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.919304 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-02-21T17:52:31.927 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.926970 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-02-21T17:52:31.928 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.926994 I | op-mon: waiting for mon quorum with [a] 2022-02-21T17:52:31.934 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:31.933986 I | op-mon: mons running: [a] 2022-02-21T17:52:32.383 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:32.382625 I | op-mon: Monitors in quorum: [a] 2022-02-21T17:52:32.384 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:32.382654 I | op-mon: mons created: 1 2022-02-21T17:52:32.785 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:32.784681 I | op-mon: waiting for mon quorum with [a] 2022-02-21T17:52:32.795 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:32.794786 I | op-mon: mons running: [a] 2022-02-21T17:52:32.814 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd stat -f json 2022-02-21T17:52:33.262 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:33.260276 I | op-mon: Monitors in quorum: [a] 2022-02-21T17:52:33.263 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:33.260396 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-02-21T17:52:33.333 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:52:33.357 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":4,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-02-21T17:52:33.357 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T17:52:33.691 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:33.689979 I | op-mon: checking if multiple mons are on the same node 2022-02-21T17:52:33.694 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:33.692435 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-02-21T17:52:34.116 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:34.115111 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-02-21T17:52:34.536 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:34.535781 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-02-21T17:52:34.976 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:34.975573 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-02-21T17:52:34.976 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:34.975598 I | cephclient: getting or creating ceph auth key "client.crash" 2022-02-21T17:52:35.403 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:35.402822 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-02-21T17:52:35.814 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:35.813240 I | cephclient: successfully enabled msgr2 protocol 2022-02-21T17:52:35.815 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:35.813277 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-02-21T17:52:35.815 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:35.813286 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-02-21T17:52:36.227 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:36.226353 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-02-21T17:52:36.251 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:36.251025 I | op-mgr: start running mgr 2022-02-21T17:52:36.252 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:36.251069 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-02-21T17:52:36.778 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:36.777499 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-02-21T17:52:36.784 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:36.783532 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-02-21T17:52:36.787 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:36.785875 I | op-mgr: setting services to point to mgr "a" 2022-02-21T17:52:36.920 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:36.919211 I | op-osd: start running osds in namespace "rook-ceph" 2022-02-21T17:52:36.920 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:36.919248 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-02-21T17:52:36.938 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:36.937336 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-02-21T17:52:36.959 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:36.958348 I | op-osd: creating 1 new PVCs for device set "smithi038-lv-1" 2022-02-21T17:52:37.167 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:37.165090 I | op-osd: successfully provisioned PVC "smithi038-lv-1-data-0j9zk6" 2022-02-21T17:52:37.169 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:37.165122 I | op-osd: creating 1 new PVCs for device set "smithi038-lv-2" 2022-02-21T17:52:37.361 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:37.359365 I | op-osd: successfully provisioned PVC "smithi038-lv-2-data-0qdpfq" 2022-02-21T17:52:37.363 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:37.362513 I | op-osd: creating 1 new PVCs for device set "smithi038-lv-3" 2022-02-21T17:52:37.562 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:37.561009 I | op-osd: successfully provisioned PVC "smithi038-lv-3-data-0v82zj" 2022-02-21T17:52:37.562 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:37.561315 I | op-osd: creating 1 new PVCs for device set "smithi038-lv-4" 2022-02-21T17:52:37.807 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:37.805212 I | op-osd: successfully provisioned PVC "smithi038-lv-4-data-0jkqn8" 2022-02-21T17:52:37.827 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:37.826489 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-1-data-0j9zk6" 2022-02-21T17:52:37.880 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:37.879673 I | op-mgr: successful modules: dashboard 2022-02-21T17:52:37.882 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:37.880036 I | op-mgr: successful modules: prometheus 2022-02-21T17:52:37.882 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:37.880873 I | op-mgr: successful modules: mgr module(s) from the spec 2022-02-21T17:52:38.084 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:38.083858 I | op-mgr: successful modules: balancer 2022-02-21T17:52:38.180 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:38.179278 I | op-osd: started OSD provisioning job for PVC "smithi038-lv-1-data-0j9zk6" 2022-02-21T17:52:38.180 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:38.179303 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-2-data-0qdpfq" 2022-02-21T17:52:38.573 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:38.573157 I | op-osd: started OSD provisioning job for PVC "smithi038-lv-2-data-0qdpfq" 2022-02-21T17:52:38.574 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:38.573195 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-3-data-0v82zj" 2022-02-21T17:52:39.004 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:39.003505 I | op-osd: started OSD provisioning job for PVC "smithi038-lv-3-data-0v82zj" 2022-02-21T17:52:39.004 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:39.003528 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-4-data-0jkqn8" 2022-02-21T17:52:39.323 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:39.322525 I | op-mgr: successful modules: orchestrator modules 2022-02-21T17:52:39.406 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:39.403448 I | op-osd: started OSD provisioning job for PVC "smithi038-lv-4-data-0jkqn8" 2022-02-21T17:52:39.406 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:39.403474 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-02-21T17:52:39.407 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:39.403481 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-02-21T17:52:39.589 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:39.589104 I | op-osd: OSD orchestration status for PVC smithi038-lv-1-data-0j9zk6 is "starting" 2022-02-21T17:52:39.590 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:39.589155 I | op-osd: OSD orchestration status for PVC smithi038-lv-2-data-0qdpfq is "starting" 2022-02-21T17:52:39.590 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:39.589176 I | op-osd: OSD orchestration status for PVC smithi038-lv-3-data-0v82zj is "starting" 2022-02-21T17:52:39.590 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:39.589195 I | op-osd: OSD orchestration status for PVC smithi038-lv-4-data-0jkqn8 is "starting" 2022-02-21T17:52:43.359 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd stat -f json 2022-02-21T17:52:43.959 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:52:43.977 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":5,"num_osds":0,"num_up_osds":0,"osd_up_since":0,"num_in_osds":0,"osd_in_since":0,"num_remapped_pgs":0} 2022-02-21T17:52:43.977 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T17:52:45.469 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:45.468755 I | op-osd: OSD orchestration status for node smithi038-lv-3-data-0v82zj is "orchestrating" 2022-02-21T17:52:45.837 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:45.836941 I | op-osd: OSD orchestration status for PVC smithi038-lv-3-data-0v82zj is "orchestrating" 2022-02-21T17:52:51.627 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:51.626300 I | op-osd: OSD orchestration status for PVC smithi038-lv-3-data-0v82zj is "completed" 2022-02-21T17:52:51.627 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:51.626336 I | op-osd: creating OSD 0 on PVC "smithi038-lv-3-data-0v82zj" 2022-02-21T17:52:51.627 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:52:51.626350 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-3-data-0v82zj" 2022-02-21T17:52:53.979 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd stat -f json 2022-02-21T17:52:55.097 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:52:55.118 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":6,"num_osds":1,"num_up_osds":0,"osd_up_since":0,"num_in_osds":1,"osd_in_since":1645465967,"num_remapped_pgs":0} 2022-02-21T17:52:55.119 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T17:53:03.184 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:03.185061 I | op-osd: OSD orchestration status for node smithi038-lv-4-data-0jkqn8 is "orchestrating" 2022-02-21T17:53:03.765 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:03.766112 I | op-osd: OSD orchestration status for PVC smithi038-lv-4-data-0jkqn8 is "orchestrating" 2022-02-21T17:53:05.120 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd stat -f json 2022-02-21T17:53:06.211 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:53:06.229 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":7,"num_osds":2,"num_up_osds":0,"osd_up_since":0,"num_in_osds":2,"osd_in_since":1645465985,"num_remapped_pgs":0} 2022-02-21T17:53:06.230 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T17:53:09.847 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:09.847665 I | op-osd: OSD orchestration status for node smithi038-lv-1-data-0j9zk6 is "orchestrating" 2022-02-21T17:53:09.847 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:09.847741 I | op-osd: OSD orchestration status for node smithi038-lv-2-data-0qdpfq is "orchestrating" 2022-02-21T17:53:10.394 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:10.394818 I | op-osd: OSD orchestration status for PVC smithi038-lv-2-data-0qdpfq is "orchestrating" 2022-02-21T17:53:10.557 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:10.558200 I | op-osd: OSD orchestration status for PVC smithi038-lv-1-data-0j9zk6 is "orchestrating" 2022-02-21T17:53:10.561 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:10.561762 I | op-osd: OSD orchestration status for PVC smithi038-lv-4-data-0jkqn8 is "completed" 2022-02-21T17:53:10.561 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:10.561792 I | op-osd: creating OSD 1 on PVC "smithi038-lv-4-data-0jkqn8" 2022-02-21T17:53:10.561 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:10.561804 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-4-data-0jkqn8" 2022-02-21T17:53:13.679 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:13.679787 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi038": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T17:53:16.230 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd stat -f json 2022-02-21T17:53:16.743 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:53:16.768 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":9,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1645465992,"num_remapped_pgs":0} 2022-02-21T17:53:16.768 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T17:53:18.024 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:18.024773 I | op-osd: OSD orchestration status for PVC smithi038-lv-2-data-0qdpfq is "completed" 2022-02-21T17:53:18.026 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:18.026760 I | op-osd: creating OSD 2 on PVC "smithi038-lv-2-data-0qdpfq" 2022-02-21T17:53:18.027 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:18.026790 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-2-data-0qdpfq" 2022-02-21T17:53:19.407 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:19.408188 I | op-osd: OSD orchestration status for PVC smithi038-lv-1-data-0j9zk6 is "completed" 2022-02-21T17:53:19.408 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:19.408222 I | op-osd: creating OSD 3 on PVC "smithi038-lv-1-data-0j9zk6" 2022-02-21T17:53:19.408 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:19.408233 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-1-data-0j9zk6" 2022-02-21T17:53:20.788 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:20.789023 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-02-21T17:53:20.789 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:53:20.789054 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T17:53:26.769 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd stat -f json 2022-02-21T17:53:27.288 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:53:27.308 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":11,"num_osds":4,"num_up_osds":0,"osd_up_since":0,"num_in_osds":4,"osd_in_since":1645465992,"num_remapped_pgs":0} 2022-02-21T17:53:27.308 INFO:tasks.rook: have 0/4 OSDs 2022-02-21T17:53:37.309 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd stat -f json 2022-02-21T17:53:37.806 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:53:37.825 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":13,"num_osds":4,"num_up_osds":1,"osd_up_since":1645466007,"num_in_osds":4,"osd_in_since":1645465992,"num_remapped_pgs":0} 2022-02-21T17:53:37.825 INFO:tasks.rook: have 1/4 OSDs 2022-02-21T17:53:47.827 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd stat -f json 2022-02-21T17:53:48.338 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:53:48.355 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":21,"num_osds":4,"num_up_osds":3,"osd_up_since":1645466026,"num_in_osds":4,"osd_in_since":1645465992,"num_remapped_pgs":0} 2022-02-21T17:53:48.355 INFO:tasks.rook: have 3/4 OSDs 2022-02-21T17:53:58.357 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd stat -f json 2022-02-21T17:53:58.902 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:53:58.924 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":24,"num_osds":4,"num_up_osds":4,"osd_up_since":1645466028,"num_in_osds":4,"osd_in_since":1645465992,"num_remapped_pgs":0} 2022-02-21T17:53:58.925 INFO:tasks.rook:Distributing ceph config and client.admin keyring 2022-02-21T17:53:58.925 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- cat /etc/ceph/ceph.conf 2022-02-21T17:53:59.124 INFO:teuthology.orchestra.run.smithi038.stdout:[global] 2022-02-21T17:53:59.124 INFO:teuthology.orchestra.run.smithi038.stdout:mon_host = 172.21.15.38:6789 2022-02-21T17:53:59.124 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:53:59.125 INFO:teuthology.orchestra.run.smithi038.stdout:[client.admin] 2022-02-21T17:53:59.125 INFO:teuthology.orchestra.run.smithi038.stdout:keyring = /etc/ceph/keyring 2022-02-21T17:53:59.127 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- cat /etc/ceph/keyring 2022-02-21T17:53:59.327 INFO:teuthology.orchestra.run.smithi038.stdout:[client.admin] 2022-02-21T17:53:59.327 INFO:teuthology.orchestra.run.smithi038.stdout:key = AQD+0BNipgLeIhAAA1L1zrUlGgqcrVKj0lo6mQ== 2022-02-21T17:53:59.331 DEBUG:teuthology.orchestra.run.smithi038:> sudo mkdir -p /etc/ceph 2022-02-21T17:53:59.346 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:53:59.346 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.conf 2022-02-21T17:53:59.404 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:53:59.404 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/keyring 2022-02-21T17:53:59.414 INFO:tasks.rook:Setting up client nodes... 2022-02-21T17:53:59.415 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph auth get-or-create client.a mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2022-02-21T17:54:00.111 INFO:teuthology.orchestra.run.smithi038.stdout:[client.a] 2022-02-21T17:54:00.111 INFO:teuthology.orchestra.run.smithi038.stdout: key = AQC40RNiraH8AhAA7rDZjhvP4FSDg+ab/1UMfA== 2022-02-21T17:54:00.135 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:54:00.136 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/ceph/ceph.client.a.keyring 2022-02-21T17:54:00.136 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod 0644 /etc/ceph/ceph.client.a.keyring 2022-02-21T17:54:00.159 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd dump --format=json 2022-02-21T17:54:00.681 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:54:00.681 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":24,"fsid":"c46c89e7-4fd2-4079-ab78-28c6456c07e7","created":"2022-02-21T17:51:27.139234+0000","modified":"2022-02-21T17:53:51.099864+0000","last_up_change":"2022-02-21T17:53:48.890398+0000","last_in_change":"2022-02-21T17:53:12.389023+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-02-21T17:53:48.890238+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":"24","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":"f724fadf-a169-443e-bbb9-ff0447f63e9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":3615385058},{"type":"v1","addr":"172.21.15.38:6803","nonce":3615385058}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":3615385058},{"type":"v1","addr":"172.21.15.38:6805","nonce":3615385058}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":3615385058},{"type":"v1","addr":"172.21.15.38:6809","nonce":3615385058}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":3615385058},{"type":"v1","addr":"172.21.15.38:6807","nonce":3615385058}]},"public_addr":"172.21.15.38:6803/3615385058","cluster_addr":"172.21.15.38:6805/3615385058","heartbeat_back_addr":"172.21.15.38:6809/3615385058","heartbeat_front_addr":"172.21.15.38:6807/3615385058","state":["exists","up"]},{"osd":1,"uuid":"4b5c19b2-51b7-4e0a-b44d-1da32281d95a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":1387641542},{"type":"v1","addr":"172.21.15.38:6811","nonce":1387641542}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":1387641542},{"type":"v1","addr":"172.21.15.38:6813","nonce":1387641542}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":1387641542},{"type":"v1","addr":"172.21.15.38:6817","nonce":1387641542}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":1387641542},{"type":"v1","addr":"172.21.15.38:6815","nonce":1387641542}]},"public_addr":"172.21.15.38:6811/1387641542","cluster_addr":"172.21.15.38:6813/1387641542","heartbeat_back_addr":"172.21.15.38:6817/1387641542","heartbeat_front_addr":"172.21.15.38:6815/1387641542","state":["exists","up"]},{"osd":2,"uuid":"9b029f5c-a98a-43d9-a6f5-1815c5ce3503","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":2675806400},{"type":"v1","addr":"172.21.15.38:6819","nonce":2675806400}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":2675806400},{"type":"v1","addr":"172.21.15.38:6821","nonce":2675806400}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":2675806400},{"type":"v1","addr":"172.21.15.38:6825","nonce":2675806400}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":2675806400},{"type":"v1","addr":"172.21.15.38:6823","nonce":2675806400}]},"public_addr":"172.21.15.38:6819/2675806400","cluster_addr":"172.21.15.38:6821/2675806400","heartbeat_back_addr":"172.21.15.38:6825/2675806400","heartbeat_front_addr":"172.21.15.38:6823/2675806400","state":["exists","up"]},{"osd":3,"uuid":"f209fa3b-59a3-46da-9803-35ef46282589","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":"172.21.15.38:6826","nonce":1771376763},{"type":"v1","addr":"172.21.15.38:6827","nonce":1771376763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":1771376763},{"type":"v1","addr":"172.21.15.38:6829","nonce":1771376763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":1771376763},{"type":"v1","addr":"172.21.15.38:6833","nonce":1771376763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":1771376763},{"type":"v1","addr":"172.21.15.38:6831","nonce":1771376763}]},"public_addr":"172.21.15.38:6827/1771376763","cluster_addr":"172.21.15.38:6829/1771376763","heartbeat_back_addr":"172.21.15.38:6833/1771376763","heartbeat_front_addr":"172.21.15.38:6831/1771376763","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-02-21T17:53:24.030421+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-02-21T17:53:39.652339+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-02-21T17:53:44.403266+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-02-21T17:53:47.462507+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"k":"2","m":"2","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2022-02-21T17:54:00.701 INFO:tasks.rook.ceph_manager.ceph:[{'pool': 1, 'pool_name': '.mgr', 'create_time': '2022-02-21T17:53:48.890238+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': '24', 'last_force_op_resend': '0', 'last_force_op_resend_prenautilus': '0', 'last_force_op_resend_preluminous': '0', 'auid': 0, 'snap_mode': 'selfmanaged', 'snap_seq': 0, 'snap_epoch': 0, 'pool_snaps': [], 'removed_snaps': '[]', 'quota_max_bytes': 0, 'quota_max_objects': 0, 'tiers': [], 'tier_of': -1, 'read_tier': -1, 'write_tier': -1, 'cache_mode': 'none', 'target_max_bytes': 0, 'target_max_objects': 0, 'cache_target_dirty_ratio_micro': 400000, 'cache_target_dirty_high_ratio_micro': 600000, 'cache_target_full_ratio_micro': 800000, 'cache_min_flush_age': 0, 'cache_min_evict_age': 0, 'erasure_code_profile': '', 'hit_set_params': {'type': 'none'}, 'hit_set_period': 0, 'hit_set_count': 0, 'use_gmt_hitset': True, 'min_read_recency_for_promote': 0, 'min_write_recency_for_promote': 0, 'hit_set_grade_decay_rate': 0, 'hit_set_search_last_n': 0, 'grade_table': [], 'stripe_width': 0, 'expected_num_objects': 0, 'fast_read': False, 'options': {'pg_num_max': 32, 'pg_num_min': 1}, 'application_metadata': {'mgr': {}}}] 2022-02-21T17:54:00.702 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd pool get .mgr pg_num 2022-02-21T17:54:01.238 INFO:teuthology.orchestra.run.smithi038.stdout:pg_num: 1 2022-02-21T17:54:01.258 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2022-02-21T17:54:01.259 INFO:tasks.rook.ceph_manager.ceph:waiting for mgr available 2022-02-21T17:54:01.259 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph mgr dump --format=json 2022-02-21T17:54:01.798 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:54:01.819 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":13,"active_gid":4168,"active_name":"a","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6800","nonce":3409544693},{"type":"v1","addr":"172.21.15.38:6801","nonce":3409544693}]},"active_addr":"172.21.15.38:6801/3409544693","active_change":"2022-02-21T17:52:04.205508+0000","active_mgr_features":4540138303579357183,"available":true,"standbys":[],"modules":["iostat","nfs","prometheus","restful","rook"],"available_modules":[{"name":"alerts","can_run":true,"error_string":"","module_options":{"interval":{"name":"interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"How frequently to reexamine health status","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"smtp_destination":{"name":"smtp_destination","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Email address to send alerts to","long_desc":"","tags":[],"see_also":[]},"smtp_from_name":{"name":"smtp_from_name","type":"str","level":"advanced","flags":1,"default_value":"Ceph","min":"","max":"","enum_allowed":[],"desc":"Email From: name","long_desc":"","tags":[],"see_also":[]},"smtp_host":{"name":"smtp_host","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_password":{"name":"smtp_password","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Password to authenticate with","long_desc":"","tags":[],"see_also":[]},"smtp_port":{"name":"smtp_port","type":"int","level":"advanced","flags":1,"default_value":"465","min":"","max":"","enum_allowed":[],"desc":"SMTP port","long_desc":"","tags":[],"see_also":[]},"smtp_sender":{"name":"smtp_sender","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"SMTP envelope sender","long_desc":"","tags":[],"see_also":[]},"smtp_ssl":{"name":"smtp_ssl","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Use SSL to connect to SMTP server","long_desc":"","tags":[],"see_also":[]},"smtp_user":{"name":"smtp_user","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"User to authenticate as","long_desc":"","tags":[],"see_also":[]}}},{"name":"balancer","can_run":true,"error_string":"","module_options":{"active":{"name":"active","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"automatically balance PGs across cluster","long_desc":"","tags":[],"see_also":[]},"begin_time":{"name":"begin_time","type":"str","level":"advanced","flags":1,"default_value":"0000","min":"","max":"","enum_allowed":[],"desc":"beginning time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"begin_weekday":{"name":"begin_weekday","type":"uint","level":"advanced","flags":1,"default_value":"0","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to this day of the week or later","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"crush_compat_max_iterations":{"name":"crush_compat_max_iterations","type":"uint","level":"advanced","flags":1,"default_value":"25","min":"1","max":"250","enum_allowed":[],"desc":"maximum number of iterations to attempt optimization","long_desc":"","tags":[],"see_also":[]},"crush_compat_metrics":{"name":"crush_compat_metrics","type":"str","level":"advanced","flags":1,"default_value":"pgs,objects,bytes","min":"","max":"","enum_allowed":[],"desc":"metrics with which to calculate OSD utilization","long_desc":"Value is a list of one or more of \"pgs\", \"objects\", or \"bytes\", and indicates which metrics to use to balance utilization.","tags":[],"see_also":[]},"crush_compat_step":{"name":"crush_compat_step","type":"float","level":"advanced","flags":1,"default_value":"0.5","min":"0.001","max":"0.999","enum_allowed":[],"desc":"aggressiveness of optimization","long_desc":".99 is very aggressive, .01 is less aggressive","tags":[],"see_also":[]},"end_time":{"name":"end_time","type":"str","level":"advanced","flags":1,"default_value":"2400","min":"","max":"","enum_allowed":[],"desc":"ending time of day to automatically balance","long_desc":"This is a time of day in the format HHMM.","tags":[],"see_also":[]},"end_weekday":{"name":"end_weekday","type":"uint","level":"advanced","flags":1,"default_value":"7","min":"0","max":"7","enum_allowed":[],"desc":"Restrict automatic balancing to days of the week earlier than this","long_desc":"0 or 7 = Sunday, 1 = Monday, etc.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_score":{"name":"min_score","type":"float","level":"advanced","flags":1,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"minimum score, below which no optimization is attempted","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":1,"default_value":"upmap","min":"","max":"","enum_allowed":["crush-compat","none","upmap"],"desc":"Balancer mode","long_desc":"","tags":[],"see_also":[]},"pool_ids":{"name":"pool_ids","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"pools which the automatic balancing will be limited to","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and attempt optimization","long_desc":"","tags":[],"see_also":[]},"upmap_max_deviation":{"name":"upmap_max_deviation","type":"int","level":"advanced","flags":1,"default_value":"5","min":"1","max":"","enum_allowed":[],"desc":"deviation below which no optimization is attempted","long_desc":"If the number of PGs are within this count then no optimization is attempted","tags":[],"see_also":[]},"upmap_max_optimizations":{"name":"upmap_max_optimizations","type":"uint","level":"advanced","flags":1,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"maximum upmap optimizations to make per attempt","long_desc":"","tags":[],"see_also":[]}}},{"name":"cephadm","can_run":true,"error_string":"","module_options":{"agent_down_multiplier":{"name":"agent_down_multiplier","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"","max":"","enum_allowed":[],"desc":"Multiplied by agent refresh rate to calculate how long agent must not report before being marked down","long_desc":"","tags":[],"see_also":[]},"agent_refresh_rate":{"name":"agent_refresh_rate","type":"secs","level":"advanced","flags":0,"default_value":"20","min":"","max":"","enum_allowed":[],"desc":"How often agent on each host will try to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"agent_starting_port":{"name":"agent_starting_port","type":"int","level":"advanced","flags":0,"default_value":"4721","min":"","max":"","enum_allowed":[],"desc":"First port agent will try to bind to (will also try up to next 1000 subsequent ports if blocked)","long_desc":"","tags":[],"see_also":[]},"allow_ptrace":{"name":"allow_ptrace","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow SYS_PTRACE capability on ceph containers","long_desc":"The SYS_PTRACE capability is needed to attach to a process with gdb or strace. Enabling this options can allow debugging daemons that encounter problems at runtime.","tags":[],"see_also":[]},"autotune_interval":{"name":"autotune_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to autotune daemon memory","long_desc":"","tags":[],"see_also":[]},"autotune_memory_target_ratio":{"name":"autotune_memory_target_ratio","type":"float","level":"advanced","flags":0,"default_value":"0.7","min":"","max":"","enum_allowed":[],"desc":"ratio of total system memory to divide amongst autotuned daemons","long_desc":"","tags":[],"see_also":[]},"config_checks_enabled":{"name":"config_checks_enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable or disable the cephadm configuration analysis","long_desc":"","tags":[],"see_also":[]},"config_dashboard":{"name":"config_dashboard","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"manage configs like API endpoints in Dashboard.","long_desc":"","tags":[],"see_also":[]},"container_image_alertmanager":{"name":"container_image_alertmanager","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/alertmanager:v0.20.0","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_base":{"name":"container_image_base","type":"str","level":"advanced","flags":1,"default_value":"quay.io/ceph/ceph","min":"","max":"","enum_allowed":[],"desc":"Container image name, without the tag","long_desc":"","tags":[],"see_also":[]},"container_image_grafana":{"name":"container_image_grafana","type":"str","level":"advanced","flags":0,"default_value":"quay.io/ceph/ceph-grafana:6.7.4","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_haproxy":{"name":"container_image_haproxy","type":"str","level":"advanced","flags":0,"default_value":"docker.io/library/haproxy:2.3","min":"","max":"","enum_allowed":[],"desc":"HAproxy container image","long_desc":"","tags":[],"see_also":[]},"container_image_keepalived":{"name":"container_image_keepalived","type":"str","level":"advanced","flags":0,"default_value":"docker.io/arcts/keepalived","min":"","max":"","enum_allowed":[],"desc":"Keepalived container image","long_desc":"","tags":[],"see_also":[]},"container_image_node_exporter":{"name":"container_image_node_exporter","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/node-exporter:v0.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_prometheus":{"name":"container_image_prometheus","type":"str","level":"advanced","flags":0,"default_value":"quay.io/prometheus/prometheus:v2.18.1","min":"","max":"","enum_allowed":[],"desc":"Prometheus container image","long_desc":"","tags":[],"see_also":[]},"container_image_snmp_gateway":{"name":"container_image_snmp_gateway","type":"str","level":"advanced","flags":0,"default_value":"docker.io/maxwo/snmp-notifier:v1.2.1","min":"","max":"","enum_allowed":[],"desc":"SNMP Gateway container image","long_desc":"","tags":[],"see_also":[]},"container_init":{"name":"container_init","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Run podman/docker with `--init`","long_desc":"","tags":[],"see_also":[]},"daemon_cache_timeout":{"name":"daemon_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"seconds to cache service (daemon) inventory","long_desc":"","tags":[],"see_also":[]},"default_registry":{"name":"default_registry","type":"str","level":"advanced","flags":0,"default_value":"docker.io","min":"","max":"","enum_allowed":[],"desc":"Search-registry to which we should normalize unqualified image names. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"device_cache_timeout":{"name":"device_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"1800","min":"","max":"","enum_allowed":[],"desc":"seconds to cache device inventory","long_desc":"","tags":[],"see_also":[]},"device_enhanced_scan":{"name":"device_enhanced_scan","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use libstoragemgmt during device scans","long_desc":"","tags":[],"see_also":[]},"facts_cache_timeout":{"name":"facts_cache_timeout","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"seconds to cache host facts data","long_desc":"","tags":[],"see_also":[]},"host_check_interval":{"name":"host_check_interval","type":"secs","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to perform a host check","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"log to the \"cephadm\" cluster log channel\"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf":{"name":"manage_etc_ceph_ceph_conf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Manage and own /etc/ceph/ceph.conf on the hosts.","long_desc":"","tags":[],"see_also":[]},"manage_etc_ceph_ceph_conf_hosts":{"name":"manage_etc_ceph_ceph_conf_hosts","type":"str","level":"advanced","flags":0,"default_value":"*","min":"","max":"","enum_allowed":[],"desc":"PlacementSpec describing on which hosts to manage /etc/ceph/ceph.conf","long_desc":"","tags":[],"see_also":[]},"max_count_per_host":{"name":"max_count_per_host","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of daemons per service per host","long_desc":"","tags":[],"see_also":[]},"max_osd_draining_count":{"name":"max_osd_draining_count","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"max number of osds that will be drained simultaneously when osds are removed","long_desc":"","tags":[],"see_also":[]},"migration_current":{"name":"migration_current","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"internal - do not modify","long_desc":"","tags":[],"see_also":[]},"mode":{"name":"mode","type":"str","level":"advanced","flags":0,"default_value":"root","min":"","max":"","enum_allowed":["cephadm-package","root"],"desc":"mode for remote execution of cephadm","long_desc":"","tags":[],"see_also":[]},"prometheus_alerts_path":{"name":"prometheus_alerts_path","type":"str","level":"advanced","flags":0,"default_value":"/etc/prometheus/ceph/ceph_default_alerts.yml","min":"","max":"","enum_allowed":[],"desc":"location of alerts to include in prometheus deployments","long_desc":"","tags":[],"see_also":[]},"registry_insecure":{"name":"registry_insecure","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Registry is to be considered insecure (no TLS available). Only for development purposes.","long_desc":"","tags":[],"see_also":[]},"registry_password":{"name":"registry_password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository password. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"registry_url":{"name":"registry_url","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Registry url for login purposes. This is not the default registry","long_desc":"","tags":[],"see_also":[]},"registry_username":{"name":"registry_username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"Custom repository username. Only used for logging into a registry.","long_desc":"","tags":[],"see_also":[]},"ssh_config_file":{"name":"ssh_config_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"customized SSH config file to connect to managed hosts","long_desc":"","tags":[],"see_also":[]},"use_agent":{"name":"use_agent","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Use cephadm agent on each host to gather and send metadata","long_desc":"","tags":[],"see_also":[]},"use_repo_digest":{"name":"use_repo_digest","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Automatically convert image tags to image digest. Make sure all daemons use the same image","long_desc":"","tags":[],"see_also":[]},"warn_on_failed_host_check":{"name":"warn_on_failed_host_check","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if the host check fails","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_daemons":{"name":"warn_on_stray_daemons","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected that are not managed by cephadm","long_desc":"","tags":[],"see_also":[]},"warn_on_stray_hosts":{"name":"warn_on_stray_hosts","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"raise a health warning if daemons are detected on a host that is not managed by cephadm","long_desc":"","tags":[],"see_also":[]}}},{"name":"crash","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"retain_interval":{"name":"retain_interval","type":"secs","level":"advanced","flags":1,"default_value":"31536000","min":"","max":"","enum_allowed":[],"desc":"how long to retain crashes before pruning them","long_desc":"","tags":[],"see_also":[]},"warn_recent_interval":{"name":"warn_recent_interval","type":"secs","level":"advanced","flags":1,"default_value":"1209600","min":"","max":"","enum_allowed":[],"desc":"time interval in which to warn about recent crashes","long_desc":"","tags":[],"see_also":[]}}},{"name":"dashboard","can_run":true,"error_string":"","module_options":{"ACCOUNT_LOCKOUT_ATTEMPTS":{"name":"ACCOUNT_LOCKOUT_ATTEMPTS","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_HOST":{"name":"ALERTMANAGER_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ALERTMANAGER_API_SSL_VERIFY":{"name":"ALERTMANAGER_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_ENABLED":{"name":"AUDIT_API_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"AUDIT_API_LOG_PAYLOAD":{"name":"AUDIT_API_LOG_PAYLOAD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ENABLE_BROWSABLE_API":{"name":"ENABLE_BROWSABLE_API","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_CEPHFS":{"name":"FEATURE_TOGGLE_CEPHFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_ISCSI":{"name":"FEATURE_TOGGLE_ISCSI","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_MIRRORING":{"name":"FEATURE_TOGGLE_MIRRORING","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_NFS":{"name":"FEATURE_TOGGLE_NFS","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RBD":{"name":"FEATURE_TOGGLE_RBD","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"FEATURE_TOGGLE_RGW":{"name":"FEATURE_TOGGLE_RGW","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE":{"name":"GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_PASSWORD":{"name":"GRAFANA_API_PASSWORD","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_SSL_VERIFY":{"name":"GRAFANA_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_URL":{"name":"GRAFANA_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_API_USERNAME":{"name":"GRAFANA_API_USERNAME","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_FRONTEND_API_URL":{"name":"GRAFANA_FRONTEND_API_URL","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"GRAFANA_UPDATE_DASHBOARDS":{"name":"GRAFANA_UPDATE_DASHBOARDS","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISCSI_API_SSL_VERIFICATION":{"name":"ISCSI_API_SSL_VERIFICATION","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ISSUE_TRACKER_API_KEY":{"name":"ISSUE_TRACKER_API_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_HOST":{"name":"PROMETHEUS_API_HOST","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PROMETHEUS_API_SSL_VERIFY":{"name":"PROMETHEUS_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_COMPLEXITY_ENABLED":{"name":"PWD_POLICY_CHECK_COMPLEXITY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED":{"name":"PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_LENGTH_ENABLED":{"name":"PWD_POLICY_CHECK_LENGTH_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_OLDPWD_ENABLED":{"name":"PWD_POLICY_CHECK_OLDPWD_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED":{"name":"PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_CHECK_USERNAME_ENABLED":{"name":"PWD_POLICY_CHECK_USERNAME_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_ENABLED":{"name":"PWD_POLICY_ENABLED","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_EXCLUSION_LIST":{"name":"PWD_POLICY_EXCLUSION_LIST","type":"str","level":"advanced","flags":0,"default_value":"osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_COMPLEXITY":{"name":"PWD_POLICY_MIN_COMPLEXITY","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"PWD_POLICY_MIN_LENGTH":{"name":"PWD_POLICY_MIN_LENGTH","type":"int","level":"advanced","flags":0,"default_value":"8","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"REST_REQUESTS_TIMEOUT":{"name":"REST_REQUESTS_TIMEOUT","type":"int","level":"advanced","flags":0,"default_value":"45","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ACCESS_KEY":{"name":"RGW_API_ACCESS_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_ADMIN_RESOURCE":{"name":"RGW_API_ADMIN_RESOURCE","type":"str","level":"advanced","flags":0,"default_value":"admin","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SECRET_KEY":{"name":"RGW_API_SECRET_KEY","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"RGW_API_SSL_VERIFY":{"name":"RGW_API_SSL_VERIFY","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_SPAN":{"name":"USER_PWD_EXPIRATION_SPAN","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_1":{"name":"USER_PWD_EXPIRATION_WARNING_1","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"USER_PWD_EXPIRATION_WARNING_2":{"name":"USER_PWD_EXPIRATION_WARNING_2","type":"int","level":"advanced","flags":0,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"crt_file":{"name":"crt_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"debug":{"name":"debug","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Enable/disable debug options","long_desc":"","tags":[],"see_also":[]},"jwt_token_ttl":{"name":"jwt_token_ttl","type":"int","level":"advanced","flags":0,"default_value":"28800","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"motd":{"name":"motd","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"The message of the day","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"8080","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"ssl_server_port":{"name":"ssl_server_port","type":"int","level":"advanced","flags":0,"default_value":"8443","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":0,"default_value":"redirect","min":"","max":"","enum_allowed":["error","redirect"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":0,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url_prefix":{"name":"url_prefix","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"devicehealth","can_run":true,"error_string":"","module_options":{"enable_monitoring":{"name":"enable_monitoring","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"monitor device health metrics","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mark_out_threshold":{"name":"mark_out_threshold","type":"secs","level":"advanced","flags":1,"default_value":"2419200","min":"","max":"","enum_allowed":[],"desc":"automatically mark OSD if it may fail before this long","long_desc":"","tags":[],"see_also":[]},"pool_name":{"name":"pool_name","type":"str","level":"advanced","flags":1,"default_value":"device_health_metrics","min":"","max":"","enum_allowed":[],"desc":"name of pool in which to store device health metrics","long_desc":"","tags":[],"see_also":[]},"retention_period":{"name":"retention_period","type":"secs","level":"advanced","flags":1,"default_value":"15552000","min":"","max":"","enum_allowed":[],"desc":"how long to retain device health metrics","long_desc":"","tags":[],"see_also":[]},"scrape_frequency":{"name":"scrape_frequency","type":"secs","level":"advanced","flags":1,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"how frequently to scrape device health metrics","long_desc":"","tags":[],"see_also":[]},"self_heal":{"name":"self_heal","type":"bool","level":"advanced","flags":1,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"preemptively heal cluster around devices that may fail","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"how frequently to wake up and check device health","long_desc":"","tags":[],"see_also":[]},"warn_threshold":{"name":"warn_threshold","type":"secs","level":"advanced","flags":1,"default_value":"7257600","min":"","max":"","enum_allowed":[],"desc":"raise health warning if OSD may fail before this long","long_desc":"","tags":[],"see_also":[]}}},{"name":"diskprediction_local","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predict_interval":{"name":"predict_interval","type":"str","level":"advanced","flags":0,"default_value":"86400","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"predictor_model":{"name":"predictor_model","type":"str","level":"advanced","flags":0,"default_value":"prophetstor","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"str","level":"advanced","flags":0,"default_value":"600","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"influx","can_run":false,"error_string":"influxdb python module not found","module_options":{"batch_size":{"name":"batch_size","type":"int","level":"advanced","flags":0,"default_value":"5000","min":"","max":"","enum_allowed":[],"desc":"How big batches of data points should be when sending to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"database":{"name":"database","type":"str","level":"advanced","flags":0,"default_value":"ceph","min":"","max":"","enum_allowed":[],"desc":"InfluxDB database name. You will need to create this database and grant write privileges to the configured username or the username must have admin privileges to create it.","long_desc":"","tags":[],"see_also":[]},"hostname":{"name":"hostname","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server hostname","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"30","min":"5","max":"","enum_allowed":[],"desc":"Time between reports to InfluxDB. Default 30 seconds.","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"password":{"name":"password","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"password of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"port":{"name":"port","type":"int","level":"advanced","flags":0,"default_value":"8086","min":"","max":"","enum_allowed":[],"desc":"InfluxDB server port","long_desc":"","tags":[],"see_also":[]},"ssl":{"name":"ssl","type":"str","level":"advanced","flags":0,"default_value":"false","min":"","max":"","enum_allowed":[],"desc":"Use https connection for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]},"threads":{"name":"threads","type":"int","level":"advanced","flags":0,"default_value":"5","min":"1","max":"32","enum_allowed":[],"desc":"How many worker threads should be spawned for sending data to InfluxDB.","long_desc":"","tags":[],"see_also":[]},"username":{"name":"username","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"username of InfluxDB server user","long_desc":"","tags":[],"see_also":[]},"verify_ssl":{"name":"verify_ssl","type":"str","level":"advanced","flags":0,"default_value":"true","min":"","max":"","enum_allowed":[],"desc":"Verify https cert for InfluxDB server. Use \"true\" or \"false\".","long_desc":"","tags":[],"see_also":[]}}},{"name":"insights","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"iostat","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"k8sevents","can_run":true,"error_string":"","module_options":{"ceph_event_retention_days":{"name":"ceph_event_retention_days","type":"int","level":"advanced","flags":0,"default_value":"7","min":"","max":"","enum_allowed":[],"desc":"Days to hold ceph event information within local cache","long_desc":"","tags":[],"see_also":[]},"config_check_secs":{"name":"config_check_secs","type":"int","level":"advanced","flags":0,"default_value":"10","min":"10","max":"","enum_allowed":[],"desc":"interval (secs) to check for cluster configuration changes","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"localpool","can_run":true,"error_string":"","module_options":{"failure_domain":{"name":"failure_domain","type":"str","level":"advanced","flags":1,"default_value":"host","min":"","max":"","enum_allowed":[],"desc":"failure domain for any created local pool","long_desc":"what failure domain we should separate data replicas across.","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"min_size":{"name":"min_size","type":"int","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"default min_size for any created local pool","long_desc":"value to set min_size to (unchanged from Ceph's default if this option is not set)","tags":[],"see_also":[]},"num_rep":{"name":"num_rep","type":"int","level":"advanced","flags":1,"default_value":"3","min":"","max":"","enum_allowed":[],"desc":"default replica count for any created local pool","long_desc":"","tags":[],"see_also":[]},"pg_num":{"name":"pg_num","type":"int","level":"advanced","flags":1,"default_value":"128","min":"","max":"","enum_allowed":[],"desc":"default pg_num for any created local pool","long_desc":"","tags":[],"see_also":[]},"prefix":{"name":"prefix","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"name prefix for any created local pool","long_desc":"","tags":[],"see_also":[]},"subtree":{"name":"subtree","type":"str","level":"advanced","flags":1,"default_value":"rack","min":"","max":"","enum_allowed":[],"desc":"CRUSH level for which to create a local pool","long_desc":"which CRUSH subtree type the module should create a pool for.","tags":[],"see_also":[]}}},{"name":"mds_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"mirroring","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"nfs","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"orchestrator":{"name":"orchestrator","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["cephadm","rook","test_orchestrator"],"desc":"Orchestrator backend","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_perf_query","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"osd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"pg_autoscaler","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"noautoscale":{"name":"noautoscale","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"global autoscale flag","long_desc":"Option to turn on/off the autoscaler for all pools","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"threshold":{"name":"threshold","type":"float","level":"advanced","flags":0,"default_value":"3.0","min":"1.0","max":"","enum_allowed":[],"desc":"scaling threshold","long_desc":"The factor by which the `NEW PG_NUM` must vary from the current`PG_NUM` before being accepted. Cannot be less than 1.0","tags":[],"see_also":[]}}},{"name":"progress","can_run":true,"error_string":"","module_options":{"allow_pg_recovery_event":{"name":"allow_pg_recovery_event","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow the module to show pg recovery progress","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_completed_events":{"name":"max_completed_events","type":"int","level":"advanced","flags":1,"default_value":"50","min":"","max":"","enum_allowed":[],"desc":"number of past completed events to remember","long_desc":"","tags":[],"see_also":[]},"sleep_interval":{"name":"sleep_interval","type":"secs","level":"advanced","flags":1,"default_value":"5","min":"","max":"","enum_allowed":[],"desc":"how long the module is going to sleep","long_desc":"","tags":[],"see_also":[]}}},{"name":"prometheus","can_run":true,"error_string":"","module_options":{"cache":{"name":"cache","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools":{"name":"rbd_stats_pools","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rbd_stats_pools_refresh_interval":{"name":"rbd_stats_pools_refresh_interval","type":"int","level":"advanced","flags":0,"default_value":"300","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"scrape_interval":{"name":"scrape_interval","type":"float","level":"advanced","flags":0,"default_value":"15.0","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"::","min":"","max":"","enum_allowed":[],"desc":"the IPv4 or IPv6 address on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"int","level":"advanced","flags":0,"default_value":"9283","min":"","max":"","enum_allowed":[],"desc":"the port on which the module listens for HTTP requests","long_desc":"","tags":[],"see_also":[]},"stale_cache_strategy":{"name":"stale_cache_strategy","type":"str","level":"advanced","flags":0,"default_value":"log","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_behaviour":{"name":"standby_behaviour","type":"str","level":"advanced","flags":1,"default_value":"default","min":"","max":"","enum_allowed":["default","error"],"desc":"","long_desc":"","tags":[],"see_also":[]},"standby_error_status_code":{"name":"standby_error_status_code","type":"int","level":"advanced","flags":1,"default_value":"500","min":"400","max":"599","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rbd_support","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_snap_create":{"name":"max_concurrent_snap_create","type":"int","level":"advanced","flags":0,"default_value":"10","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"mirror_snapshot_schedule":{"name":"mirror_snapshot_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"trash_purge_schedule":{"name":"trash_purge_schedule","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"restful","can_run":true,"error_string":"","module_options":{"enable_auth":{"name":"enable_auth","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"key_file":{"name":"key_file","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_addr":{"name":"server_addr","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"server_port":{"name":"server_port","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"rook","can_run":true,"error_string":"","module_options":{"drive_group_interval":{"name":"drive_group_interval","type":"float","level":"advanced","flags":0,"default_value":"300.0","min":"","max":"","enum_allowed":[],"desc":"interval in seconds between re-application of applied drive_groups","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"storage_class":{"name":"storage_class","type":"str","level":"advanced","flags":0,"default_value":"local","min":"","max":"","enum_allowed":[],"desc":"storage class name for LSO-discovered PVs","long_desc":"","tags":[],"see_also":[]}}},{"name":"selftest","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption1":{"name":"roption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"roption2":{"name":"roption2","type":"str","level":"advanced","flags":0,"default_value":"xyz","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption1":{"name":"rwoption1","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption2":{"name":"rwoption2","type":"int","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption3":{"name":"rwoption3","type":"float","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption4":{"name":"rwoption4","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption5":{"name":"rwoption5","type":"bool","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption6":{"name":"rwoption6","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"rwoption7":{"name":"rwoption7","type":"int","level":"advanced","flags":0,"default_value":"","min":"1","max":"42","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testkey":{"name":"testkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testlkey":{"name":"testlkey","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"testnewline":{"name":"testnewline","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"snap_schedule","can_run":true,"error_string":"","module_options":{"allow_m_granularity":{"name":"allow_m_granularity","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"allow minute scheduled snapshots","long_desc":"","tags":[],"see_also":[]},"dump_on_update":{"name":"dump_on_update","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"dump database to debug log on update","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"stats","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"status","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telegraf","can_run":true,"error_string":"","module_options":{"address":{"name":"address","type":"str","level":"advanced","flags":0,"default_value":"unixgram:///tmp/telegraf.sock","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"15","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"telemetry","can_run":true,"error_string":"","module_options":{"channel_basic":{"name":"channel_basic","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share basic cluster information (size, version)","long_desc":"","tags":[],"see_also":[]},"channel_crash":{"name":"channel_crash","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share metadata about Ceph daemon crashes (version, stack straces, etc)","long_desc":"","tags":[],"see_also":[]},"channel_device":{"name":"channel_device","type":"bool","level":"advanced","flags":0,"default_value":"True","min":"","max":"","enum_allowed":[],"desc":"Share device health metrics (e.g., SMART data, minus potentially identifying info like serial numbers)","long_desc":"","tags":[],"see_also":[]},"channel_ident":{"name":"channel_ident","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share a user-provided description and/or contact email for the cluster","long_desc":"","tags":[],"see_also":[]},"channel_perf":{"name":"channel_perf","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"Share various performance metrics of a cluster","long_desc":"","tags":[],"see_also":[]},"contact":{"name":"contact","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"description":{"name":"description","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"device_url":{"name":"device_url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/device","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"enabled":{"name":"enabled","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"int","level":"advanced","flags":0,"default_value":"24","min":"8","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"last_opt_revision":{"name":"last_opt_revision","type":"int","level":"advanced","flags":0,"default_value":"1","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"leaderboard":{"name":"leaderboard","type":"bool","level":"advanced","flags":0,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"organization":{"name":"organization","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"proxy":{"name":"proxy","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"url":{"name":"url","type":"str","level":"advanced","flags":0,"default_value":"https://telemetry.ceph.com/report","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"test_orchestrator","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}},{"name":"volumes","can_run":true,"error_string":"","module_options":{"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"max_concurrent_clones":{"name":"max_concurrent_clones","type":"int","level":"advanced","flags":0,"default_value":"4","min":"","max":"","enum_allowed":[],"desc":"Number of asynchronous cloner threads","long_desc":"","tags":[],"see_also":[]},"snapshot_clone_delay":{"name":"snapshot_clone_delay","type":"int","level":"advanced","flags":0,"default_value":"0","min":"","max":"","enum_allowed":[],"desc":"Delay clone begin operation by snapshot_clone_delay seconds","long_desc":"","tags":[],"see_also":[]}}},{"name":"zabbix","can_run":true,"error_string":"","module_options":{"discovery_interval":{"name":"discovery_interval","type":"uint","level":"advanced","flags":0,"default_value":"100","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"identifier":{"name":"identifier","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"interval":{"name":"interval","type":"secs","level":"advanced","flags":0,"default_value":"60","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_level":{"name":"log_level","type":"str","level":"advanced","flags":1,"default_value":"","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster":{"name":"log_to_cluster","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_cluster_level":{"name":"log_to_cluster_level","type":"str","level":"advanced","flags":1,"default_value":"info","min":"","max":"","enum_allowed":["","critical","debug","error","info","warning"],"desc":"","long_desc":"","tags":[],"see_also":[]},"log_to_file":{"name":"log_to_file","type":"bool","level":"advanced","flags":1,"default_value":"False","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_host":{"name":"zabbix_host","type":"str","level":"advanced","flags":0,"default_value":"","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_port":{"name":"zabbix_port","type":"int","level":"advanced","flags":0,"default_value":"10051","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]},"zabbix_sender":{"name":"zabbix_sender","type":"str","level":"advanced","flags":0,"default_value":"/usr/bin/zabbix_sender","min":"","max":"","enum_allowed":[],"desc":"","long_desc":"","tags":[],"see_also":[]}}}],"services":{"prometheus":"http://172.21.15.38:9283/"},"always_on_modules":{"octopus":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"pacific":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"quincy":["balancer","crash","devicehealth","orchestrator","pg_autoscaler","progress","rbd_support","status","telemetry","volumes"],"last_failure_osd_epoch":4,"active_clients":[{"addrvec":[{"type":"v2","addr":"172.21.15.38:0","nonce":2780625161}]},{"addrvec":[{"type":"v2","addr":"172.21.15.38:0","nonce":2301374573}]},{"addrvec":[{"type":"v2","addr":"172.21.15.38:0","nonce":608508409}]},{"addrvec":[{"type":"v2","addr":"172.21.15.38:0","nonce":1973213098}]}]}} 2022-02-21T17:54:01.822 INFO:tasks.rook.ceph_manager.ceph:mgr available! 2022-02-21T17:54:01.822 INFO:tasks.rook.ceph_manager.ceph:waiting for all up 2022-02-21T17:54:01.823 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd dump --format=json 2022-02-21T17:54:02.381 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:54:02.381 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":24,"fsid":"c46c89e7-4fd2-4079-ab78-28c6456c07e7","created":"2022-02-21T17:51:27.139234+0000","modified":"2022-02-21T17:53:51.099864+0000","last_up_change":"2022-02-21T17:53:48.890398+0000","last_in_change":"2022-02-21T17:53:12.389023+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-02-21T17:53:48.890238+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":"24","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":"f724fadf-a169-443e-bbb9-ff0447f63e9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":3615385058},{"type":"v1","addr":"172.21.15.38:6803","nonce":3615385058}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":3615385058},{"type":"v1","addr":"172.21.15.38:6805","nonce":3615385058}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":3615385058},{"type":"v1","addr":"172.21.15.38:6809","nonce":3615385058}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":3615385058},{"type":"v1","addr":"172.21.15.38:6807","nonce":3615385058}]},"public_addr":"172.21.15.38:6803/3615385058","cluster_addr":"172.21.15.38:6805/3615385058","heartbeat_back_addr":"172.21.15.38:6809/3615385058","heartbeat_front_addr":"172.21.15.38:6807/3615385058","state":["exists","up"]},{"osd":1,"uuid":"4b5c19b2-51b7-4e0a-b44d-1da32281d95a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":1387641542},{"type":"v1","addr":"172.21.15.38:6811","nonce":1387641542}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":1387641542},{"type":"v1","addr":"172.21.15.38:6813","nonce":1387641542}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":1387641542},{"type":"v1","addr":"172.21.15.38:6817","nonce":1387641542}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":1387641542},{"type":"v1","addr":"172.21.15.38:6815","nonce":1387641542}]},"public_addr":"172.21.15.38:6811/1387641542","cluster_addr":"172.21.15.38:6813/1387641542","heartbeat_back_addr":"172.21.15.38:6817/1387641542","heartbeat_front_addr":"172.21.15.38:6815/1387641542","state":["exists","up"]},{"osd":2,"uuid":"9b029f5c-a98a-43d9-a6f5-1815c5ce3503","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":2675806400},{"type":"v1","addr":"172.21.15.38:6819","nonce":2675806400}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":2675806400},{"type":"v1","addr":"172.21.15.38:6821","nonce":2675806400}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":2675806400},{"type":"v1","addr":"172.21.15.38:6825","nonce":2675806400}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":2675806400},{"type":"v1","addr":"172.21.15.38:6823","nonce":2675806400}]},"public_addr":"172.21.15.38:6819/2675806400","cluster_addr":"172.21.15.38:6821/2675806400","heartbeat_back_addr":"172.21.15.38:6825/2675806400","heartbeat_front_addr":"172.21.15.38:6823/2675806400","state":["exists","up"]},{"osd":3,"uuid":"f209fa3b-59a3-46da-9803-35ef46282589","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":"172.21.15.38:6826","nonce":1771376763},{"type":"v1","addr":"172.21.15.38:6827","nonce":1771376763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":1771376763},{"type":"v1","addr":"172.21.15.38:6829","nonce":1771376763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":1771376763},{"type":"v1","addr":"172.21.15.38:6833","nonce":1771376763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":1771376763},{"type":"v1","addr":"172.21.15.38:6831","nonce":1771376763}]},"public_addr":"172.21.15.38:6827/1771376763","cluster_addr":"172.21.15.38:6829/1771376763","heartbeat_back_addr":"172.21.15.38:6833/1771376763","heartbeat_front_addr":"172.21.15.38:6831/1771376763","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-02-21T17:53:24.030421+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-02-21T17:53:39.652339+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-02-21T17:53:44.403266+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-02-21T17:53:47.462507+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"k":"2","m":"2","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2022-02-21T17:54:02.401 INFO:tasks.rook.ceph_manager.ceph:all up! 2022-02-21T17:54:02.401 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd dump --format=json 2022-02-21T17:54:02.920 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:54:02.920 INFO:teuthology.orchestra.run.smithi038.stdout:{"epoch":24,"fsid":"c46c89e7-4fd2-4079-ab78-28c6456c07e7","created":"2022-02-21T17:51:27.139234+0000","modified":"2022-02-21T17:53:51.099864+0000","last_up_change":"2022-02-21T17:53:48.890398+0000","last_in_change":"2022-02-21T17:53:12.389023+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-02-21T17:53:48.890238+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":"24","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":"f724fadf-a169-443e-bbb9-ff0447f63e9a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":12,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6802","nonce":3615385058},{"type":"v1","addr":"172.21.15.38:6803","nonce":3615385058}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6804","nonce":3615385058},{"type":"v1","addr":"172.21.15.38:6805","nonce":3615385058}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6808","nonce":3615385058},{"type":"v1","addr":"172.21.15.38:6809","nonce":3615385058}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6806","nonce":3615385058},{"type":"v1","addr":"172.21.15.38:6807","nonce":3615385058}]},"public_addr":"172.21.15.38:6803/3615385058","cluster_addr":"172.21.15.38:6805/3615385058","heartbeat_back_addr":"172.21.15.38:6809/3615385058","heartbeat_front_addr":"172.21.15.38:6807/3615385058","state":["exists","up"]},{"osd":1,"uuid":"4b5c19b2-51b7-4e0a-b44d-1da32281d95a","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":16,"up_thru":22,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6810","nonce":1387641542},{"type":"v1","addr":"172.21.15.38:6811","nonce":1387641542}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6812","nonce":1387641542},{"type":"v1","addr":"172.21.15.38:6813","nonce":1387641542}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6816","nonce":1387641542},{"type":"v1","addr":"172.21.15.38:6817","nonce":1387641542}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6814","nonce":1387641542},{"type":"v1","addr":"172.21.15.38:6815","nonce":1387641542}]},"public_addr":"172.21.15.38:6811/1387641542","cluster_addr":"172.21.15.38:6813/1387641542","heartbeat_back_addr":"172.21.15.38:6817/1387641542","heartbeat_front_addr":"172.21.15.38:6815/1387641542","state":["exists","up"]},{"osd":2,"uuid":"9b029f5c-a98a-43d9-a6f5-1815c5ce3503","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":20,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6818","nonce":2675806400},{"type":"v1","addr":"172.21.15.38:6819","nonce":2675806400}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6820","nonce":2675806400},{"type":"v1","addr":"172.21.15.38:6821","nonce":2675806400}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6824","nonce":2675806400},{"type":"v1","addr":"172.21.15.38:6825","nonce":2675806400}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6822","nonce":2675806400},{"type":"v1","addr":"172.21.15.38:6823","nonce":2675806400}]},"public_addr":"172.21.15.38:6819/2675806400","cluster_addr":"172.21.15.38:6821/2675806400","heartbeat_back_addr":"172.21.15.38:6825/2675806400","heartbeat_front_addr":"172.21.15.38:6823/2675806400","state":["exists","up"]},{"osd":3,"uuid":"f209fa3b-59a3-46da-9803-35ef46282589","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":"172.21.15.38:6826","nonce":1771376763},{"type":"v1","addr":"172.21.15.38:6827","nonce":1771376763}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6828","nonce":1771376763},{"type":"v1","addr":"172.21.15.38:6829","nonce":1771376763}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6832","nonce":1771376763},{"type":"v1","addr":"172.21.15.38:6833","nonce":1771376763}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.38:6830","nonce":1771376763},{"type":"v1","addr":"172.21.15.38:6831","nonce":1771376763}]},"public_addr":"172.21.15.38:6827/1771376763","cluster_addr":"172.21.15.38:6829/1771376763","heartbeat_back_addr":"172.21.15.38:6833/1771376763","heartbeat_front_addr":"172.21.15.38:6831/1771376763","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-02-21T17:53:24.030421+0000","dead_epoch":0},{"osd":1,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-02-21T17:53:39.652339+0000","dead_epoch":0},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-02-21T17:53:44.403266+0000","dead_epoch":0},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138303579357183,"old_weight":0,"last_purged_snaps_scrub":"2022-02-21T17:53:47.462507+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blocklist":{},"erasure_code_profiles":{"default":{"k":"2","m":"2","plugin":"jerasure","technique":"reed_sol_van"}},"removed_snaps_queue":[],"new_removed_snaps":[],"new_purged_snaps":[],"crush_node_flags":{},"device_class_flags":{},"stretch_mode":{"stretch_mode_enabled":false,"stretch_bucket_count":0,"degraded_stretch_mode":0,"recovering_stretch_mode":0,"stretch_mode_bucket":0}} 2022-02-21T17:54:02.942 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph tell osd.0 flush_pg_stats 2022-02-21T17:54:02.943 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph tell osd.1 flush_pg_stats 2022-02-21T17:54:02.944 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph tell osd.2 flush_pg_stats 2022-02-21T17:54:02.944 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph tell osd.3 flush_pg_stats 2022-02-21T17:54:03.375 INFO:teuthology.orchestra.run.smithi038.stdout:51539607563 2022-02-21T17:54:03.376 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd last-stat-seq osd.0 2022-02-21T17:54:03.397 INFO:teuthology.orchestra.run.smithi038.stdout:68719476744 2022-02-21T17:54:03.398 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd last-stat-seq osd.1 2022-02-21T17:54:03.411 INFO:teuthology.orchestra.run.smithi038.stdout:94489280517 2022-02-21T17:54:03.411 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd last-stat-seq osd.3 2022-02-21T17:54:03.493 INFO:teuthology.orchestra.run.smithi038.stdout:85899345927 2022-02-21T17:54:03.493 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd last-stat-seq osd.2 2022-02-21T17:54:03.966 INFO:teuthology.orchestra.run.smithi038.stdout:94489280516 2022-02-21T17:54:03.986 INFO:tasks.rook.ceph_manager.ceph:need seq 94489280517 got 94489280516 for osd.3 2022-02-21T17:54:04.008 INFO:teuthology.orchestra.run.smithi038.stdout:68719476742 2022-02-21T17:54:04.027 INFO:tasks.rook.ceph_manager.ceph:need seq 68719476744 got 68719476742 for osd.1 2022-02-21T17:54:04.093 INFO:teuthology.orchestra.run.smithi038.stdout:51539607562 2022-02-21T17:54:04.118 INFO:tasks.rook.ceph_manager.ceph:need seq 51539607563 got 51539607562 for osd.0 2022-02-21T17:54:04.173 INFO:teuthology.orchestra.run.smithi038.stdout:85899345925 2022-02-21T17:54:04.197 INFO:tasks.rook.ceph_manager.ceph:need seq 85899345927 got 85899345925 for osd.2 2022-02-21T17:54:04.987 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd last-stat-seq osd.3 2022-02-21T17:54:05.027 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd last-stat-seq osd.1 2022-02-21T17:54:05.120 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd last-stat-seq osd.0 2022-02-21T17:54:05.198 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd last-stat-seq osd.2 2022-02-21T17:54:05.601 INFO:teuthology.orchestra.run.smithi038.stdout:94489280517 2022-02-21T17:54:05.622 INFO:tasks.rook.ceph_manager.ceph:need seq 94489280517 got 94489280517 for osd.3 2022-02-21T17:54:05.622 DEBUG:teuthology.parallel:result is None 2022-02-21T17:54:05.726 INFO:teuthology.orchestra.run.smithi038.stdout:68719476744 2022-02-21T17:54:05.733 INFO:teuthology.orchestra.run.smithi038.stdout:85899345927 2022-02-21T17:54:05.746 INFO:tasks.rook.ceph_manager.ceph:need seq 68719476744 got 68719476744 for osd.1 2022-02-21T17:54:05.746 DEBUG:teuthology.parallel:result is None 2022-02-21T17:54:05.753 INFO:tasks.rook.ceph_manager.ceph:need seq 85899345927 got 85899345927 for osd.2 2022-02-21T17:54:05.754 DEBUG:teuthology.parallel:result is None 2022-02-21T17:54:05.793 INFO:teuthology.orchestra.run.smithi038.stdout:51539607563 2022-02-21T17:54:05.816 INFO:tasks.rook.ceph_manager.ceph:need seq 51539607563 got 51539607563 for osd.0 2022-02-21T17:54:05.816 DEBUG:teuthology.parallel:result is None 2022-02-21T17:54:05.817 INFO:tasks.rook.ceph_manager.ceph:waiting for clean 2022-02-21T17:54:05.817 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph pg dump --format=json 2022-02-21T17:54:06.333 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:54:06.336 INFO:teuthology.orchestra.run.smithi038.stderr:dumped all 2022-02-21T17:54:06.352 INFO:teuthology.orchestra.run.smithi038.stdout:{"pg_ready":true,"pg_map":{"version":73,"stamp":"2022-02-21T17:54:04.377743+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":23588,"kb_used_data":2180,"kb_used_omap":0,"kb_used_meta":20480,"kb_avail":374957020,"statfs":{"total":383980142592,"available":383955988480,"internally_reserved":0,"allocated":2232320,"data_stored":1607892,"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":"10.002815"},"pg_stats":[{"pgid":"1.0","version":"24'97","reported_seq":137,"reported_epoch":24,"state":"active+clean","last_fresh":"2022-02-21T17:53:54.641327+0000","last_change":"2022-02-21T17:53:50.637908+0000","last_active":"2022-02-21T17:53:54.641327+0000","last_peered":"2022-02-21T17:53:54.641327+0000","last_clean":"2022-02-21T17:53:54.641327+0000","last_became_active":"2022-02-21T17:53:50.636172+0000","last_became_peered":"2022-02-21T17:53:50.636172+0000","last_unstale":"2022-02-21T17:53:54.641327+0000","last_undegraded":"2022-02-21T17:53:54.641327+0000","last_fullsized":"2022-02-21T17:53:54.641327+0000","mapping_epoch":22,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-02-21T17:53:48.890398+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-02-21T17:53:48.890398+0000","last_clean_scrub_stamp":"2022-02-21T17:53:48.890398+0000","objects_scrubbed":0,"log_size":97,"ondisk_log_size":97,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2022-02-22T18:51:14.756018+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":5008,"kb_used_data":200,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740144,"statfs":{"total":95995035648,"available":95989907456,"internally_reserved":0,"allocated":204800,"data_stored":51756,"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.54100000000000004}]},{"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.48599999999999999}]},{"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.72299999999999998}]}]},{"osd":2,"up_from":20,"seq":85899345927,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6236,"kb_used_data":660,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93738916,"statfs":{"total":95995035648,"available":95988649984,"internally_reserved":0,"allocated":675840,"data_stored":518712,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]},{"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.81399999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.232}]}]},{"osd":0,"up_from":12,"seq":51539607563,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6300,"kb_used_data":660,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93738852,"statfs":{"total":95995035648,"available":95988584448,"internally_reserved":0,"allocated":675840,"data_stored":518712,"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.66000000000000003}]},{"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.73699999999999999}]},{"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.60699999999999998}]}]},{"osd":1,"up_from":16,"seq":68719476744,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6044,"kb_used_data":660,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739108,"statfs":{"total":95995035648,"available":95988846592,"internally_reserved":0,"allocated":675840,"data_stored":518712,"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":0.54100000000000004}]},{"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.44900000000000001}]},{"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.73799999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2022-02-21T17:54:06.353 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph pg dump --format=json 2022-02-21T17:54:06.864 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:54:06.866 INFO:teuthology.orchestra.run.smithi038.stderr:dumped all 2022-02-21T17:54:06.883 INFO:teuthology.orchestra.run.smithi038.stdout:{"pg_ready":true,"pg_map":{"version":74,"stamp":"2022-02-21T17:54:06.378353+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":23588,"kb_used_data":2180,"kb_used_omap":0,"kb_used_meta":20480,"kb_avail":374957020,"statfs":{"total":383980142592,"available":383955988480,"internally_reserved":0,"allocated":2232320,"data_stored":1607892,"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.003425"},"pg_stats":[{"pgid":"1.0","version":"24'97","reported_seq":137,"reported_epoch":24,"state":"active+clean","last_fresh":"2022-02-21T17:53:54.641327+0000","last_change":"2022-02-21T17:53:50.637908+0000","last_active":"2022-02-21T17:53:54.641327+0000","last_peered":"2022-02-21T17:53:54.641327+0000","last_clean":"2022-02-21T17:53:54.641327+0000","last_became_active":"2022-02-21T17:53:50.636172+0000","last_became_peered":"2022-02-21T17:53:50.636172+0000","last_unstale":"2022-02-21T17:53:54.641327+0000","last_undegraded":"2022-02-21T17:53:54.641327+0000","last_fullsized":"2022-02-21T17:53:54.641327+0000","mapping_epoch":22,"log_start":"0'0","ondisk_log_start":"0'0","created":22,"last_epoch_clean":23,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2022-02-21T17:53:48.890398+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2022-02-21T17:53:48.890398+0000","last_clean_scrub_stamp":"2022-02-21T17:53:48.890398+0000","objects_scrubbed":0,"log_size":97,"ondisk_log_size":97,"stats_invalid":false,"dirty_stats_invalid":false,"omap_stats_invalid":false,"hitset_stats_invalid":false,"hitset_bytes_stats_invalid":false,"pin_stats_invalid":false,"manifest_stats_invalid":false,"snaptrimq_len":0,"last_scrub_duration":0,"scrub_schedule":"periodic scrub scheduled @ 2022-02-22T18:51:14.756018+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":94489280518,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":5008,"kb_used_data":200,"kb_used_omap":0,"kb_used_meta":4800,"kb_avail":93740144,"statfs":{"total":95995035648,"available":95989907456,"internally_reserved":0,"allocated":204800,"data_stored":51756,"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.54100000000000004}]},{"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.48599999999999999}]},{"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.72299999999999998}]}]},{"osd":2,"up_from":20,"seq":85899345927,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6236,"kb_used_data":660,"kb_used_omap":0,"kb_used_meta":5184,"kb_avail":93738916,"statfs":{"total":95995035648,"available":95988649984,"internally_reserved":0,"allocated":675840,"data_stored":518712,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":5308416},"hb_peers":[0,1,3],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.61699999999999999}]},{"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.81399999999999995}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":1.232}]}]},{"osd":0,"up_from":12,"seq":51539607564,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6300,"kb_used_data":660,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93738852,"statfs":{"total":95995035648,"available":95988584448,"internally_reserved":0,"allocated":675840,"data_stored":518712,"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.80600000000000005}]},{"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.86299999999999999}]},{"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.51700000000000002}]}]},{"osd":1,"up_from":16,"seq":68719476744,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":6044,"kb_used_data":660,"kb_used_omap":0,"kb_used_meta":5248,"kb_avail":93739108,"statfs":{"total":95995035648,"available":95988846592,"internally_reserved":0,"allocated":675840,"data_stored":518712,"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":0.54100000000000004}]},{"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.44900000000000001}]},{"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.73799999999999999}]}]}],"pool_statfs":[{"poolid":1,"osd":0,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":1,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0},{"poolid":1,"osd":2,"total":0,"available":0,"internally_reserved":0,"allocated":471040,"data_stored":466956,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":0}]}} 2022-02-21T17:54:06.884 INFO:tasks.rook.ceph_manager.ceph:clean! 2022-02-21T17:54:06.884 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2022-02-21T17:54:06.885 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy 2022-02-21T17:54:06.885 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph health --format=json 2022-02-21T17:54:07.422 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:54:07.423 INFO:teuthology.orchestra.run.smithi038.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2022-02-21T17:54:07.447 INFO:tasks.rook.ceph_manager.ceph:wait_until_healthy done 2022-02-21T17:54:07.447 INFO:tasks.rook:Rook complete, yielding 2022-02-21T17:54:07.448 INFO:teuthology.run_tasks:Running task rook.shell... 2022-02-21T17:54:07.461 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph -s 2022-02-21T17:54:08.047 INFO:teuthology.orchestra.run.smithi038.stdout: cluster: 2022-02-21T17:54:08.048 INFO:teuthology.orchestra.run.smithi038.stdout: id: c46c89e7-4fd2-4079-ab78-28c6456c07e7 2022-02-21T17:54:08.048 INFO:teuthology.orchestra.run.smithi038.stdout: health: HEALTH_OK 2022-02-21T17:54:08.048 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:54:08.048 INFO:teuthology.orchestra.run.smithi038.stdout: services: 2022-02-21T17:54:08.049 INFO:teuthology.orchestra.run.smithi038.stdout: mon: 1 daemons, quorum a (age 2m) 2022-02-21T17:54:08.049 INFO:teuthology.orchestra.run.smithi038.stdout: mgr: a(active, since 2m) 2022-02-21T17:54:08.049 INFO:teuthology.orchestra.run.smithi038.stdout: osd: 4 osds: 4 up (since 19s), 4 in (since 55s) 2022-02-21T17:54:08.049 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:54:08.050 INFO:teuthology.orchestra.run.smithi038.stdout: data: 2022-02-21T17:54:08.050 INFO:teuthology.orchestra.run.smithi038.stdout: pools: 1 pools, 1 pgs 2022-02-21T17:54:08.050 INFO:teuthology.orchestra.run.smithi038.stdout: objects: 2 objects, 577 KiB 2022-02-21T17:54:08.050 INFO:teuthology.orchestra.run.smithi038.stdout: usage: 23 MiB used, 358 GiB / 358 GiB avail 2022-02-21T17:54:08.051 INFO:teuthology.orchestra.run.smithi038.stdout: pgs: 1 active+clean 2022-02-21T17:54:08.051 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:54:08.051 INFO:teuthology.orchestra.run.smithi038.stdout: io: 2022-02-21T17:54:08.051 INFO:teuthology.orchestra.run.smithi038.stdout: client: 767 B/s rd, 22 KiB/s wr, 0 op/s rd, 1 op/s wr 2022-02-21T17:54:08.052 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T17:54:08.069 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch status 2022-02-21T17:54:08.663 INFO:teuthology.orchestra.run.smithi038.stdout:Backend: rook 2022-02-21T17:54:08.664 INFO:teuthology.orchestra.run.smithi038.stdout:Available: Yes 2022-02-21T17:54:08.689 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ps 2022-02-21T17:54:09.229 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-02-21T17:54:09.229 INFO:teuthology.orchestra.run.smithi038.stdout:crashcollector.crash smithi038 running (77s) 0s ago 77s - - f61e120f25ae 2022-02-21T17:54:09.229 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.a smithi038 running (2m) 0s ago 2m - - f61e120f25ae 2022-02-21T17:54:09.230 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (2m) 0s ago 3m - - f61e120f25ae 2022-02-21T17:54:09.230 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (77s) 0s ago 77s - - f61e120f25ae 2022-02-21T17:54:09.230 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (58s) 0s ago 58s - - f61e120f25ae 2022-02-21T17:54:09.230 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (49s) 0s ago 50s - - f61e120f25ae 2022-02-21T17:54:09.231 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (49s) 0s ago 49s - - f61e120f25ae 2022-02-21T17:54:09.253 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls 2022-02-21T17:54:09.872 INFO:teuthology.orchestra.run.smithi038.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-02-21T17:54:09.872 INFO:teuthology.orchestra.run.smithi038.stdout:crash 1/1 0s ago 77s * 2022-02-21T17:54:09.873 INFO:teuthology.orchestra.run.smithi038.stdout:mgr 1/1 0s ago 2m count:1 2022-02-21T17:54:09.873 INFO:teuthology.orchestra.run.smithi038.stdout:mon 1/1 0s ago 3m count:1 2022-02-21T17:54:09.874 INFO:teuthology.orchestra.run.smithi038.stdout:osd 8 0s ago 77s 2022-02-21T17:54:09.874 INFO:teuthology.orchestra.run.smithi038.stdout:osd.all-available-devices 0 0s ago - * 2022-02-21T17:54:09.897 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch device ls 2022-02-21T17:54:10.435 INFO:teuthology.orchestra.run.smithi038.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2022-02-21T17:54:10.436 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/vg_nvme/lv_1 unknown None 107G 2022-02-21T17:54:10.436 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/vg_nvme/lv_2 unknown None 107G 2022-02-21T17:54:10.436 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/vg_nvme/lv_3 unknown None 107G 2022-02-21T17:54:10.437 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/vg_nvme/lv_4 unknown None 107G 2022-02-21T17:54:10.459 INFO:teuthology.run_tasks:Running task install... 2022-02-21T17:54:10.469 DEBUG:teuthology.task.install:project ceph 2022-02-21T17:54:10.470 DEBUG:teuthology.task.install:INSTALL overrides: {'ceph': {'flavor': 'default', 'sha1': 'b05010b68efc838fdc35b41106e2ebdabe395a3e'}} 2022-02-21T17:54:10.470 DEBUG:teuthology.task.install:config {'host.a': None, 'flavor': 'default', 'sha1': 'b05010b68efc838fdc35b41106e2ebdabe395a3e'} 2022-02-21T17:54:10.470 INFO:teuthology.task.install:Using flavor: default 2022-02-21T17:54:10.478 DEBUG:teuthology.task.install:Package list is: {'deb': ['ceph', 'cephadm', 'ceph-mds', 'ceph-mgr', 'ceph-common', 'ceph-fuse', 'ceph-test', 'ceph-volume', 'radosgw', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'libcephfs2', 'libcephfs-dev', 'librados2', 'librbd1', 'rbd-fuse'], 'rpm': ['ceph-radosgw', 'ceph-test', 'ceph', 'ceph-base', 'cephadm', 'ceph-immutable-object-cache', 'ceph-mgr', 'ceph-mgr-dashboard', 'ceph-mgr-diskprediction-local', 'ceph-mgr-rook', 'ceph-mgr-cephadm', 'ceph-fuse', 'ceph-volume', 'librados-devel', 'libcephfs2', 'libcephfs-devel', 'librados2', 'librbd1', 'python3-rados', 'python3-rgw', 'python3-cephfs', 'python3-rbd', 'rbd-fuse', 'rbd-mirror', 'rbd-nbd']} 2022-02-21T17:54:10.479 INFO:teuthology.task.install:extra packages: [] 2022-02-21T17:54:10.479 DEBUG:teuthology.orchestra.run.smithi038:> sudo lsb_release -is 2022-02-21T17:54:10.528 INFO:teuthology.orchestra.run.smithi038.stdout:Ubuntu 2022-02-21T17:54:10.534 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-02-21T17:54:10.534 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-key list | grep Ceph 2022-02-21T17:54:10.668 INFO:teuthology.orchestra.run.smithi038.stderr:Warning: apt-key output should not be parsed (stdout is not a terminal) 2022-02-21T17:54:10.724 INFO:teuthology.orchestra.run.smithi038.stdout:uid [ unknown] Ceph automated package build (Ceph automated package build) 2022-02-21T17:54:10.724 INFO:teuthology.orchestra.run.smithi038.stdout:uid [ unknown] Ceph.com (release key) 2022-02-21T17:54:10.724 DEBUG:teuthology.orchestra.run.smithi038:> sudo lsb_release -is 2022-02-21T17:54:10.775 INFO:teuthology.orchestra.run.smithi038.stdout:Ubuntu 2022-02-21T17:54:10.778 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-02-21T17:54:10.779 INFO:teuthology.task.install.deb:Installing packages: ceph, cephadm, ceph-mds, ceph-mgr, ceph-common, ceph-fuse, ceph-test, ceph-volume, radosgw, python3-rados, python3-rgw, python3-cephfs, python3-rbd, libcephfs2, libcephfs-dev, librados2, librbd1, rbd-fuse on remote deb x86_64 2022-02-21T17:54:10.779 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=b05010b68efc838fdc35b41106e2ebdabe395a3e 2022-02-21T17:54:11.000 INFO:teuthology.task.install.deb:Pulling from https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default/ 2022-02-21T17:54:11.001 INFO:teuthology.task.install.deb:Package version is 17.0.0-10781-gb05010b6-1focal 2022-02-21T17:54:11.169 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:54:11.169 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/etc/apt/sources.list.d/ceph.list 2022-02-21T17:54:11.184 DEBUG:teuthology.orchestra.run.smithi038:> sudo apt-get update 2022-02-21T17:54:11.393 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:1 http://security.ubuntu.com/ubuntu focal-security InRelease 2022-02-21T17:54:11.505 INFO:teuthology.orchestra.run.smithi038.stdout:Ign:3 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal InRelease 2022-02-21T17:54:11.505 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:4 http://archive.ubuntu.com/ubuntu focal InRelease 2022-02-21T17:54:11.542 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal Release [7,662 B] 2022-02-21T17:54:11.581 INFO:teuthology.orchestra.run.smithi038.stdout:Ign:6 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal Release.gpg 2022-02-21T17:54:11.586 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:7 http://archive.ubuntu.com/ubuntu focal-updates InRelease 2022-02-21T17:54:11.619 INFO:teuthology.orchestra.run.smithi038.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 Packages [17.3 kB] 2022-02-21T17:54:11.667 INFO:teuthology.orchestra.run.smithi038.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main i386 Packages [3,347 B] 2022-02-21T17:54:11.669 INFO:teuthology.orchestra.run.smithi038.stdout:Hit:10 http://archive.ubuntu.com/ubuntu focal-backports InRelease 2022-02-21T17:54:11.689 INFO:teuthology.orchestra.run.smithi038.stdout:Get:2 https://packages.cloud.google.com/apt kubernetes-xenial InRelease [9,383 B] 2022-02-21T17:54:12.135 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 37.7 kB in 1s (54.0 kB/s) 2022-02-21T17:54:13.119 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2022-02-21T17:54:13.137 DEBUG:teuthology.orchestra.run.smithi038:> sudo DEBIAN_FRONTEND=noninteractive apt-get -y --force-yes -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" install ceph=17.0.0-10781-gb05010b6-1focal cephadm=17.0.0-10781-gb05010b6-1focal ceph-mds=17.0.0-10781-gb05010b6-1focal ceph-mgr=17.0.0-10781-gb05010b6-1focal ceph-common=17.0.0-10781-gb05010b6-1focal ceph-fuse=17.0.0-10781-gb05010b6-1focal ceph-test=17.0.0-10781-gb05010b6-1focal ceph-volume=17.0.0-10781-gb05010b6-1focal radosgw=17.0.0-10781-gb05010b6-1focal python3-rados=17.0.0-10781-gb05010b6-1focal python3-rgw=17.0.0-10781-gb05010b6-1focal python3-cephfs=17.0.0-10781-gb05010b6-1focal python3-rbd=17.0.0-10781-gb05010b6-1focal libcephfs2=17.0.0-10781-gb05010b6-1focal libcephfs-dev=17.0.0-10781-gb05010b6-1focal librados2=17.0.0-10781-gb05010b6-1focal librbd1=17.0.0-10781-gb05010b6-1focal rbd-fuse=17.0.0-10781-gb05010b6-1focal 2022-02-21T17:54:13.201 INFO:teuthology.orchestra.run.smithi038.stdout:Reading package lists... 2022-02-21T17:54:13.406 INFO:teuthology.orchestra.run.smithi038.stdout:Building dependency tree... 2022-02-21T17:54:13.407 INFO:teuthology.orchestra.run.smithi038.stdout:Reading state information... 2022-02-21T17:54:13.594 INFO:teuthology.orchestra.run.smithi038.stdout:The following packages were automatically installed and are no longer required: 2022-02-21T17:54:13.595 INFO:teuthology.orchestra.run.smithi038.stdout: libboost-iostreams1.71.0 libboost-thread1.71.0 2022-02-21T17:54:13.595 INFO:teuthology.orchestra.run.smithi038.stdout:Use 'sudo apt autoremove' to remove them. 2022-02-21T17:54:13.596 INFO:teuthology.orchestra.run.smithi038.stdout:The following additional packages will be installed: 2022-02-21T17:54:13.596 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-base ceph-mgr-dashboard ceph-mgr-diskprediction-local 2022-02-21T17:54:13.597 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-k8sevents ceph-mgr-modules-core ceph-mon ceph-osd jq libjq1 2022-02-21T17:54:13.597 INFO:teuthology.orchestra.run.smithi038.stdout: libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 liblua5.3-0 2022-02-21T17:54:13.597 INFO:teuthology.orchestra.run.smithi038.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-02-21T17:54:13.598 INFO:teuthology.orchestra.run.smithi038.stdout: libsqlite3-mod-ceph libxslt1.1 nvme-cli python-pastedeploy-tpl 2022-02-21T17:54:13.598 INFO:teuthology.orchestra.run.smithi038.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2022-02-21T17:54:13.598 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common 2022-02-21T17:54:13.598 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2022-02-21T17:54:13.599 INFO:teuthology.orchestra.run.smithi038.stdout: python3-html5lib python3-joblib python3-jwt python3-kubernetes 2022-02-21T17:54:13.599 INFO:teuthology.orchestra.run.smithi038.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2022-02-21T17:54:13.599 INFO:teuthology.orchestra.run.smithi038.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2022-02-21T17:54:13.599 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2022-02-21T17:54:13.600 INFO:teuthology.orchestra.run.smithi038.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2022-02-21T17:54:13.600 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-repoze.lru 2022-02-21T17:54:13.600 INFO:teuthology.orchestra.run.smithi038.stdout: python3-requests-oauthlib python3-routes python3-rsa python3-scipy 2022-02-21T17:54:13.600 INFO:teuthology.orchestra.run.smithi038.stdout: python3-simplegeneric python3-simplejson python3-singledispatch 2022-02-21T17:54:13.600 INFO:teuthology.orchestra.run.smithi038.stdout: python3-sklearn python3-sklearn-lib python3-soupsieve python3-tempita 2022-02-21T17:54:13.601 INFO:teuthology.orchestra.run.smithi038.stdout: python3-waitress python3-wcwidth python3-webencodings python3-webob 2022-02-21T17:54:13.601 INFO:teuthology.orchestra.run.smithi038.stdout: python3-websocket python3-webtest python3-werkzeug xmlstarlet 2022-02-21T17:54:13.601 INFO:teuthology.orchestra.run.smithi038.stdout:Suggested packages: 2022-02-21T17:54:13.602 INFO:teuthology.orchestra.run.smithi038.stdout: python3-influxdb python-attr-doc python-blinker-doc python-cryptography-doc 2022-02-21T17:54:13.602 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cryptography-vectors python3-genshi python3-crypto python3-lxml-dbg 2022-02-21T17:54:13.602 INFO:teuthology.orchestra.run.smithi038.stdout: python-lxml-doc python3-beaker python-mako-doc python-openssl-doc 2022-02-21T17:54:13.602 INFO:teuthology.orchestra.run.smithi038.stdout: python3-openssl-dbg httpd-wsgi libapache2-mod-python libapache2-mod-scgi 2022-02-21T17:54:13.603 INFO:teuthology.orchestra.run.smithi038.stdout: libjs-mochikit python-pecan-doc python-psutil-doc subversion 2022-02-21T17:54:13.603 INFO:teuthology.orchestra.run.smithi038.stdout: python-pyinotify-doc python-scipy-doc python3-dap python-sklearn-doc 2022-02-21T17:54:13.603 INFO:teuthology.orchestra.run.smithi038.stdout: ipython3 python-waitress-doc python-webob-doc python-webtest-doc 2022-02-21T17:54:13.603 INFO:teuthology.orchestra.run.smithi038.stdout: python-werkzeug-doc python3-termcolor python3-watchdog 2022-02-21T17:54:13.603 INFO:teuthology.orchestra.run.smithi038.stdout:Recommended packages: 2022-02-21T17:54:13.604 INFO:teuthology.orchestra.run.smithi038.stdout: btrfs-tools ceph-mgr-cephadm 2022-02-21T17:54:13.701 INFO:teuthology.orchestra.run.smithi038.stdout:The following NEW packages will be installed: 2022-02-21T17:54:13.702 INFO:teuthology.orchestra.run.smithi038.stdout: ceph ceph-base ceph-common ceph-fuse ceph-mds ceph-mgr ceph-mgr-dashboard 2022-02-21T17:54:13.702 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mgr-diskprediction-local ceph-mgr-k8sevents ceph-mgr-modules-core 2022-02-21T17:54:13.703 INFO:teuthology.orchestra.run.smithi038.stdout: ceph-mon ceph-osd ceph-test ceph-volume cephadm jq libcephfs-dev libcephfs2 2022-02-21T17:54:13.704 INFO:teuthology.orchestra.run.smithi038.stdout: libjq1 libjs-sphinxdoc libjs-underscore liblbfgsb0 liblttng-ust0 liblua5.3-0 2022-02-21T17:54:13.704 INFO:teuthology.orchestra.run.smithi038.stdout: liboath0 libonig5 librabbitmq4 libradosstriper1 librdkafka1 librgw2 2022-02-21T17:54:13.704 INFO:teuthology.orchestra.run.smithi038.stdout: libsqlite3-mod-ceph libxslt1.1 nvme-cli python-pastedeploy-tpl 2022-02-21T17:54:13.704 INFO:teuthology.orchestra.run.smithi038.stdout: python3-atomicwrites python3-attr python3-bcrypt python3-blinker python3-bs4 2022-02-21T17:54:13.704 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cachetools python3-ceph-argparse python3-ceph-common python3-cephfs 2022-02-21T17:54:13.705 INFO:teuthology.orchestra.run.smithi038.stdout: python3-cherrypy3 python3-cryptography python3-decorator python3-google-auth 2022-02-21T17:54:13.705 INFO:teuthology.orchestra.run.smithi038.stdout: python3-html5lib python3-joblib python3-jwt python3-kubernetes 2022-02-21T17:54:13.705 INFO:teuthology.orchestra.run.smithi038.stdout: python3-logutils python3-lxml python3-mako python3-markupsafe 2022-02-21T17:54:13.705 INFO:teuthology.orchestra.run.smithi038.stdout: python3-oauthlib python3-openssl python3-packaging python3-paste 2022-02-21T17:54:13.706 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pastedeploy python3-pastescript python3-pecan python3-pluggy 2022-02-21T17:54:13.706 INFO:teuthology.orchestra.run.smithi038.stdout: python3-prettytable python3-psutil python3-py python3-pyasn1 2022-02-21T17:54:13.706 INFO:teuthology.orchestra.run.smithi038.stdout: python3-pyasn1-modules python3-pyinotify python3-pytest python3-rados 2022-02-21T17:54:13.706 INFO:teuthology.orchestra.run.smithi038.stdout: python3-rbd python3-repoze.lru python3-requests-oauthlib python3-rgw 2022-02-21T17:54:13.706 INFO:teuthology.orchestra.run.smithi038.stdout: python3-routes python3-rsa python3-scipy python3-simplegeneric 2022-02-21T17:54:13.707 INFO:teuthology.orchestra.run.smithi038.stdout: python3-simplejson python3-singledispatch python3-sklearn 2022-02-21T17:54:13.707 INFO:teuthology.orchestra.run.smithi038.stdout: python3-sklearn-lib python3-soupsieve python3-tempita python3-waitress 2022-02-21T17:54:13.707 INFO:teuthology.orchestra.run.smithi038.stdout: python3-wcwidth python3-webencodings python3-webob python3-websocket 2022-02-21T17:54:13.707 INFO:teuthology.orchestra.run.smithi038.stdout: python3-webtest python3-werkzeug radosgw rbd-fuse xmlstarlet 2022-02-21T17:54:13.708 INFO:teuthology.orchestra.run.smithi038.stdout:The following packages will be upgraded: 2022-02-21T17:54:13.708 INFO:teuthology.orchestra.run.smithi038.stdout: librados2 librbd1 2022-02-21T17:54:13.896 INFO:teuthology.orchestra.run.smithi038.stdout:2 upgraded, 95 newly installed, 0 to remove and 48 not upgraded. 2022-02-21T17:54:13.896 INFO:teuthology.orchestra.run.smithi038.stdout:Need to get 181 MB of archives. 2022-02-21T17:54:13.897 INFO:teuthology.orchestra.run.smithi038.stdout:After this operation, 845 MB of additional disk space will be used. 2022-02-21T17:54:13.897 INFO:teuthology.orchestra.run.smithi038.stdout:Get:1 http://archive.ubuntu.com/ubuntu focal/main amd64 liblttng-ust0 amd64 2.11.0-1 [160 kB] 2022-02-21T17:54:13.915 INFO:teuthology.orchestra.run.smithi038.stdout:Get:2 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 librbd1 amd64 17.0.0-10781-gb05010b6-1focal [3,485 kB] 2022-02-21T17:54:14.222 INFO:teuthology.orchestra.run.smithi038.stdout:Get:3 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 librados2 amd64 17.0.0-10781-gb05010b6-1focal [3,532 kB] 2022-02-21T17:54:14.265 INFO:teuthology.orchestra.run.smithi038.stdout:Get:4 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-prettytable all 0.7.2-5 [20.1 kB] 2022-02-21T17:54:14.274 INFO:teuthology.orchestra.run.smithi038.stdout:Get:5 http://archive.ubuntu.com/ubuntu focal/main amd64 liblua5.3-0 amd64 5.3.3-1.1ubuntu2 [116 kB] 2022-02-21T17:54:14.281 INFO:teuthology.orchestra.run.smithi038.stdout:Get:6 http://archive.ubuntu.com/ubuntu focal/main amd64 librabbitmq4 amd64 0.10.0-1 [35.8 kB] 2022-02-21T17:54:14.293 INFO:teuthology.orchestra.run.smithi038.stdout:Get:7 http://archive.ubuntu.com/ubuntu focal/universe amd64 librdkafka1 amd64 1.2.1-1ubuntu1 [410 kB] 2022-02-21T17:54:14.339 INFO:teuthology.orchestra.run.smithi038.stdout:Get:8 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 libcephfs2 amd64 17.0.0-10781-gb05010b6-1focal [752 kB] 2022-02-21T17:54:14.382 INFO:teuthology.orchestra.run.smithi038.stdout:Get:9 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 python3-rados amd64 17.0.0-10781-gb05010b6-1focal [412 kB] 2022-02-21T17:54:14.395 INFO:teuthology.orchestra.run.smithi038.stdout:Get:10 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-argparse all 17.0.0-10781-gb05010b6-1focal [22.4 kB] 2022-02-21T17:54:14.396 INFO:teuthology.orchestra.run.smithi038.stdout:Get:11 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 python3-cephfs amd64 17.0.0-10781-gb05010b6-1focal [200 kB] 2022-02-21T17:54:14.405 INFO:teuthology.orchestra.run.smithi038.stdout:Get:12 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 python3-ceph-common all 17.0.0-10781-gb05010b6-1focal [41.5 kB] 2022-02-21T17:54:14.406 INFO:teuthology.orchestra.run.smithi038.stdout:Get:13 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 python3-rbd amd64 17.0.0-10781-gb05010b6-1focal [385 kB] 2022-02-21T17:54:14.418 INFO:teuthology.orchestra.run.smithi038.stdout:Get:14 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 librgw2 amd64 17.0.0-10781-gb05010b6-1focal [4,153 kB] 2022-02-21T17:54:14.472 INFO:teuthology.orchestra.run.smithi038.stdout:Get:15 http://archive.ubuntu.com/ubuntu focal/main amd64 liboath0 amd64 2.6.1-1.3 [44.7 kB] 2022-02-21T17:54:14.480 INFO:teuthology.orchestra.run.smithi038.stdout:Get:16 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-cryptography amd64 2.8-3ubuntu0.1 [211 kB] 2022-02-21T17:54:14.512 INFO:teuthology.orchestra.run.smithi038.stdout:Get:17 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-openssl all 19.0.0-1build1 [43.3 kB] 2022-02-21T17:54:14.521 INFO:teuthology.orchestra.run.smithi038.stdout:Get:18 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bcrypt amd64 3.1.7-2ubuntu1 [30.4 kB] 2022-02-21T17:54:14.528 INFO:teuthology.orchestra.run.smithi038.stdout:Get:19 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cherrypy3 all 8.9.1-6 [160 kB] 2022-02-21T17:54:14.544 INFO:teuthology.orchestra.run.smithi038.stdout:Get:20 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-jwt all 1.7.1-2ubuntu2 [17.4 kB] 2022-02-21T17:54:14.545 INFO:teuthology.orchestra.run.smithi038.stdout:Get:21 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-logutils all 0.3.3-7 [17.3 kB] 2022-02-21T17:54:14.546 INFO:teuthology.orchestra.run.smithi038.stdout:Get:22 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-markupsafe amd64 1.1.0-1build2 [13.9 kB] 2022-02-21T17:54:14.550 INFO:teuthology.orchestra.run.smithi038.stdout:Get:23 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 python3-rgw amd64 17.0.0-10781-gb05010b6-1focal [116 kB] 2022-02-21T17:54:14.552 INFO:teuthology.orchestra.run.smithi038.stdout:Get:24 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-mako all 1.1.0+ds1-1ubuntu2 [59.1 kB] 2022-02-21T17:54:14.553 INFO:teuthology.orchestra.run.smithi038.stdout:Get:25 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 libradosstriper1 amd64 17.0.0-10781-gb05010b6-1focal [478 kB] 2022-02-21T17:54:14.559 INFO:teuthology.orchestra.run.smithi038.stdout:Get:26 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplegeneric all 0.8.1-3 [11.3 kB] 2022-02-21T17:54:14.567 INFO:teuthology.orchestra.run.smithi038.stdout:Get:27 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-common amd64 17.0.0-10781-gb05010b6-1focal [24.4 MB] 2022-02-21T17:54:14.639 INFO:teuthology.orchestra.run.smithi038.stdout:Get:28 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-singledispatch all 3.4.0.3-2build1 [7,128 B] 2022-02-21T17:54:14.639 INFO:teuthology.orchestra.run.smithi038.stdout:Get:29 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webob all 1:1.8.5-2 [84.4 kB] 2022-02-21T17:54:14.647 INFO:teuthology.orchestra.run.smithi038.stdout:Get:30 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-soupsieve all 1.9.5+dfsg-1 [29.1 kB] 2022-02-21T17:54:14.648 INFO:teuthology.orchestra.run.smithi038.stdout:Get:31 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-bs4 all 4.8.2-1 [83.0 kB] 2022-02-21T17:54:14.649 INFO:teuthology.orchestra.run.smithi038.stdout:Get:32 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-waitress all 1.4.1-1 [80.6 kB] 2022-02-21T17:54:14.650 INFO:teuthology.orchestra.run.smithi038.stdout:Get:33 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-tempita all 0.5.2-6 [14.8 kB] 2022-02-21T17:54:14.651 INFO:teuthology.orchestra.run.smithi038.stdout:Get:34 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-paste all 3.4.0+dfsg1-1 [456 kB] 2022-02-21T17:54:14.664 INFO:teuthology.orchestra.run.smithi038.stdout:Get:35 http://archive.ubuntu.com/ubuntu focal/main amd64 python-pastedeploy-tpl all 2.1.0-1 [5,016 B] 2022-02-21T17:54:14.665 INFO:teuthology.orchestra.run.smithi038.stdout:Get:36 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastedeploy all 2.1.0-1 [26.5 kB] 2022-02-21T17:54:14.730 INFO:teuthology.orchestra.run.smithi038.stdout:Get:37 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webtest all 2.0.32-2 [28.2 kB] 2022-02-21T17:54:14.730 INFO:teuthology.orchestra.run.smithi038.stdout:Get:38 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pecan all 1.3.3-3ubuntu1 [85.8 kB] 2022-02-21T17:54:14.812 INFO:teuthology.orchestra.run.smithi038.stdout:Get:39 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-werkzeug all 0.16.1+dfsg1-2 [183 kB] 2022-02-21T17:54:14.819 INFO:teuthology.orchestra.run.smithi038.stdout:Get:40 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-repoze.lru all 0.7-2 [12.1 kB] 2022-02-21T17:54:14.820 INFO:teuthology.orchestra.run.smithi038.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-02-21T17:54:14.823 INFO:teuthology.orchestra.run.smithi038.stdout:Get:42 http://archive.ubuntu.com/ubuntu focal/main amd64 libjs-sphinxdoc all 1.8.5-7ubuntu3 [97.1 kB] 2022-02-21T17:54:14.828 INFO:teuthology.orchestra.run.smithi038.stdout:Get:43 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-routes all 2.4.1-2 [88.1 kB] 2022-02-21T17:54:14.831 INFO:teuthology.orchestra.run.smithi038.stdout:Get:44 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-decorator all 4.4.2-0ubuntu1 [10.3 kB] 2022-02-21T17:54:14.832 INFO:teuthology.orchestra.run.smithi038.stdout:Get:45 http://archive.ubuntu.com/ubuntu focal/universe amd64 liblbfgsb0 amd64 3.0+dfsg.3-7build1 [29.5 kB] 2022-02-21T17:54:14.833 INFO:teuthology.orchestra.run.smithi038.stdout:Get:46 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-scipy amd64 1.3.3-3build1 [11.1 MB] 2022-02-21T17:54:15.200 INFO:teuthology.orchestra.run.smithi038.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-02-21T17:54:15.246 INFO:teuthology.orchestra.run.smithi038.stdout:Get:48 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-joblib all 0.14.0-3 [192 kB] 2022-02-21T17:54:15.276 INFO:teuthology.orchestra.run.smithi038.stdout:Get:49 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-sklearn all 0.22.2.post1+dfsg-5 [1,773 kB] 2022-02-21T17:54:15.321 INFO:teuthology.orchestra.run.smithi038.stdout:Get:50 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-cachetools all 4.0.0-1 [9,820 B] 2022-02-21T17:54:15.322 INFO:teuthology.orchestra.run.smithi038.stdout:Get:51 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1 all 0.4.2-3build1 [46.7 kB] 2022-02-21T17:54:15.323 INFO:teuthology.orchestra.run.smithi038.stdout:Get:52 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyasn1-modules all 0.2.1-0.2build1 [32.9 kB] 2022-02-21T17:54:15.323 INFO:teuthology.orchestra.run.smithi038.stdout:Get:53 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-rsa all 4.0-3 [24.7 kB] 2022-02-21T17:54:15.324 INFO:teuthology.orchestra.run.smithi038.stdout:Get:54 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-google-auth all 1.5.1-2 [35.6 kB] 2022-02-21T17:54:15.325 INFO:teuthology.orchestra.run.smithi038.stdout:Get:55 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-blinker all 1.4+dfsg1-0.3ubuntu1 [13.2 kB] 2022-02-21T17:54:15.325 INFO:teuthology.orchestra.run.smithi038.stdout:Get:56 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-oauthlib all 3.1.0-1ubuntu2 [84.8 kB] 2022-02-21T17:54:15.373 INFO:teuthology.orchestra.run.smithi038.stdout:Get:57 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-requests-oauthlib all 1.0.0-1.1build1 [16.8 kB] 2022-02-21T17:54:15.442 INFO:teuthology.orchestra.run.smithi038.stdout:Get:58 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-websocket all 0.53.0-2ubuntu1 [32.3 kB] 2022-02-21T17:54:15.442 INFO:teuthology.orchestra.run.smithi038.stdout:Get:59 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-base amd64 17.0.0-10781-gb05010b6-1focal [6,430 kB] 2022-02-21T17:54:15.460 INFO:teuthology.orchestra.run.smithi038.stdout:Get:60 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-kubernetes all 7.0.0~a1-2 [271 kB] 2022-02-21T17:54:15.464 INFO:teuthology.orchestra.run.smithi038.stdout:Get:61 http://archive.ubuntu.com/ubuntu focal/universe amd64 libonig5 amd64 6.9.4-1 [142 kB] 2022-02-21T17:54:15.466 INFO:teuthology.orchestra.run.smithi038.stdout:Get:62 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 libjq1 amd64 1.6-1ubuntu0.20.04.1 [121 kB] 2022-02-21T17:54:15.468 INFO:teuthology.orchestra.run.smithi038.stdout:Get:63 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 jq amd64 1.6-1ubuntu0.20.04.1 [50.2 kB] 2022-02-21T17:54:15.469 INFO:teuthology.orchestra.run.smithi038.stdout:Get:64 http://archive.ubuntu.com/ubuntu focal/main amd64 libxslt1.1 amd64 1.1.34-4 [152 kB] 2022-02-21T17:54:15.471 INFO:teuthology.orchestra.run.smithi038.stdout:Get:65 http://archive.ubuntu.com/ubuntu focal/universe amd64 xmlstarlet amd64 1.6.1-2build1 [267 kB] 2022-02-21T17:54:15.473 INFO:teuthology.orchestra.run.smithi038.stdout:Get:66 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 nvme-cli amd64 1.9-1ubuntu0.1 [283 kB] 2022-02-21T17:54:15.478 INFO:teuthology.orchestra.run.smithi038.stdout:Get:67 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-atomicwrites all 1.1.5-2build1 [7,016 B] 2022-02-21T17:54:15.542 INFO:teuthology.orchestra.run.smithi038.stdout:Get:68 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-attr all 19.3.0-2 [33.9 kB] 2022-02-21T17:54:15.542 INFO:teuthology.orchestra.run.smithi038.stdout:Get:69 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-webencodings all 0.5.1-1ubuntu1 [11.0 kB] 2022-02-21T17:54:15.578 INFO:teuthology.orchestra.run.smithi038.stdout:Get:70 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-modules-core all 17.0.0-10781-gb05010b6-1focal [210 kB] 2022-02-21T17:54:15.584 INFO:teuthology.orchestra.run.smithi038.stdout:Get:71 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 libsqlite3-mod-ceph amd64 17.0.0-10781-gb05010b6-1focal [151 kB] 2022-02-21T17:54:15.588 INFO:teuthology.orchestra.run.smithi038.stdout:Get:72 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr amd64 17.0.0-10781-gb05010b6-1focal [1,570 kB] 2022-02-21T17:54:15.624 INFO:teuthology.orchestra.run.smithi038.stdout:Get:73 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-html5lib all 1.0.1-2 [84.3 kB] 2022-02-21T17:54:15.625 INFO:teuthology.orchestra.run.smithi038.stdout:Get:74 http://archive.ubuntu.com/ubuntu focal-updates/main amd64 python3-lxml amd64 4.5.0-1ubuntu0.5 [1,384 kB] 2022-02-21T17:54:15.666 INFO:teuthology.orchestra.run.smithi038.stdout:Get:75 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-packaging all 20.3-1 [26.8 kB] 2022-02-21T17:54:15.667 INFO:teuthology.orchestra.run.smithi038.stdout:Get:76 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pastescript all 2.0.2-4 [54.6 kB] 2022-02-21T17:54:15.667 INFO:teuthology.orchestra.run.smithi038.stdout:Get:77 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pluggy all 0.13.0-2 [18.4 kB] 2022-02-21T17:54:15.668 INFO:teuthology.orchestra.run.smithi038.stdout:Get:78 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-psutil amd64 5.5.1-1ubuntu4 [141 kB] 2022-02-21T17:54:15.668 INFO:teuthology.orchestra.run.smithi038.stdout:Get:79 http://archive.ubuntu.com/ubuntu focal-updates/universe amd64 python3-py all 1.8.1-1ubuntu0.1 [65.6 kB] 2022-02-21T17:54:15.669 INFO:teuthology.orchestra.run.smithi038.stdout:Get:80 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-pyinotify all 0.9.6-1.2ubuntu1 [24.8 kB] 2022-02-21T17:54:15.701 INFO:teuthology.orchestra.run.smithi038.stdout:Get:81 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mon amd64 17.0.0-10781-gb05010b6-1focal [7,810 kB] 2022-02-21T17:54:15.705 INFO:teuthology.orchestra.run.smithi038.stdout:Get:82 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-wcwidth all 0.1.8+dfsg1-3 [17.4 kB] 2022-02-21T17:54:15.871 INFO:teuthology.orchestra.run.smithi038.stdout:Get:83 http://archive.ubuntu.com/ubuntu focal/universe amd64 python3-pytest all 4.6.9-1 [178 kB] 2022-02-21T17:54:15.919 INFO:teuthology.orchestra.run.smithi038.stdout:Get:84 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-osd amd64 17.0.0-10781-gb05010b6-1focal [28.5 MB] 2022-02-21T17:54:16.244 INFO:teuthology.orchestra.run.smithi038.stdout:Get:85 http://archive.ubuntu.com/ubuntu focal/main amd64 python3-simplejson amd64 3.16.0-2ubuntu2 [50.8 kB] 2022-02-21T17:54:17.001 INFO:teuthology.orchestra.run.smithi038.stdout:Get:86 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph amd64 17.0.0-10781-gb05010b6-1focal [3,808 B] 2022-02-21T17:54:17.001 INFO:teuthology.orchestra.run.smithi038.stdout:Get:87 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-fuse amd64 17.0.0-10781-gb05010b6-1focal [860 kB] 2022-02-21T17:54:17.008 INFO:teuthology.orchestra.run.smithi038.stdout:Get:88 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mds amd64 17.0.0-10781-gb05010b6-1focal [2,385 kB] 2022-02-21T17:54:17.028 INFO:teuthology.orchestra.run.smithi038.stdout:Get:89 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-dashboard all 17.0.0-10781-gb05010b6-1focal [1,680 kB] 2022-02-21T17:54:17.053 INFO:teuthology.orchestra.run.smithi038.stdout:Get:90 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-diskprediction-local all 17.0.0-10781-gb05010b6-1focal [7,890 kB] 2022-02-21T17:54:17.313 INFO:teuthology.orchestra.run.smithi038.stdout:Get:91 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-mgr-k8sevents all 17.0.0-10781-gb05010b6-1focal [3,924 B] 2022-02-21T17:54:17.314 INFO:teuthology.orchestra.run.smithi038.stdout:Get:92 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-test amd64 17.0.0-10781-gb05010b6-1focal [50.5 MB] 2022-02-21T17:54:19.274 INFO:teuthology.orchestra.run.smithi038.stdout:Get:93 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 ceph-volume all 17.0.0-10781-gb05010b6-1focal [219 kB] 2022-02-21T17:54:19.276 INFO:teuthology.orchestra.run.smithi038.stdout:Get:94 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 cephadm amd64 17.0.0-10781-gb05010b6-1focal [69.3 kB] 2022-02-21T17:54:19.277 INFO:teuthology.orchestra.run.smithi038.stdout:Get:95 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 libcephfs-dev amd64 17.0.0-10781-gb05010b6-1focal [21.4 kB] 2022-02-21T17:54:19.277 INFO:teuthology.orchestra.run.smithi038.stdout:Get:96 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 radosgw amd64 17.0.0-10781-gb05010b6-1focal [12.7 MB] 2022-02-21T17:54:19.626 INFO:teuthology.orchestra.run.smithi038.stdout:Get:97 https://1.chacra.ceph.com/r/ceph/wip-yuri4-testing-2022-02-18-0800/b05010b68efc838fdc35b41106e2ebdabe395a3e/ubuntu/focal/flavors/default focal/main amd64 rbd-fuse amd64 17.0.0-10781-gb05010b6-1focal [78.9 kB] 2022-02-21T17:54:20.282 INFO:teuthology.orchestra.run.smithi038.stdout:Fetched 181 MB in 6s (30.6 MB/s) 2022-02-21T17:54:20.432 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package liblttng-ust0:amd64. 2022-02-21T17:54:20.484 INFO:teuthology.orchestra.run.smithi038.stdout:(Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 109337 files and directories currently installed.) 2022-02-21T17:54:20.489 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../00-liblttng-ust0_2.11.0-1_amd64.deb ... 2022-02-21T17:54:20.640 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking liblttng-ust0:amd64 (2.11.0-1) ... 2022-02-21T17:54:20.957 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../01-librbd1_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:21.114 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking librbd1 (17.0.0-10781-gb05010b6-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-02-21T17:54:21.917 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../02-librados2_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:22.076 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking librados2 (17.0.0-10781-gb05010b6-1focal) over (15.2.14-0ubuntu0.20.04.2) ... 2022-02-21T17:54:22.907 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libcephfs2. 2022-02-21T17:54:22.922 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../03-libcephfs2_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:22.974 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libcephfs2 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:23.346 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-rados. 2022-02-21T17:54:23.360 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../04-python3-rados_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:23.393 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-rados (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:23.796 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-ceph-argparse. 2022-02-21T17:54:23.809 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../05-python3-ceph-argparse_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T17:54:23.846 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-ceph-argparse (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:24.233 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-cephfs. 2022-02-21T17:54:24.246 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../06-python3-cephfs_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:24.283 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-cephfs (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:24.657 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-ceph-common. 2022-02-21T17:54:24.663 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../07-python3-ceph-common_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T17:54:24.704 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-ceph-common (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:25.117 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-prettytable. 2022-02-21T17:54:25.126 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../08-python3-prettytable_0.7.2-5_all.deb ... 2022-02-21T17:54:25.184 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-prettytable (0.7.2-5) ... 2022-02-21T17:54:25.418 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-rbd. 2022-02-21T17:54:25.432 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../09-python3-rbd_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:25.471 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-rbd (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:25.837 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package liblua5.3-0:amd64. 2022-02-21T17:54:25.850 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../10-liblua5.3-0_5.3.3-1.1ubuntu2_amd64.deb ... 2022-02-21T17:54:25.905 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-02-21T17:54:26.404 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package librabbitmq4:amd64. 2022-02-21T17:54:26.417 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../11-librabbitmq4_0.10.0-1_amd64.deb ... 2022-02-21T17:54:26.454 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking librabbitmq4:amd64 (0.10.0-1) ... 2022-02-21T17:54:26.774 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package librdkafka1:amd64. 2022-02-21T17:54:26.788 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../12-librdkafka1_1.2.1-1ubuntu1_amd64.deb ... 2022-02-21T17:54:26.824 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-02-21T17:54:27.185 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package librgw2. 2022-02-21T17:54:27.199 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../13-librgw2_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:27.287 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking librgw2 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:28.031 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-rgw. 2022-02-21T17:54:28.044 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../14-python3-rgw_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:28.132 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-rgw (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:28.460 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package liboath0. 2022-02-21T17:54:28.473 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../15-liboath0_2.6.1-1.3_amd64.deb ... 2022-02-21T17:54:28.529 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking liboath0 (2.6.1-1.3) ... 2022-02-21T17:54:28.780 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libradosstriper1. 2022-02-21T17:54:28.789 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../16-libradosstriper1_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:28.830 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libradosstriper1 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:29.341 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-common. 2022-02-21T17:54:29.354 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../17-ceph-common_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:29.418 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-common (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:32.244 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-base. 2022-02-21T17:54:32.260 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../18-ceph-base_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:32.312 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-base (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:33.450 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-cryptography. 2022-02-21T17:54:33.492 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../19-python3-cryptography_2.8-3ubuntu0.1_amd64.deb ... 2022-02-21T17:54:33.508 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-cryptography (2.8-3ubuntu0.1) ... 2022-02-21T17:54:34.030 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-openssl. 2022-02-21T17:54:34.044 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../20-python3-openssl_19.0.0-1build1_all.deb ... 2022-02-21T17:54:34.088 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-openssl (19.0.0-1build1) ... 2022-02-21T17:54:34.476 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mgr-modules-core. 2022-02-21T17:54:34.488 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../21-ceph-mgr-modules-core_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T17:54:34.525 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mgr-modules-core (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:34.931 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-bcrypt. 2022-02-21T17:54:34.945 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../22-python3-bcrypt_3.1.7-2ubuntu1_amd64.deb ... 2022-02-21T17:54:34.989 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-bcrypt (3.1.7-2ubuntu1) ... 2022-02-21T17:54:35.494 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-cherrypy3. 2022-02-21T17:54:35.508 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../23-python3-cherrypy3_8.9.1-6_all.deb ... 2022-02-21T17:54:35.555 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-cherrypy3 (8.9.1-6) ... 2022-02-21T17:54:35.967 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-jwt. 2022-02-21T17:54:35.977 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../24-python3-jwt_1.7.1-2ubuntu2_all.deb ... 2022-02-21T17:54:36.019 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-jwt (1.7.1-2ubuntu2) ... 2022-02-21T17:54:36.432 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-logutils. 2022-02-21T17:54:36.442 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../25-python3-logutils_0.3.3-7_all.deb ... 2022-02-21T17:54:36.526 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-logutils (0.3.3-7) ... 2022-02-21T17:54:36.829 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-markupsafe. 2022-02-21T17:54:36.842 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../26-python3-markupsafe_1.1.0-1build2_amd64.deb ... 2022-02-21T17:54:36.890 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-markupsafe (1.1.0-1build2) ... 2022-02-21T17:54:37.244 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-mako. 2022-02-21T17:54:37.252 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../27-python3-mako_1.1.0+ds1-1ubuntu2_all.deb ... 2022-02-21T17:54:37.294 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-02-21T17:54:37.720 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-simplegeneric. 2022-02-21T17:54:37.733 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../28-python3-simplegeneric_0.8.1-3_all.deb ... 2022-02-21T17:54:37.788 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-simplegeneric (0.8.1-3) ... 2022-02-21T17:54:38.219 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-singledispatch. 2022-02-21T17:54:38.232 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../29-python3-singledispatch_3.4.0.3-2build1_all.deb ... 2022-02-21T17:54:38.285 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-singledispatch (3.4.0.3-2build1) ... 2022-02-21T17:54:38.771 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-webob. 2022-02-21T17:54:38.784 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../30-python3-webob_1%3a1.8.5-2_all.deb ... 2022-02-21T17:54:38.821 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-webob (1:1.8.5-2) ... 2022-02-21T17:54:39.194 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-soupsieve. 2022-02-21T17:54:39.207 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../31-python3-soupsieve_1.9.5+dfsg-1_all.deb ... 2022-02-21T17:54:39.252 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-soupsieve (1.9.5+dfsg-1) ... 2022-02-21T17:54:39.568 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-bs4. 2022-02-21T17:54:39.581 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../32-python3-bs4_4.8.2-1_all.deb ... 2022-02-21T17:54:39.626 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-bs4 (4.8.2-1) ... 2022-02-21T17:54:40.111 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-waitress. 2022-02-21T17:54:40.125 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../33-python3-waitress_1.4.1-1_all.deb ... 2022-02-21T17:54:40.165 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-waitress (1.4.1-1) ... 2022-02-21T17:54:40.579 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-tempita. 2022-02-21T17:54:40.594 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../34-python3-tempita_0.5.2-6_all.deb ... 2022-02-21T17:54:40.639 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-tempita (0.5.2-6) ... 2022-02-21T17:54:41.073 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-paste. 2022-02-21T17:54:41.085 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../35-python3-paste_3.4.0+dfsg1-1_all.deb ... 2022-02-21T17:54:41.140 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-paste (3.4.0+dfsg1-1) ... 2022-02-21T17:54:41.501 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python-pastedeploy-tpl. 2022-02-21T17:54:41.514 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../36-python-pastedeploy-tpl_2.1.0-1_all.deb ... 2022-02-21T17:54:41.550 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python-pastedeploy-tpl (2.1.0-1) ... 2022-02-21T17:54:41.892 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pastedeploy. 2022-02-21T17:54:41.903 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../37-python3-pastedeploy_2.1.0-1_all.deb ... 2022-02-21T17:54:41.941 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pastedeploy (2.1.0-1) ... 2022-02-21T17:54:42.327 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-webtest. 2022-02-21T17:54:42.339 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../38-python3-webtest_2.0.32-2_all.deb ... 2022-02-21T17:54:42.383 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-webtest (2.0.32-2) ... 2022-02-21T17:54:42.761 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pecan. 2022-02-21T17:54:42.775 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../39-python3-pecan_1.3.3-3ubuntu1_all.deb ... 2022-02-21T17:54:42.827 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pecan (1.3.3-3ubuntu1) ... 2022-02-21T17:54:43.362 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-werkzeug. 2022-02-21T17:54:43.375 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../40-python3-werkzeug_0.16.1+dfsg1-2_all.deb ... 2022-02-21T17:54:43.451 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-werkzeug (0.16.1+dfsg1-2) ... 2022-02-21T17:54:45.195 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libsqlite3-mod-ceph. 2022-02-21T17:54:45.209 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../41-libsqlite3-mod-ceph_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:45.560 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libsqlite3-mod-ceph (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:46.032 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mgr. 2022-02-21T17:54:46.044 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../42-ceph-mgr_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:46.081 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mgr (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:46.640 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mon. 2022-02-21T17:54:46.653 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../43-ceph-mon_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:46.699 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mon (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:48.019 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-osd. 2022-02-21T17:54:48.032 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../44-ceph-osd_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:48.072 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-osd (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:51.462 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph. 2022-02-21T17:54:51.476 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../45-ceph_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:51.530 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:51.882 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-fuse. 2022-02-21T17:54:51.895 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../46-ceph-fuse_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:51.939 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-fuse (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:52.457 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mds. 2022-02-21T17:54:52.470 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../47-ceph-mds_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:54:52.520 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mds (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:53.083 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-repoze.lru. 2022-02-21T17:54:53.099 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../48-python3-repoze.lru_0.7-2_all.deb ... 2022-02-21T17:54:53.155 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-repoze.lru (0.7-2) ... 2022-02-21T17:54:53.522 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libjs-underscore. 2022-02-21T17:54:53.536 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../49-libjs-underscore_1.9.1~dfsg-1ubuntu0.20.04.1_all.deb ... 2022-02-21T17:54:53.616 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-02-21T17:54:54.063 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libjs-sphinxdoc. 2022-02-21T17:54:54.076 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../50-libjs-sphinxdoc_1.8.5-7ubuntu3_all.deb ... 2022-02-21T17:54:54.113 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-02-21T17:54:54.421 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-routes. 2022-02-21T17:54:54.435 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../51-python3-routes_2.4.1-2_all.deb ... 2022-02-21T17:54:54.480 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-routes (2.4.1-2) ... 2022-02-21T17:54:54.862 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mgr-dashboard. 2022-02-21T17:54:54.872 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../52-ceph-mgr-dashboard_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T17:54:54.921 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mgr-dashboard (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:54:55.417 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-decorator. 2022-02-21T17:54:55.430 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../53-python3-decorator_4.4.2-0ubuntu1_all.deb ... 2022-02-21T17:54:55.476 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-decorator (4.4.2-0ubuntu1) ... 2022-02-21T17:54:55.890 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package liblbfgsb0:amd64. 2022-02-21T17:54:55.899 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../54-liblbfgsb0_3.0+dfsg.3-7build1_amd64.deb ... 2022-02-21T17:54:56.000 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-02-21T17:54:56.348 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-scipy. 2022-02-21T17:54:56.362 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../55-python3-scipy_1.3.3-3build1_amd64.deb ... 2022-02-21T17:54:56.440 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-scipy (1.3.3-3build1) ... 2022-02-21T17:54:58.141 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-sklearn-lib. 2022-02-21T17:54:58.158 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../56-python3-sklearn-lib_0.22.2.post1+dfsg-5_amd64.deb ... 2022-02-21T17:54:58.201 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-02-21T17:54:58.892 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-joblib. 2022-02-21T17:54:58.906 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../57-python3-joblib_0.14.0-3_all.deb ... 2022-02-21T17:54:58.958 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-joblib (0.14.0-3) ... 2022-02-21T17:54:59.326 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-sklearn. 2022-02-21T17:54:59.339 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../58-python3-sklearn_0.22.2.post1+dfsg-5_all.deb ... 2022-02-21T17:54:59.392 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-02-21T17:55:00.426 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mgr-diskprediction-local. 2022-02-21T17:55:00.438 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../59-ceph-mgr-diskprediction-local_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T17:55:00.484 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mgr-diskprediction-local (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:01.796 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-cachetools. 2022-02-21T17:55:01.811 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../60-python3-cachetools_4.0.0-1_all.deb ... 2022-02-21T17:55:01.859 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-cachetools (4.0.0-1) ... 2022-02-21T17:55:02.300 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pyasn1. 2022-02-21T17:55:02.313 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../61-python3-pyasn1_0.4.2-3build1_all.deb ... 2022-02-21T17:55:02.350 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pyasn1 (0.4.2-3build1) ... 2022-02-21T17:55:02.708 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pyasn1-modules. 2022-02-21T17:55:02.723 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../62-python3-pyasn1-modules_0.2.1-0.2build1_all.deb ... 2022-02-21T17:55:02.766 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-02-21T17:55:03.161 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-rsa. 2022-02-21T17:55:03.175 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../63-python3-rsa_4.0-3_all.deb ... 2022-02-21T17:55:03.291 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-rsa (4.0-3) ... 2022-02-21T17:55:03.772 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-google-auth. 2022-02-21T17:55:03.786 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../64-python3-google-auth_1.5.1-2_all.deb ... 2022-02-21T17:55:03.843 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-google-auth (1.5.1-2) ... 2022-02-21T17:55:04.288 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-blinker. 2022-02-21T17:55:04.303 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../65-python3-blinker_1.4+dfsg1-0.3ubuntu1_all.deb ... 2022-02-21T17:55:04.728 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-02-21T17:55:04.728 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-oauthlib. 2022-02-21T17:55:04.729 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../66-python3-oauthlib_3.1.0-1ubuntu2_all.deb ... 2022-02-21T17:55:04.729 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-oauthlib (3.1.0-1ubuntu2) ... 2022-02-21T17:55:05.230 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-requests-oauthlib. 2022-02-21T17:55:05.241 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../67-python3-requests-oauthlib_1.0.0-1.1build1_all.deb ... 2022-02-21T17:55:05.279 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-02-21T17:55:05.640 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-websocket. 2022-02-21T17:55:05.649 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../68-python3-websocket_0.53.0-2ubuntu1_all.deb ... 2022-02-21T17:55:05.685 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-websocket (0.53.0-2ubuntu1) ... 2022-02-21T17:55:06.123 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-kubernetes. 2022-02-21T17:55:06.139 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../69-python3-kubernetes_7.0.0~a1-2_all.deb ... 2022-02-21T17:55:06.250 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-kubernetes (7.0.0~a1-2) ... 2022-02-21T17:55:06.896 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-mgr-k8sevents. 2022-02-21T17:55:06.911 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../70-ceph-mgr-k8sevents_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T17:55:06.954 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-mgr-k8sevents (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:07.400 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libonig5:amd64. 2022-02-21T17:55:07.413 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../71-libonig5_6.9.4-1_amd64.deb ... 2022-02-21T17:55:07.454 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libonig5:amd64 (6.9.4-1) ... 2022-02-21T17:55:07.850 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libjq1:amd64. 2022-02-21T17:55:07.864 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../72-libjq1_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-02-21T17:55:07.916 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-02-21T17:55:08.269 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package jq. 2022-02-21T17:55:08.284 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../73-jq_1.6-1ubuntu0.20.04.1_amd64.deb ... 2022-02-21T17:55:08.327 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking jq (1.6-1ubuntu0.20.04.1) ... 2022-02-21T17:55:08.718 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libxslt1.1:amd64. 2022-02-21T17:55:08.731 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../74-libxslt1.1_1.1.34-4_amd64.deb ... 2022-02-21T17:55:08.776 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libxslt1.1:amd64 (1.1.34-4) ... 2022-02-21T17:55:09.146 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package xmlstarlet. 2022-02-21T17:55:09.160 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../75-xmlstarlet_1.6.1-2build1_amd64.deb ... 2022-02-21T17:55:09.202 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking xmlstarlet (1.6.1-2build1) ... 2022-02-21T17:55:09.616 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-test. 2022-02-21T17:55:09.627 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../76-ceph-test_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:55:09.705 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-test (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:14.907 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package ceph-volume. 2022-02-21T17:55:14.920 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../77-ceph-volume_17.0.0-10781-gb05010b6-1focal_all.deb ... 2022-02-21T17:55:14.949 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking ceph-volume (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:15.413 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package cephadm. 2022-02-21T17:55:15.426 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../78-cephadm_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:55:15.467 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking cephadm (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:15.805 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package libcephfs-dev. 2022-02-21T17:55:15.817 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../79-libcephfs-dev_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:55:15.848 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking libcephfs-dev (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:17.460 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package nvme-cli. 2022-02-21T17:55:17.478 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../80-nvme-cli_1.9-1ubuntu0.1_amd64.deb ... 2022-02-21T17:55:17.534 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking nvme-cli (1.9-1ubuntu0.1) ... 2022-02-21T17:55:18.220 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-atomicwrites. 2022-02-21T17:55:18.229 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../81-python3-atomicwrites_1.1.5-2build1_all.deb ... 2022-02-21T17:55:18.269 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-atomicwrites (1.1.5-2build1) ... 2022-02-21T17:55:18.645 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-attr. 2022-02-21T17:55:18.658 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../82-python3-attr_19.3.0-2_all.deb ... 2022-02-21T17:55:18.697 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-attr (19.3.0-2) ... 2022-02-21T17:55:19.199 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-webencodings. 2022-02-21T17:55:19.213 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../83-python3-webencodings_0.5.1-1ubuntu1_all.deb ... 2022-02-21T17:55:19.267 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-webencodings (0.5.1-1ubuntu1) ... 2022-02-21T17:55:19.660 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-html5lib. 2022-02-21T17:55:19.675 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../84-python3-html5lib_1.0.1-2_all.deb ... 2022-02-21T17:55:19.744 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-html5lib (1.0.1-2) ... 2022-02-21T17:55:20.148 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-lxml:amd64. 2022-02-21T17:55:20.164 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../85-python3-lxml_4.5.0-1ubuntu0.5_amd64.deb ... 2022-02-21T17:55:20.250 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-02-21T17:55:20.785 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-packaging. 2022-02-21T17:55:20.800 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../86-python3-packaging_20.3-1_all.deb ... 2022-02-21T17:55:20.843 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-packaging (20.3-1) ... 2022-02-21T17:55:21.178 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pastescript. 2022-02-21T17:55:21.192 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../87-python3-pastescript_2.0.2-4_all.deb ... 2022-02-21T17:55:21.253 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pastescript (2.0.2-4) ... 2022-02-21T17:55:21.878 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pluggy. 2022-02-21T17:55:21.891 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../88-python3-pluggy_0.13.0-2_all.deb ... 2022-02-21T17:55:21.929 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pluggy (0.13.0-2) ... 2022-02-21T17:55:22.273 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-psutil. 2022-02-21T17:55:22.286 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../89-python3-psutil_5.5.1-1ubuntu4_amd64.deb ... 2022-02-21T17:55:22.331 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-psutil (5.5.1-1ubuntu4) ... 2022-02-21T17:55:22.768 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-py. 2022-02-21T17:55:22.783 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../90-python3-py_1.8.1-1ubuntu0.1_all.deb ... 2022-02-21T17:55:22.826 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-py (1.8.1-1ubuntu0.1) ... 2022-02-21T17:55:23.268 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pyinotify. 2022-02-21T17:55:23.278 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../91-python3-pyinotify_0.9.6-1.2ubuntu1_all.deb ... 2022-02-21T17:55:23.330 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-02-21T17:55:23.802 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-wcwidth. 2022-02-21T17:55:23.816 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../92-python3-wcwidth_0.1.8+dfsg1-3_all.deb ... 2022-02-21T17:55:23.869 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-wcwidth (0.1.8+dfsg1-3) ... 2022-02-21T17:55:24.289 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-pytest. 2022-02-21T17:55:24.298 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../93-python3-pytest_4.6.9-1_all.deb ... 2022-02-21T17:55:24.339 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-pytest (4.6.9-1) ... 2022-02-21T17:55:24.682 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package python3-simplejson. 2022-02-21T17:55:24.691 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../94-python3-simplejson_3.16.0-2ubuntu2_amd64.deb ... 2022-02-21T17:55:24.766 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking python3-simplejson (3.16.0-2ubuntu2) ... 2022-02-21T17:55:25.295 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package radosgw. 2022-02-21T17:55:25.307 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../95-radosgw_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:55:25.361 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking radosgw (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:26.844 INFO:teuthology.orchestra.run.smithi038.stdout:Selecting previously unselected package rbd-fuse. 2022-02-21T17:55:26.855 INFO:teuthology.orchestra.run.smithi038.stdout:Preparing to unpack .../96-rbd-fuse_17.0.0-10781-gb05010b6-1focal_amd64.deb ... 2022-02-21T17:55:26.911 INFO:teuthology.orchestra.run.smithi038.stdout:Unpacking rbd-fuse (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:27.200 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-attr (19.3.0-2) ... 2022-02-21T17:55:27.667 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up librabbitmq4:amd64 (0.10.0-1) ... 2022-02-21T17:55:27.822 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up nvme-cli (1.9-1ubuntu0.1) ... 2022-02-21T17:55:28.040 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up cephadm (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:28.737 INFO:teuthology.orchestra.run.smithi038.stdout:Adding system user cephadm....done 2022-02-21T17:55:28.931 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-waitress (1.4.1-1) ... 2022-02-21T17:55:29.337 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-repoze.lru (0.7-2) ... 2022-02-21T17:55:29.663 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up liboath0 (2.6.1-1.3) ... 2022-02-21T17:55:29.817 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-py (1.8.1-1ubuntu0.1) ... 2022-02-21T17:55:30.225 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-joblib (0.14.0-3) ... 2022-02-21T17:55:30.661 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-jwt (1.7.1-2ubuntu2) ... 2022-02-21T17:55:30.942 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-cachetools (4.0.0-1) ... 2022-02-21T17:55:31.252 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-bcrypt (3.1.7-2ubuntu1) ... 2022-02-21T17:55:31.617 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pyinotify (0.9.6-1.2ubuntu1) ... 2022-02-21T17:55:31.915 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-ceph-argparse (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:32.199 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-sklearn-lib (0.22.2.post1+dfsg-5) ... 2022-02-21T17:55:32.330 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-markupsafe (1.1.0-1build2) ... 2022-02-21T17:55:32.631 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-webencodings (0.5.1-1ubuntu1) ... 2022-02-21T17:55:32.924 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-psutil (5.5.1-1ubuntu4) ... 2022-02-21T17:55:33.379 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-atomicwrites (1.1.5-2build1) ... 2022-02-21T17:55:33.663 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-simplejson (3.16.0-2ubuntu2) ... 2022-02-21T17:55:33.985 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-decorator (4.4.2-0ubuntu1) ... 2022-02-21T17:55:34.329 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-tempita (0.5.2-6) ... 2022-02-21T17:55:34.638 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-packaging (20.3-1) ... 2022-02-21T17:55:34.981 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python-pastedeploy-tpl (2.1.0-1) ... 2022-02-21T17:55:35.183 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-wcwidth (0.1.8+dfsg1-3) ... 2022-02-21T17:55:35.569 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-paste (3.4.0+dfsg1-1) ... 2022-02-21T17:55:35.992 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-werkzeug (0.16.1+dfsg1-2) ... 2022-02-21T17:55:36.385 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-cryptography (2.8-3ubuntu0.1) ... 2022-02-21T17:55:36.889 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-ceph-common (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:37.240 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-html5lib (1.0.1-2) ... 2022-02-21T17:55:37.632 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up librdkafka1:amd64 (1.2.1-1ubuntu1) ... 2022-02-21T17:55:37.866 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pluggy (0.13.0-2) ... 2022-02-21T17:55:38.221 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up liblua5.3-0:amd64 (5.3.3-1.1ubuntu2) ... 2022-02-21T17:55:38.371 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libxslt1.1:amd64 (1.1.34-4) ... 2022-02-21T17:55:38.513 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pyasn1 (0.4.2-3build1) ... 2022-02-21T17:55:38.883 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-singledispatch (3.4.0.3-2build1) ... 2022-02-21T17:55:39.167 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-logutils (0.3.3-7) ... 2022-02-21T17:55:39.465 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up liblttng-ust0:amd64 (2.11.0-1) ... 2022-02-21T17:55:39.600 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-simplegeneric (0.8.1-3) ... 2022-02-21T17:55:39.893 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-prettytable (0.7.2-5) ... 2022-02-21T17:55:40.279 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-soupsieve (1.9.5+dfsg-1) ... 2022-02-21T17:55:40.672 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-websocket (0.53.0-2ubuntu1) ... 2022-02-21T17:55:40.775 INFO:teuthology.orchestra.run.smithi038.stdout:update-alternatives: using /usr/bin/python3-wsdump to provide /usr/bin/wsdump (wsdump) in auto mode 2022-02-21T17:55:41.022 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libonig5:amd64 (6.9.4-1) ... 2022-02-21T17:55:41.198 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-mako (1.1.0+ds1-1ubuntu2) ... 2022-02-21T17:55:41.536 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-cherrypy3 (8.9.1-6) ... 2022-02-21T17:55:41.903 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libjs-underscore (1.9.1~dfsg-1ubuntu0.20.04.1) ... 2022-02-21T17:55:42.116 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up liblbfgsb0:amd64 (3.0+dfsg.3-7build1) ... 2022-02-21T17:55:42.247 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-webob (1:1.8.5-2) ... 2022-02-21T17:55:42.657 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-blinker (1.4+dfsg1-0.3ubuntu1) ... 2022-02-21T17:55:42.959 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up librados2 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:43.148 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-scipy (1.3.3-3build1) ... 2022-02-21T17:55:44.892 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up librgw2 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:45.026 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libsqlite3-mod-ceph (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:45.147 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libjq1:amd64 (1.6-1ubuntu0.20.04.1) ... 2022-02-21T17:55:45.381 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pytest (4.6.9-1) ... 2022-02-21T17:55:45.828 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-openssl (19.0.0-1build1) ... 2022-02-21T17:55:46.163 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pastedeploy (2.1.0-1) ... 2022-02-21T17:55:46.489 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-bs4 (4.8.2-1) ... 2022-02-21T17:55:46.874 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libcephfs2 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:47.000 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-oauthlib (3.1.0-1ubuntu2) ... 2022-02-21T17:55:47.358 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libradosstriper1 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:47.485 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pyasn1-modules (0.2.1-0.2build1) ... 2022-02-21T17:55:47.895 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-sklearn (0.22.2.post1+dfsg-5) ... 2022-02-21T17:55:49.250 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up librbd1 (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:49.418 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libjs-sphinxdoc (1.8.5-7ubuntu3) ... 2022-02-21T17:55:49.544 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up xmlstarlet (1.6.1-2build1) ... 2022-02-21T17:55:49.687 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-lxml:amd64 (4.5.0-1ubuntu0.5) ... 2022-02-21T17:55:50.044 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up jq (1.6-1ubuntu0.20.04.1) ... 2022-02-21T17:55:50.238 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-rsa (4.0-3) ... 2022-02-21T17:55:50.582 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-webtest (2.0.32-2) ... 2022-02-21T17:55:50.892 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mgr-modules-core (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:50.994 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-fuse (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:51.274 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/remote-fs.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-02-21T17:55:51.275 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-fuse.target -> /lib/systemd/system/ceph-fuse.target. 2022-02-21T17:55:52.281 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up libcephfs-dev (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:52.445 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-requests-oauthlib (1.0.0-1.1build1) ... 2022-02-21T17:55:52.747 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pastescript (2.0.2-4) ... 2022-02-21T17:55:53.107 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-pecan (1.3.3-3ubuntu1) ... 2022-02-21T17:55:53.494 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-rados (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:53.628 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-rbd (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:53.752 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up rbd-fuse (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:53.887 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-routes (2.4.1-2) ... 2022-02-21T17:55:54.272 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-google-auth (1.5.1-2) ... 2022-02-21T17:55:54.605 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-rgw (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:54.781 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-cephfs (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:54.916 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up python3-kubernetes (7.0.0~a1-2) ... 2022-02-21T17:55:56.040 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-common (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:56.691 INFO:teuthology.orchestra.run.smithi038.stdout:Adding group ceph....done 2022-02-21T17:55:57.083 INFO:teuthology.orchestra.run.smithi038.stdout:Adding system user ceph....done 2022-02-21T17:55:57.284 INFO:teuthology.orchestra.run.smithi038.stdout:Setting system user ceph properties....done 2022-02-21T17:55:57.302 INFO:teuthology.orchestra.run.smithi038.stdout:chown: cannot access '/var/log/ceph/*.log*': No such file or directory 2022-02-21T17:55:57.462 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target -> /lib/systemd/system/ceph.target. 2022-02-21T17:55:58.022 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/rbdmap.service -> /lib/systemd/system/rbdmap.service. 2022-02-21T17:55:59.005 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-test (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:55:59.851 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up radosgw (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:56:00.241 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-02-21T17:56:00.241 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-radosgw.target -> /lib/systemd/system/ceph-radosgw.target. 2022-02-21T17:56:01.637 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-base (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:56:02.024 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-crash.service -> /lib/systemd/system/ceph-crash.service. 2022-02-21T17:56:03.023 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mds (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:56:03.369 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-02-21T17:56:03.370 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mds.target -> /lib/systemd/system/ceph-mds.target. 2022-02-21T17:56:04.345 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mgr (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:56:04.633 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-02-21T17:56:04.633 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mgr.target -> /lib/systemd/system/ceph-mgr.target. 2022-02-21T17:56:05.595 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-osd (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:56:06.372 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-02-21T17:56:06.373 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-osd.target -> /lib/systemd/system/ceph-osd.target. 2022-02-21T17:56:07.363 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mgr-k8sevents (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:56:07.507 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mgr-diskprediction-local (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:56:07.731 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mon (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:56:07.938 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/multi-user.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-02-21T17:56:07.938 INFO:teuthology.orchestra.run.smithi038.stdout:Created symlink /etc/systemd/system/ceph.target.wants/ceph-mon.target -> /lib/systemd/system/ceph-mon.target. 2022-02-21T17:56:08.867 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:56:09.033 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-mgr-dashboard (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:56:09.217 INFO:teuthology.orchestra.run.smithi038.stdout:Setting up ceph-volume (17.0.0-10781-gb05010b6-1focal) ... 2022-02-21T17:56:09.345 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for systemd (245.4-4ubuntu3.15) ... 2022-02-21T17:56:09.929 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for man-db (2.9.1-1) ... 2022-02-21T17:56:12.770 INFO:teuthology.orchestra.run.smithi038.stdout:Processing triggers for libc-bin (2.31-0ubuntu9.2) ... 2022-02-21T17:56:13.227 INFO:teuthology.orchestra.run.smithi038.stderr:W: --force-yes is deprecated, use one of the options starting with --allow instead. 2022-02-21T17:56:13.230 DEBUG:teuthology.parallel:result is None 2022-02-21T17:56:13.231 DEBUG:teuthology.orchestra.run.smithi038:> sudo lsb_release -is 2022-02-21T17:56:13.283 INFO:teuthology.orchestra.run.smithi038.stdout:Ubuntu 2022-02-21T17:56:13.289 DEBUG:teuthology.misc:System to be installed: Ubuntu 2022-02-21T17:56:13.290 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=ubuntu%2F20.04%2Fx86_64&sha1=b05010b68efc838fdc35b41106e2ebdabe395a3e 2022-02-21T17:56:13.662 DEBUG:teuthology.orchestra.run.smithi038:> dpkg-query -W -f '${Version}' ceph 2022-02-21T17:56:13.685 INFO:teuthology.orchestra.run.smithi038.stdout:17.0.0-10781-gb05010b6-1focal 2022-02-21T17:56:13.685 INFO:teuthology.packaging:The installed version of ceph is 17.0.0-10781-gb05010b6-1focal 2022-02-21T17:56:13.686 INFO:teuthology.task.install:The correct ceph version 17.0.0-10781-gb05010b6-1focal is installed. 2022-02-21T17:56:13.686 INFO:teuthology.task.install.util:Shipping valgrind.supp... 2022-02-21T17:56:13.687 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:56:13.687 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/home/ubuntu/cephtest/valgrind.supp 2022-02-21T17:56:13.703 INFO:teuthology.task.install.util:Shipping 'daemon-helper'... 2022-02-21T17:56:13.703 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:56:13.703 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/usr/bin/daemon-helper 2022-02-21T17:56:13.765 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod a=rx -- /usr/bin/daemon-helper 2022-02-21T17:56:13.779 INFO:teuthology.task.install.util:Shipping 'adjust-ulimits'... 2022-02-21T17:56:13.780 DEBUG:teuthology.orchestra.run.smithi038:> set -ex 2022-02-21T17:56:13.781 DEBUG:teuthology.orchestra.run.smithi038:> sudo dd of=/usr/bin/adjust-ulimits 2022-02-21T17:56:13.793 DEBUG:teuthology.orchestra.run.smithi038:> sudo chmod a=rx -- /usr/bin/adjust-ulimits 2022-02-21T17:56:13.857 INFO:teuthology.run_tasks:Running task radosbench... 2022-02-21T17:56:13.875 INFO:tasks.radosbench:Beginning radosbench... 2022-02-21T17:56:13.875 INFO:tasks.rook.ceph_manager.ceph:creating pool_name unique_pool_0 2022-02-21T17:56:13.876 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd pool create unique_pool_0 16 2022-02-21T17:56:15.368 INFO:teuthology.orchestra.run.smithi038.stderr:pool 'unique_pool_0' created 2022-02-21T17:56:15.384 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd pool application enable unique_pool_0 rados --yes-i-really-mean-it || true 2022-02-21T17:56:16.385 INFO:teuthology.orchestra.run.smithi038.stderr:enabled application 'rados' on pool 'unique_pool_0' 2022-02-21T17:56:17.428 DEBUG:teuthology.orchestra.run.smithi038:> /bin/sh -c 'adjust-ulimits ceph-coverage /home/ubuntu/cephtest/archive/coverage rados --no-log-to-stderr --name client.a -b 65536 --object-size 65536 -p unique_pool_0 bench 360 write' 2022-02-21T17:56:17.431 INFO:teuthology.run_tasks:Running task rook.shell... 2022-02-21T17:56:17.441 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch host label add '`hostname`' 'foo 2022-02-21T17:56:17.442 DEBUG:teuthology.orchestra.run.smithi038:> ceph' orch host ls '|' grep 'foo 2022-02-21T17:56:17.442 DEBUG:teuthology.orchestra.run.smithi038:> ceph' orch host label rm '`hostname`' 'foo 2022-02-21T17:56:17.443 DEBUG:teuthology.orchestra.run.smithi038:> ceph' orch host ls '|' grep -v 'foo 2022-02-21T17:56:17.443 DEBUG:teuthology.orchestra.run.smithi038:> ' 2022-02-21T17:56:17.540 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:hints = 1 2022-02-21T17:56:17.540 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Maintaining 16 concurrent writes of 65536 bytes to objects of size 65536 for up to 360 seconds or 0 objects 2022-02-21T17:56:17.541 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Object prefix: benchmark_data_smithi038_45879 2022-02-21T17:56:17.542 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T17:56:17.543 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 0 0 0 0 0 0 - 0 2022-02-21T17:56:17.855 INFO:teuthology.orchestra.run.smithi038.stdout:ceph version 16.2.5 (0883bdea7337b95e4b611c768c0279868462204a) pacific (stable) 2022-02-21T17:56:17.875 INFO:teuthology.run_tasks:Running task exec... 2022-02-21T17:56:17.887 INFO:teuthology.task.exec:Executing custom commands... 2022-02-21T17:56:17.888 INFO:teuthology.task.exec:Running commands on role host.a host ubuntu@smithi038.front.sepia.ceph.com 2022-02-21T17:56:17.888 DEBUG:teuthology.orchestra.run.smithi038:> sudo TESTDIR=/home/ubuntu/cephtest bash -c 'set -ex 2022-02-21T17:56:17.889 DEBUG:teuthology.orchestra.run.smithi038:> toolbox() { 2022-02-21T17:56:17.889 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- "$@" 2022-02-21T17:56:17.889 DEBUG:teuthology.orchestra.run.smithi038:> } 2022-02-21T17:56:17.890 DEBUG:teuthology.orchestra.run.smithi038:> orig_num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-02-21T17:56:17.890 DEBUG:teuthology.orchestra.run.smithi038:> toolbox ceph orch osd rm 0 --force 2022-02-21T17:56:17.890 DEBUG:teuthology.orchestra.run.smithi038:> removed_pv="" 2022-02-21T17:56:17.891 DEBUG:teuthology.orchestra.run.smithi038:> while [ "$removed_pv" = "" ] 2022-02-21T17:56:17.891 DEBUG:teuthology.orchestra.run.smithi038:> do 2022-02-21T17:56:17.891 DEBUG:teuthology.orchestra.run.smithi038:> removed_pv=`kubectl get pv | grep Released | cut -f1 -d " "` 2022-02-21T17:56:17.892 DEBUG:teuthology.orchestra.run.smithi038:> sleep 3s 2022-02-21T17:56:17.892 DEBUG:teuthology.orchestra.run.smithi038:> done 2022-02-21T17:56:17.892 DEBUG:teuthology.orchestra.run.smithi038:> target_path=`kubectl get pv $removed_pv -o jsonpath='"'"'{.spec.local.path}'"'"'` 2022-02-21T17:56:17.892 DEBUG:teuthology.orchestra.run.smithi038:> host=`echo $removed_pv | cut -f1 -d "-"` 2022-02-21T17:56:17.893 DEBUG:teuthology.orchestra.run.smithi038:> toolbox ceph orch device zap $host $target_path --force 2022-02-21T17:56:17.893 DEBUG:teuthology.orchestra.run.smithi038:> zap_completion="0" 2022-02-21T17:56:17.893 DEBUG:teuthology.orchestra.run.smithi038:> while [ "$zap_completion" = "0" ] 2022-02-21T17:56:17.894 DEBUG:teuthology.orchestra.run.smithi038:> do 2022-02-21T17:56:17.894 DEBUG:teuthology.orchestra.run.smithi038:> zap_completion=`kubectl get job -n rook-ceph rook-ceph-device-zap -o jsonpath='"'"'{.status.succeeded.path}'"'"'` 2022-02-21T17:56:17.894 DEBUG:teuthology.orchestra.run.smithi038:> sleep 3s 2022-02-21T17:56:17.895 DEBUG:teuthology.orchestra.run.smithi038:> done 2022-02-21T17:56:17.895 DEBUG:teuthology.orchestra.run.smithi038:> kubectl patch pv $removed_pv -p '"'"'{"spec":{"claimRef": null}}'"'"' 2022-02-21T17:56:17.895 DEBUG:teuthology.orchestra.run.smithi038:> toolbox ceph orch apply osd --all-available-devices 2022-02-21T17:56:17.895 DEBUG:teuthology.orchestra.run.smithi038:> kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-02-21T17:56:17.896 DEBUG:teuthology.orchestra.run.smithi038:> num_osd="0" 2022-02-21T17:56:17.896 DEBUG:teuthology.orchestra.run.smithi038:> while [ "$num_osd" != "$orig_num_osd" ] 2022-02-21T17:56:17.896 DEBUG:teuthology.orchestra.run.smithi038:> do 2022-02-21T17:56:17.897 DEBUG:teuthology.orchestra.run.smithi038:> echo "waiting for osd to come back up" 2022-02-21T17:56:17.897 DEBUG:teuthology.orchestra.run.smithi038:> num_osd=`toolbox ceph osd stat | cut -f3 -d " "` 2022-02-21T17:56:17.897 DEBUG:teuthology.orchestra.run.smithi038:> sleep 30s 2022-02-21T17:56:17.897 DEBUG:teuthology.orchestra.run.smithi038:> done 2022-02-21T17:56:17.898 DEBUG:teuthology.orchestra.run.smithi038:> ' 2022-02-21T17:56:17.914 INFO:teuthology.orchestra.run.smithi038.stderr:++ toolbox ceph osd stat 2022-02-21T17:56:17.914 INFO:teuthology.orchestra.run.smithi038.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T17:56:17.914 INFO:teuthology.orchestra.run.smithi038.stderr:++ cut -f3 -d ' ' 2022-02-21T17:56:18.541 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 1 16 1359 1343 83.9327 83.9375 0.00856537 0.0118484 2022-02-21T17:56:19.541 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 2 16 2692 2676 83.6053 83.3125 0.0145753 0.0119132 2022-02-21T17:56:20.542 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 3 16 3974 3958 82.4391 80.125 0.0163311 0.0120885 2022-02-21T17:56:21.542 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 4 16 5004 4988 77.908 64.375 0.0111458 0.0128126 2022-02-21T17:56:22.543 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 5 16 6267 6251 78.1124 78.9375 0.00949878 0.0127774 2022-02-21T17:56:22.746 INFO:teuthology.orchestra.run.smithi038.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T17:56:23.543 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 6 16 7190 7174 74.7079 57.6875 0.0125564 0.0133642 2022-02-21T17:56:23.936 INFO:teuthology.orchestra.run.smithi038.stderr:+ orig_num_osd=4 2022-02-21T17:56:23.936 INFO:teuthology.orchestra.run.smithi038.stderr:+ toolbox ceph orch osd rm 0 --force 2022-02-21T17:56:23.937 INFO:teuthology.orchestra.run.smithi038.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch osd rm 0 --force 2022-02-21T17:56:24.382 INFO:teuthology.orchestra.run.smithi038.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T17:56:24.543 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 7 16 8139 8123 72.5081 59.3125 0.0114897 0.0137735 2022-02-21T17:56:25.543 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 8 16 8971 8955 69.9443 52 0.0160511 0.0142849 2022-02-21T17:56:25.909 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:25.891956 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff= v1.ClusterSpec{ 2022-02-21T17:56:25.910 INFO:tasks.rook.operator.smithi038.stdout: CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", AllowUnsupported: true}, 2022-02-21T17:56:25.910 INFO:tasks.rook.operator.smithi038.stdout: Storage: v1.StorageScopeSpec{ 2022-02-21T17:56:25.911 INFO:tasks.rook.operator.smithi038.stdout: ... // 3 identical fields 2022-02-21T17:56:25.911 INFO:tasks.rook.operator.smithi038.stdout: Config: nil, 2022-02-21T17:56:25.911 INFO:tasks.rook.operator.smithi038.stdout: Selection: {}, 2022-02-21T17:56:25.912 INFO:tasks.rook.operator.smithi038.stdout: StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-02-21T17:56:25.913 INFO:tasks.rook.operator.smithi038.stdout: {Name: "smithi038-lv-1", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi038-lv-1", StorageClassName: &"scratch", ...}}}}, 2022-02-21T17:56:25.913 INFO:tasks.rook.operator.smithi038.stdout: {Name: "smithi038-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi038-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-02-21T17:56:25.914 INFO:tasks.rook.operator.smithi038.stdout:- { 2022-02-21T17:56:25.914 INFO:tasks.rook.operator.smithi038.stdout:- Name: "smithi038-lv-3", 2022-02-21T17:56:25.915 INFO:tasks.rook.operator.smithi038.stdout:- Count: 1, 2022-02-21T17:56:25.915 INFO:tasks.rook.operator.smithi038.stdout:- VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-02-21T17:56:25.916 INFO:tasks.rook.operator.smithi038.stdout:- }, 2022-02-21T17:56:25.916 INFO:tasks.rook.operator.smithi038.stdout: {Name: "smithi038-lv-4", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi038-lv-4", StorageClassName: &"scratch", ...}}}}, 2022-02-21T17:56:25.916 INFO:tasks.rook.operator.smithi038.stdout: }, 2022-02-21T17:56:25.917 INFO:tasks.rook.operator.smithi038.stdout: }, 2022-02-21T17:56:25.917 INFO:tasks.rook.operator.smithi038.stdout: Annotations: nil, 2022-02-21T17:56:25.918 INFO:tasks.rook.operator.smithi038.stdout: Labels: nil, 2022-02-21T17:56:25.918 INFO:tasks.rook.operator.smithi038.stdout: ... // 20 identical fields 2022-02-21T17:56:25.919 INFO:tasks.rook.operator.smithi038.stdout: } 2022-02-21T17:56:25.919 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:25.892023 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T17:56:26.546 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 9 16 9867 9851 68.3763 56 0.0111593 0.0146093 2022-02-21T17:56:27.120 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:27.084374 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:56:27.546 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 10 16 10796 10780 67.3448 58.0625 0.0182806 0.0148327 2022-02-21T17:56:28.546 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 11 16 11644 11628 66.0406 53 0.00753312 0.0151308 2022-02-21T17:56:29.063 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:29.062250 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T17:56:29.547 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 12 16 12074 12058 62.7775 26.875 0.0048447 0.0151579 2022-02-21T17:56:30.547 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 13 16 12074 12058 57.9497 0 - 0.0151579 2022-02-21T17:56:31.547 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 14 16 12074 12058 53.8114 0 - 0.0151579 2022-02-21T17:56:32.547 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 15 16 12074 12058 50.2244 0 - 0.0151579 2022-02-21T17:56:33.523 INFO:teuthology.orchestra.run.smithi038.stdout:Success 2022-02-21T17:56:33.545 INFO:teuthology.orchestra.run.smithi038.stderr:+ removed_pv= 2022-02-21T17:56:33.546 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' '' = '' ']' 2022-02-21T17:56:33.547 INFO:teuthology.orchestra.run.smithi038.stderr:++ kubectl get pv 2022-02-21T17:56:33.547 INFO:teuthology.orchestra.run.smithi038.stderr:++ grep Released 2022-02-21T17:56:33.547 INFO:teuthology.orchestra.run.smithi038.stderr:++ cut -f1 -d ' ' 2022-02-21T17:56:33.548 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 16 16 12074 12058 47.0861 0 - 0.0151579 2022-02-21T17:56:33.700 INFO:teuthology.orchestra.run.smithi038.stderr:+ removed_pv= 2022-02-21T17:56:33.701 INFO:teuthology.orchestra.run.smithi038.stderr:+ sleep 3s 2022-02-21T17:56:34.548 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 17 16 12074 12058 44.3169 0 - 0.0151579 2022-02-21T17:56:35.548 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 18 16 12245 12229 42.4489 1.78125 0.00325282 0.020435 2022-02-21T17:56:36.548 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 19 16 12245 12229 40.2152 0 - 0.020435 2022-02-21T17:56:36.702 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' '' = '' ']' 2022-02-21T17:56:36.703 INFO:teuthology.orchestra.run.smithi038.stderr:++ kubectl get pv 2022-02-21T17:56:36.703 INFO:teuthology.orchestra.run.smithi038.stderr:++ grep Released 2022-02-21T17:56:36.704 INFO:teuthology.orchestra.run.smithi038.stderr:++ cut -f1 -d ' ' 2022-02-21T17:56:36.971 INFO:teuthology.orchestra.run.smithi038.stderr:+ removed_pv= 2022-02-21T17:56:36.971 INFO:teuthology.orchestra.run.smithi038.stderr:+ sleep 3s 2022-02-21T17:56:37.392 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:37.387916 I | ceph-spec: object "rook-ceph-osd-0" matched on delete, reconciling 2022-02-21T17:56:37.548 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T17:56:37.547219+0000 min lat: 0.0018525 max lat: 7.67982 avg lat: 0.0249711 2022-02-21T17:56:37.548 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T17:56:37.549 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 20 16 12822 12806 40.0075 18.0312 0.0110488 0.0249711 2022-02-21T17:56:38.548 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 21 16 13593 13577 40.3967 48.1875 0.0276819 0.0247433 2022-02-21T17:56:39.548 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 22 16 14511 14495 41.168 57.375 0.0188693 0.0242769 2022-02-21T17:56:39.972 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' '' = '' ']' 2022-02-21T17:56:39.973 INFO:teuthology.orchestra.run.smithi038.stderr:++ kubectl get pv 2022-02-21T17:56:39.973 INFO:teuthology.orchestra.run.smithi038.stderr:++ cut -f1 -d ' ' 2022-02-21T17:56:39.974 INFO:teuthology.orchestra.run.smithi038.stderr:++ grep Released 2022-02-21T17:56:40.086 INFO:teuthology.orchestra.run.smithi038.stderr:+ removed_pv=smithi038-lv-3 2022-02-21T17:56:40.086 INFO:teuthology.orchestra.run.smithi038.stderr:+ sleep 3s 2022-02-21T17:56:40.549 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 23 16 15328 15312 41.5979 51.0625 0.0160758 0.0240254 2022-02-21T17:56:41.549 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 24 16 16031 16015 41.6952 43.9375 0.0892937 0.0239236 2022-02-21T17:56:42.549 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 25 16 16735 16719 41.7872 44 0.0168704 0.0237214 2022-02-21T17:56:43.087 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' smithi038-lv-3 = '' ']' 2022-02-21T17:56:43.087 INFO:teuthology.orchestra.run.smithi038.stderr:++ kubectl get pv smithi038-lv-3 -o 'jsonpath={.spec.local.path}' 2022-02-21T17:56:43.549 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 26 16 17323 17307 41.5934 36.75 0.0100235 0.0240201 2022-02-21T17:56:43.627 INFO:teuthology.orchestra.run.smithi038.stderr:+ target_path=/dev/vg_nvme/lv_3 2022-02-21T17:56:43.628 INFO:teuthology.orchestra.run.smithi038.stderr:++ echo smithi038-lv-3 2022-02-21T17:56:43.628 INFO:teuthology.orchestra.run.smithi038.stderr:++ cut -f1 -d - 2022-02-21T17:56:43.628 INFO:teuthology.orchestra.run.smithi038.stderr:+ host=smithi038 2022-02-21T17:56:43.629 INFO:teuthology.orchestra.run.smithi038.stderr:+ toolbox ceph orch device zap smithi038 /dev/vg_nvme/lv_3 --force 2022-02-21T17:56:43.629 INFO:teuthology.orchestra.run.smithi038.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch device zap smithi038 /dev/vg_nvme/lv_3 --force 2022-02-21T17:56:43.816 INFO:teuthology.orchestra.run.smithi038.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T17:56:44.550 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 27 16 17925 17909 41.4457 37.625 0.0112494 0.0241199 2022-02-21T17:56:44.767 INFO:teuthology.orchestra.run.smithi038.stdout:/dev/vg_nvme/lv_3 on smithi038 zapped 2022-02-21T17:56:44.802 INFO:teuthology.orchestra.run.smithi038.stderr:+ zap_completion=0 2022-02-21T17:56:44.802 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' 0 = 0 ']' 2022-02-21T17:56:44.803 INFO:teuthology.orchestra.run.smithi038.stderr:++ kubectl get job -n rook-ceph rook-ceph-device-zap -o 'jsonpath={.status.succeeded.path}' 2022-02-21T17:56:45.550 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 28 16 18622 18606 41.5212 43.5625 0.0149193 0.0240683 2022-02-21T17:56:45.564 INFO:teuthology.orchestra.run.smithi038.stderr:+ zap_completion= 2022-02-21T17:56:45.565 INFO:teuthology.orchestra.run.smithi038.stderr:+ sleep 3s 2022-02-21T17:56:46.550 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 29 16 19377 19361 41.7164 47.1875 0.0130385 0.0239577 2022-02-21T17:56:47.550 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 30 16 20128 20112 41.8902 46.9375 0.0083606 0.0238587 2022-02-21T17:56:48.550 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 31 16 20680 20664 41.6518 34.5 0.0112575 0.023998 2022-02-21T17:56:48.566 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' '' = 0 ']' 2022-02-21T17:56:48.567 INFO:teuthology.orchestra.run.smithi038.stderr:+ kubectl patch pv smithi038-lv-3 -p '{"spec":{"claimRef": null}}' 2022-02-21T17:56:49.325 INFO:teuthology.orchestra.run.smithi038.stdout:persistentvolume/smithi038-lv-3 patched 2022-02-21T17:56:49.327 INFO:teuthology.orchestra.run.smithi038.stderr:+ toolbox ceph orch apply osd --all-available-devices 2022-02-21T17:56:49.327 INFO:teuthology.orchestra.run.smithi038.stderr:+ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph orch apply osd --all-available-devices 2022-02-21T17:56:49.550 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 32 16 21317 21301 41.5942 39.8125 0.014994 0.0240311 2022-02-21T17:56:49.609 INFO:teuthology.orchestra.run.smithi038.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T17:56:50.551 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 33 16 21824 21808 41.2939 31.6875 0.0238309 0.0241937 2022-02-21T17:56:50.705 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:50.693439 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T17:56:50.706 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:50.693460 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T17:56:50.706 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:50.693468 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T17:56:51.169 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:51.164463 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:56:51.551 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 34 16 22226 22210 40.8183 25.125 0.0239226 0.0244858 2022-02-21T17:56:52.002 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:51.998979 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:56:52.002 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:51.999177 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:56:52.057 INFO:teuthology.orchestra.run.smithi038.stdout:['Success'] 2022-02-21T17:56:52.070 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:52.064659 I | ceph-cluster-controller: CR has changed for "rook-ceph". diff= v1.ClusterSpec{ 2022-02-21T17:56:52.070 INFO:tasks.rook.operator.smithi038.stdout: CephVersion: {Image: "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", AllowUnsupported: true}, 2022-02-21T17:56:52.070 INFO:tasks.rook.operator.smithi038.stdout: Storage: v1.StorageScopeSpec{ 2022-02-21T17:56:52.071 INFO:tasks.rook.operator.smithi038.stdout: ... // 3 identical fields 2022-02-21T17:56:52.071 INFO:tasks.rook.operator.smithi038.stdout: Config: nil, 2022-02-21T17:56:52.071 INFO:tasks.rook.operator.smithi038.stdout: Selection: {}, 2022-02-21T17:56:52.071 INFO:tasks.rook.operator.smithi038.stdout: StorageClassDeviceSets: []v1.StorageClassDeviceSet{ 2022-02-21T17:56:52.071 INFO:tasks.rook.operator.smithi038.stdout: {Name: "smithi038-lv-1", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi038-lv-1", StorageClassName: &"scratch", ...}}}}, 2022-02-21T17:56:52.072 INFO:tasks.rook.operator.smithi038.stdout: {Name: "smithi038-lv-2", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi038-lv-2", StorageClassName: &"scratch", ...}}}}, 2022-02-21T17:56:52.072 INFO:tasks.rook.operator.smithi038.stdout: {Name: "smithi038-lv-4", Count: 1, VolumeClaimTemplates: {{ObjectMeta: {Name: "data"}, Spec: {AccessModes: {"ReadWriteOnce"}, Resources: {Requests: {s"storage": {i: {...}, s: "1", Format: "DecimalSI"}}}, VolumeName: "smithi038-lv-4", StorageClassName: &"scratch", ...}}}}, 2022-02-21T17:56:52.072 INFO:tasks.rook.operator.smithi038.stdout:+ { 2022-02-21T17:56:52.073 INFO:tasks.rook.operator.smithi038.stdout:+ Name: "smithi038-lv-3", 2022-02-21T17:56:52.074 INFO:tasks.rook.operator.smithi038.stdout:+ Count: 1, 2022-02-21T17:56:52.074 INFO:tasks.rook.operator.smithi038.stdout:+ VolumeClaimTemplates: []v1.PersistentVolumeClaim{{ObjectMeta: v1.ObjectMeta{...}, Spec: v1.PersistentVolumeClaimSpec{...}}}, 2022-02-21T17:56:52.074 INFO:tasks.rook.operator.smithi038.stdout:+ }, 2022-02-21T17:56:52.074 INFO:tasks.rook.operator.smithi038.stdout: }, 2022-02-21T17:56:52.075 INFO:tasks.rook.operator.smithi038.stdout: }, 2022-02-21T17:56:52.075 INFO:tasks.rook.operator.smithi038.stdout: Annotations: nil, 2022-02-21T17:56:52.075 INFO:tasks.rook.operator.smithi038.stdout: Labels: nil, 2022-02-21T17:56:52.075 INFO:tasks.rook.operator.smithi038.stdout: ... // 20 identical fields 2022-02-21T17:56:52.075 INFO:tasks.rook.operator.smithi038.stdout: } 2022-02-21T17:56:52.095 INFO:teuthology.orchestra.run.smithi038.stderr:+ kubectl delete job rook-ceph-device-zap -n rook-ceph 2022-02-21T17:56:52.294 INFO:teuthology.orchestra.run.smithi038.stdout:job.batch "rook-ceph-device-zap" deleted 2022-02-21T17:56:52.316 INFO:teuthology.orchestra.run.smithi038.stdout:waiting for osd to come back up 2022-02-21T17:56:52.563 INFO:teuthology.orchestra.run.smithi038.stderr:+ num_osd=0 2022-02-21T17:56:52.563 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' 0 '!=' 4 ']' 2022-02-21T17:56:52.564 INFO:teuthology.orchestra.run.smithi038.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T17:56:52.564 INFO:teuthology.orchestra.run.smithi038.stderr:++ toolbox ceph osd stat 2022-02-21T17:56:52.564 INFO:teuthology.orchestra.run.smithi038.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T17:56:52.564 INFO:teuthology.orchestra.run.smithi038.stderr:++ cut -f3 -d ' ' 2022-02-21T17:56:52.565 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:52.448511 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 17:56:52.396022318 +0000 UTC m=+408.134869485 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T17:56:52.565 INFO:teuthology.orchestra.run.smithi038.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T17:56:52.566 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 35 16 22822 22806 40.7163 37.25 0.0495636 0.0245411 2022-02-21T17:56:52.990 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:52.985305 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T17:56:53.145 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:53.142367 I | op-mon: start running mons 2022-02-21T17:56:53.198 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:53.195478 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:56:53.328 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:53.324547 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.38:6789"]}] data:a=172.21.15.38:6789 mapping:{"node":{"a":{"Name":"smithi038","Hostname":"smithi038","Address":"172.21.15.38"}}} maxMonId:0] 2022-02-21T17:56:53.343 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:53.333140 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:56:53.343 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:53.333318 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:56:53.375 INFO:teuthology.orchestra.run.smithi038.stderr:+ num_osd=3 2022-02-21T17:56:53.376 INFO:teuthology.orchestra.run.smithi038.stderr:+ sleep 30s 2022-02-21T17:56:53.551 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 36 16 23355 23339 40.5101 33.3125 0.0481902 0.0246523 2022-02-21T17:56:54.532 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:54.514883 I | op-mon: targeting the mon count 1 2022-02-21T17:56:54.552 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 37 16 23940 23924 40.4034 36.5625 0.0149819 0.0247402 2022-02-21T17:56:54.592 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:54.589508 I | ceph-cluster-controller: Cluster update requested. CANCELLING CURRENT ORCHESTRATION 2022-02-21T17:56:54.598 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:54.590799 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T17:56:54.831 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:54.827106 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:56:54.854 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:54.851358 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T17:56:55.335 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:55.331312 I | op-k8sutil: Removing previous job rook-ceph-detect-version to start a new one 2022-02-21T17:56:55.552 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 38 16 24632 24616 40.4781 43.25 0.0174174 0.0246496 2022-02-21T17:56:55.828 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:55.823069 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-02-21T17:56:56.552 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 39 16 25247 25231 40.4257 38.4375 0.0261601 0.0247207 2022-02-21T17:56:57.554 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T17:56:57.551991+0000 min lat: 0.0018525 max lat: 7.67982 avg lat: 0.0246524 2022-02-21T17:56:57.554 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T17:56:57.555 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 40 16 25968 25952 40.5394 45.0625 0.0157149 0.0246524 2022-02-21T17:56:57.874 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:57.871403 I | op-k8sutil: batch job rook-ceph-detect-version still exists 2022-02-21T17:56:58.554 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 41 16 26655 26639 40.5978 42.9375 0.0213273 0.0246199 2022-02-21T17:56:59.554 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 42 16 27233 27217 40.4912 36.125 0.0280754 0.0246756 2022-02-21T17:56:59.883 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:56:59.878228 I | op-k8sutil: batch job rook-ceph-detect-version deleted 2022-02-21T17:57:00.555 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 43 16 27810 27794 40.3882 36.0625 0.026273 0.0247492 2022-02-21T17:57:01.555 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 44 16 28274 28258 40.1293 29 0.0137184 0.0249061 2022-02-21T17:57:02.556 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 45 16 28855 28839 40.0433 36.3125 0.0152721 0.0249587 2022-02-21T17:57:03.556 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 46 16 29403 29387 39.9173 34.25 0.0128681 0.0250421 2022-02-21T17:57:04.556 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 47 16 29958 29942 39.806 34.6875 0.0162259 0.02499 2022-02-21T17:57:05.558 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 48 16 29958 29942 38.9768 0 - 0.02499 2022-02-21T17:57:06.560 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 49 16 30325 30309 38.6495 11.4688 0.0154226 0.0258615 2022-02-21T17:57:07.557 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 50 16 30980 30964 38.6952 40.9375 0.0256987 0.0258305 2022-02-21T17:57:08.557 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 51 16 31346 31330 38.385 22.875 0.0181632 0.0260393 2022-02-21T17:57:09.557 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 52 16 31882 31866 38.291 33.5 0.0357343 0.0260998 2022-02-21T17:57:10.557 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 53 16 32351 32335 38.1216 29.3125 0.0191401 0.0262198 2022-02-21T17:57:11.558 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 54 16 32967 32951 38.1285 38.5 0.029821 0.0262049 2022-02-21T17:57:12.558 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 55 16 33432 33416 37.9637 29.0625 0.0274754 0.0263267 2022-02-21T17:57:13.558 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 56 16 34036 34020 37.9598 37.75 0.0426935 0.0263282 2022-02-21T17:57:14.558 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 57 16 34507 34491 37.8103 29.4375 0.0191571 0.0263157 2022-02-21T17:57:15.564 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 58 16 34938 34922 37.6228 26.9375 0.0232148 0.0265683 2022-02-21T17:57:16.560 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 59 16 35486 35470 37.5643 34.25 0.0129733 0.026606 2022-02-21T17:57:17.560 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T17:57:17.557167+0000 min lat: 0.0018525 max lat: 7.67982 avg lat: 0.0266965 2022-02-21T17:57:17.561 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T17:57:17.561 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 60 16 35969 35953 37.4413 30.1875 0.0265475 0.0266965 2022-02-21T17:57:18.561 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 61 16 36453 36437 37.3234 30.25 0.0233729 0.0267842 2022-02-21T17:57:19.561 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 62 16 37009 36993 37.2818 34.75 0.0305227 0.0268092 2022-02-21T17:57:20.561 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 63 16 37523 37507 37.1999 32.125 0.0280221 0.0268717 2022-02-21T17:57:21.561 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 64 16 38107 38091 37.189 36.5 0.0527669 0.0268776 2022-02-21T17:57:22.561 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 65 16 38676 38660 37.1639 35.5625 0.0286732 0.0268946 2022-02-21T17:57:23.378 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' 3 '!=' 4 ']' 2022-02-21T17:57:23.378 INFO:teuthology.orchestra.run.smithi038.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T17:57:23.379 INFO:teuthology.orchestra.run.smithi038.stdout:waiting for osd to come back up 2022-02-21T17:57:23.380 INFO:teuthology.orchestra.run.smithi038.stderr:++ toolbox ceph osd stat 2022-02-21T17:57:23.380 INFO:teuthology.orchestra.run.smithi038.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T17:57:23.380 INFO:teuthology.orchestra.run.smithi038.stderr:++ cut -f3 -d ' ' 2022-02-21T17:57:23.561 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 66 16 39034 39018 36.9398 22.375 0.0204972 0.0269387 2022-02-21T17:57:24.118 INFO:teuthology.orchestra.run.smithi038.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T17:57:24.561 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 67 16 39332 39316 36.6665 18.625 0.0184925 0.0272592 2022-02-21T17:57:25.562 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 68 16 39713 39697 36.4775 23.8125 0.0199638 0.0273674 2022-02-21T17:57:25.710 INFO:teuthology.orchestra.run.smithi038.stderr:+ num_osd=3 2022-02-21T17:57:25.711 INFO:teuthology.orchestra.run.smithi038.stderr:+ sleep 30s 2022-02-21T17:57:26.562 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 69 16 40279 40263 36.4615 35.375 0.0282461 0.0274161 2022-02-21T17:57:27.562 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 70 16 40811 40795 36.4155 33.25 0.0282899 0.0274406 2022-02-21T17:57:28.562 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 71 16 41307 41291 36.3392 31 0.0324445 0.0274785 2022-02-21T17:57:29.562 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 72 16 41692 41676 36.1687 24.0625 0.0612525 0.0275947 2022-02-21T17:57:30.562 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 73 16 42016 42000 35.9507 20.25 0.0161502 0.0278052 2022-02-21T17:57:31.562 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 74 16 42511 42495 35.8829 30.9375 0.0113559 0.0278595 2022-02-21T17:57:32.562 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 75 16 42932 42916 35.7553 26.3125 0.0108852 0.0279543 2022-02-21T17:57:33.563 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 76 16 43473 43457 35.7297 33.8125 0.0233388 0.0279794 2022-02-21T17:57:34.563 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 77 16 43891 43875 35.6049 26.125 0.0368627 0.0280748 2022-02-21T17:57:35.563 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 78 16 44436 44420 35.5851 34.0625 0.0279313 0.0280936 2022-02-21T17:57:36.563 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 79 16 44967 44951 35.5547 33.1875 0.0225702 0.0281133 2022-02-21T17:57:37.563 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T17:57:37.559077+0000 min lat: 0.0018525 max lat: 7.67982 avg lat: 0.0280992 2022-02-21T17:57:37.563 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T17:57:37.564 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 80 16 45564 45548 35.5766 37.3125 0.0202978 0.0280992 2022-02-21T17:57:38.563 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 81 16 46095 46079 35.5471 33.1875 0.0174617 0.028121 2022-02-21T17:57:39.563 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 82 16 46549 46533 35.4596 28.375 0.0158915 0.0281902 2022-02-21T17:57:40.564 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 83 16 47030 47014 35.3945 30.0625 0.0281217 0.028241 2022-02-21T17:57:41.564 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 84 16 47533 47517 35.3474 31.4375 0.027265 0.0282837 2022-02-21T17:57:42.564 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 85 16 48037 48021 35.3021 31.5 0.0432021 0.0283168 2022-02-21T17:57:43.564 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 86 16 48350 48334 35.1191 19.5625 0.0227186 0.0284651 2022-02-21T17:57:44.564 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 87 16 48724 48708 34.9841 23.375 0.164347 0.0285737 2022-02-21T17:57:45.564 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 88 16 49286 49270 34.9856 35.125 0.0305132 0.0285739 2022-02-21T17:57:46.564 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 89 16 49775 49759 34.9359 30.5625 0.00607365 0.0285296 2022-02-21T17:57:47.565 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 90 16 49819 49803 34.5783 2.75 0.00634078 0.0285141 2022-02-21T17:57:48.565 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 91 16 49819 49803 34.1984 0 - 0.0285141 2022-02-21T17:57:49.565 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 92 16 49819 49803 33.8267 0 - 0.0285141 2022-02-21T17:57:50.279 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:50.273912 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T17:57:50.279 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:50.273935 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T17:57:50.280 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:50.273947 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T17:57:50.314 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:50.309448 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:57:50.565 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 93 16 49819 49803 33.463 0 - 0.0285141 2022-02-21T17:57:50.633 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:50.627889 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:57:50.633 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:50.628096 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:57:51.119 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:51.113959 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T17:57:51.371 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:51.365732 I | op-mon: start running mons 2022-02-21T17:57:51.412 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:51.407662 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:57:51.444 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:51.438715 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.38:6789"]}] data:a=172.21.15.38:6789 mapping:{"node":{"a":{"Name":"smithi038","Hostname":"smithi038","Address":"172.21.15.38"}}} maxMonId:0] 2022-02-21T17:57:51.449 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:51.444496 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:57:51.449 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:51.444611 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:57:51.565 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 94 16 49819 49803 33.1071 0 - 0.0285141 2022-02-21T17:57:52.218 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:52.212948 I | op-mon: targeting the mon count 1 2022-02-21T17:57:52.222 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:52.217532 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T17:57:52.558 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:52.552489 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T17:57:52.558 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:52.552515 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T17:57:52.565 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 95 16 49819 49803 32.7586 0 - 0.0285141 2022-02-21T17:57:53.259 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:53.254202 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T17:57:53.260 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:53.254237 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T17:57:53.565 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 96 16 49819 49803 32.4174 0 - 0.0285141 2022-02-21T17:57:53.736 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:53.731346 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T17:57:53.737 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:53.731367 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-02-21T17:57:54.108 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:54.102609 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-02-21T17:57:54.108 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:54.102629 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T17:57:54.565 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 97 16 49819 49803 32.0832 0 - 0.0285141 2022-02-21T17:57:54.656 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:54.649977 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T17:57:54.656 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:54.650001 I | op-config: deleting "log file" option from the mon configuration database 2022-02-21T17:57:55.232 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:55.227138 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-02-21T17:57:55.233 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:55.227203 I | op-mon: checking for basic quorum with existing mons 2022-02-21T17:57:55.233 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:55.227217 I | op-mon: setting mon endpoints for hostnetwork mode 2022-02-21T17:57:55.261 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:55.246831 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.38:6789"]}] data:a=172.21.15.38:6789 mapping:{"node":{"a":{"Name":"smithi038","Hostname":"smithi038","Address":"172.21.15.38"}}} maxMonId:0] 2022-02-21T17:57:55.268 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:55.256971 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:57:55.268 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:55.257181 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:57:55.289 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:55.278441 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-02-21T17:57:55.299 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:55.287627 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-02-21T17:57:55.299 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:55.287658 I | op-mon: waiting for mon quorum with [a] 2022-02-21T17:57:55.327 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:55.320653 I | op-mon: mons running: [a] 2022-02-21T17:57:55.565 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 98 16 50111 50095 31.9421 2.28125 0.0300082 0.0312957 2022-02-21T17:57:55.712 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' 3 '!=' 4 ']' 2022-02-21T17:57:55.713 INFO:teuthology.orchestra.run.smithi038.stdout:waiting for osd to come back up 2022-02-21T17:57:55.714 INFO:teuthology.orchestra.run.smithi038.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T17:57:55.714 INFO:teuthology.orchestra.run.smithi038.stderr:++ toolbox ceph osd stat 2022-02-21T17:57:55.714 INFO:teuthology.orchestra.run.smithi038.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T17:57:55.714 INFO:teuthology.orchestra.run.smithi038.stderr:++ cut -f3 -d ' ' 2022-02-21T17:57:56.171 INFO:teuthology.orchestra.run.smithi038.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T17:57:56.250 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:56.244659 I | op-mon: Monitors in quorum: [a] 2022-02-21T17:57:56.250 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:56.244683 I | op-mon: mons created: 1 2022-02-21T17:57:56.569 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 99 16 50588 50572 31.9195 29.8125 0.0302795 0.0313181 2022-02-21T17:57:57.570 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T17:57:57.564300+0000 min lat: 0.0018525 max lat: 8.74211 avg lat: 0.0313256 2022-02-21T17:57:57.572 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T17:57:57.572 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 100 16 51088 51072 31.9127 31.25 0.0194553 0.0313256 2022-02-21T17:57:57.767 INFO:teuthology.orchestra.run.smithi038.stderr:+ num_osd=3 2022-02-21T17:57:57.768 INFO:teuthology.orchestra.run.smithi038.stderr:+ sleep 30s 2022-02-21T17:57:57.880 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:57.872946 I | op-mon: waiting for mon quorum with [a] 2022-02-21T17:57:57.889 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:57.884297 I | op-mon: mons running: [a] 2022-02-21T17:57:58.569 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 101 16 51619 51603 31.9253 33.1875 0.0290927 0.0313138 2022-02-21T17:57:58.610 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:58.603906 I | op-mon: Monitors in quorum: [a] 2022-02-21T17:57:58.610 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:58.603949 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-02-21T17:57:59.569 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 102 16 52076 52060 31.8923 28.5625 0.021854 0.0313434 2022-02-21T17:57:59.730 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:57:59.723747 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-02-21T17:58:00.569 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 103 16 52531 52515 31.8588 28.4375 0.0337436 0.0313782 2022-02-21T17:58:00.728 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:00.721956 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-02-21T17:58:01.569 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 104 16 52989 52973 31.8276 28.625 0.0302582 0.0314096 2022-02-21T17:58:01.643 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:01.637735 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-02-21T17:58:02.510 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:02.504252 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-02-21T17:58:02.510 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:02.504274 I | cephclient: getting or creating ceph auth key "client.crash" 2022-02-21T17:58:02.569 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 105 16 53436 53420 31.7906 27.9375 0.0198252 0.0314445 2022-02-21T17:58:03.320 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:03.314381 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-02-21T17:58:03.569 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 106 16 53873 53857 31.7483 27.3125 0.0243216 0.0314876 2022-02-21T17:58:03.885 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:03.879897 I | cephclient: successfully enabled msgr2 protocol 2022-02-21T17:58:03.886 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:03.879926 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-02-21T17:58:03.886 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:03.879932 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-02-21T17:58:04.570 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 107 16 54232 54216 31.6613 22.4375 0.0162105 0.0315726 2022-02-21T17:58:04.623 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:04.613251 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-02-21T17:58:04.674 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:04.669080 I | op-mgr: start running mgr 2022-02-21T17:58:04.675 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:04.669103 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-02-21T17:58:05.536 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.530197 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-02-21T17:58:05.545 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.537547 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-02-21T17:58:05.547 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.541084 I | op-mgr: setting services to point to mgr "a" 2022-02-21T17:58:05.571 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 108 16 54685 54669 31.6302 28.3125 0.0163916 0.0316045 2022-02-21T17:58:05.671 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.663090 I | op-osd: start running osds in namespace "rook-ceph" 2022-02-21T17:58:05.672 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.663117 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-02-21T17:58:05.690 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.684451 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-02-21T17:58:05.698 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.687837 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi038-lv-1" 2022-02-21T17:58:05.698 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.687878 I | op-osd: OSD PVC "smithi038-lv-1-data-0j9zk6" already exists 2022-02-21T17:58:05.699 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.687892 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi038-lv-2" 2022-02-21T17:58:05.699 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.687903 I | op-osd: OSD PVC "smithi038-lv-2-data-0qdpfq" already exists 2022-02-21T17:58:05.699 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.687911 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi038-lv-4" 2022-02-21T17:58:05.699 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.687920 I | op-osd: OSD PVC "smithi038-lv-4-data-0jkqn8" already exists 2022-02-21T17:58:05.699 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.687927 I | op-osd: creating 1 new PVCs for device set "smithi038-lv-3" 2022-02-21T17:58:05.703 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.694494 I | op-osd: successfully provisioned PVC "smithi038-lv-3-data-0kfjhw" 2022-02-21T17:58:05.785 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.771695 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-1-data-0j9zk6" 2022-02-21T17:58:05.785 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.771725 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-2-data-0qdpfq" 2022-02-21T17:58:05.785 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.771732 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-4-data-0jkqn8" 2022-02-21T17:58:05.786 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.771741 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-3-data-0kfjhw" 2022-02-21T17:58:05.860 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.851543 I | op-osd: started OSD provisioning job for PVC "smithi038-lv-3-data-0kfjhw" 2022-02-21T17:58:05.860 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.851570 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-02-21T17:58:05.860 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.851576 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-02-21T17:58:05.889 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:05.882256 I | op-osd: OSD orchestration status for PVC smithi038-lv-3-data-0kfjhw is "starting" 2022-02-21T17:58:06.570 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 109 16 54979 54963 31.5086 18.375 0.0459126 0.0317288 2022-02-21T17:58:07.570 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 110 16 55422 55406 31.4739 27.6875 0.0541618 0.0317586 2022-02-21T17:58:07.620 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:07.614830 I | op-mgr: successful modules: dashboard 2022-02-21T17:58:07.622 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:07.617663 I | op-mgr: successful modules: mgr module(s) from the spec 2022-02-21T17:58:07.636 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:07.630422 I | op-mgr: successful modules: prometheus 2022-02-21T17:58:08.261 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:08.253494 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T17:58:08.266 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:08.259614 I | op-osd: updating OSD 1 on PVC "smithi038-lv-4-data-0jkqn8" 2022-02-21T17:58:08.267 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:08.259643 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-4-data-0jkqn8" 2022-02-21T17:58:08.452 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:08.446363 I | op-mgr: successful modules: balancer 2022-02-21T17:58:08.571 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 111 16 55814 55798 31.411 24.5 0.0560135 0.0318251 2022-02-21T17:58:09.413 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:09.406544 I | op-mgr: successful modules: orchestrator modules 2022-02-21T17:58:09.570 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 112 16 56227 56211 31.361 25.8125 0.0246393 0.0318769 2022-02-21T17:58:10.498 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:10.491320 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T17:58:10.501 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:10.496325 I | op-osd: updating OSD 2 on PVC "smithi038-lv-2-data-0qdpfq" 2022-02-21T17:58:10.501 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:10.496350 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-2-data-0qdpfq" 2022-02-21T17:58:10.570 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 113 16 56652 56636 31.3185 26.5625 0.0513691 0.0319164 2022-02-21T17:58:11.570 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 114 16 57082 57066 31.2795 26.875 0.0159521 0.0319597 2022-02-21T17:58:12.571 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 115 16 57293 57277 31.1222 13.1875 0.048059 0.0319816 2022-02-21T17:58:12.665 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:12.659742 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T17:58:12.677 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:12.666702 I | op-osd: updating OSD 3 on PVC "smithi038-lv-1-data-0j9zk6" 2022-02-21T17:58:12.677 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:12.666728 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-1-data-0j9zk6" 2022-02-21T17:58:13.571 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 116 16 57777 57761 31.1147 30.25 0.0237466 0.032128 2022-02-21T17:58:14.571 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 117 16 58054 58038 30.9967 17.3125 0.0104834 0.0322492 2022-02-21T17:58:15.571 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 118 16 58562 58546 31.003 31.75 0.0224318 0.0322415 2022-02-21T17:58:16.571 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 119 16 58696 58680 30.8129 8.375 0.023143 0.0324431 2022-02-21T17:58:17.571 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T17:58:17.566491+0000 min lat: 0.0018525 max lat: 8.74211 avg lat: 0.0324426 2022-02-21T17:58:17.571 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T17:58:17.572 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 120 16 59192 59176 30.8144 31 0.0265165 0.0324426 2022-02-21T17:58:18.571 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 121 16 59710 59694 30.8273 32.375 0.0335315 0.0324282 2022-02-21T17:58:19.571 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 122 16 60209 60193 30.8302 31.1875 0.024908 0.0324261 2022-02-21T17:58:20.571 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 123 16 60678 60662 30.8178 29.3125 0.0492407 0.0324375 2022-02-21T17:58:21.573 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 124 16 61144 61128 30.8038 29.125 0.0596775 0.032453 2022-02-21T17:58:22.573 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 125 16 61629 61613 30.7998 30.3125 0.0365317 0.0324582 2022-02-21T17:58:23.573 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 126 16 62083 62067 30.7806 28.375 0.0459781 0.0324778 2022-02-21T17:58:24.573 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 127 16 62545 62529 30.7655 28.875 0.0210571 0.0324887 2022-02-21T17:58:25.574 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 128 16 62545 62529 30.5252 0 - 0.0324887 2022-02-21T17:58:26.577 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 129 16 62787 62771 30.4058 7.5625 0.0277659 0.0328794 2022-02-21T17:58:27.574 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 130 16 62864 62848 30.209 4.8125 0.0193235 0.0328866 2022-02-21T17:58:27.769 INFO:teuthology.orchestra.run.smithi038.stdout:waiting for osd to come back up 2022-02-21T17:58:27.769 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' 3 '!=' 4 ']' 2022-02-21T17:58:27.770 INFO:teuthology.orchestra.run.smithi038.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T17:58:27.770 INFO:teuthology.orchestra.run.smithi038.stderr:++ toolbox ceph osd stat 2022-02-21T17:58:27.770 INFO:teuthology.orchestra.run.smithi038.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T17:58:27.771 INFO:teuthology.orchestra.run.smithi038.stderr:++ cut -f3 -d ' ' 2022-02-21T17:58:28.326 INFO:teuthology.orchestra.run.smithi038.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T17:58:28.574 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 131 16 62948 62932 30.0185 5.25 0.0201352 0.0333023 2022-02-21T17:58:29.441 INFO:teuthology.orchestra.run.smithi038.stderr:+ num_osd=3 2022-02-21T17:58:29.442 INFO:teuthology.orchestra.run.smithi038.stderr:+ sleep 30s 2022-02-21T17:58:29.574 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 132 16 63306 63290 29.9606 22.375 0.0169568 0.0333678 2022-02-21T17:58:30.574 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 133 16 63715 63699 29.9275 25.5625 0.015264 0.0334049 2022-02-21T17:58:31.574 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 134 16 64079 64063 29.8739 22.75 0.0227869 0.0334568 2022-02-21T17:58:32.574 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 135 16 64552 64536 29.8716 29.5625 0.011466 0.0334676 2022-02-21T17:58:33.574 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 136 16 64987 64971 29.8518 27.1875 0.0760709 0.0334828 2022-02-21T17:58:34.575 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 137 16 65457 65441 29.8483 29.375 0.030457 0.0334936 2022-02-21T17:58:35.574 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 138 16 65939 65923 29.8503 30.125 0.0286045 0.0334923 2022-02-21T17:58:36.575 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 139 16 66363 66347 29.8262 26.5 0.0286138 0.0335169 2022-02-21T17:58:37.575 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T17:58:37.570116+0000 min lat: 0.0018525 max lat: 8.74211 avg lat: 0.0335039 2022-02-21T17:58:37.575 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T17:58:37.575 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 140 16 66870 66854 29.8395 31.6875 0.0291724 0.0335039 2022-02-21T17:58:38.575 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 141 16 67165 67149 29.7586 18.4375 0.0231006 0.0335949 2022-02-21T17:58:39.575 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 142 16 67637 67621 29.7567 29.5 0.0243321 0.0335965 2022-02-21T17:58:40.575 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 143 16 68031 68015 29.7208 24.625 0.0332863 0.0336371 2022-02-21T17:58:41.575 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 144 16 68461 68445 29.7011 26.875 0.0249534 0.0336601 2022-02-21T17:58:42.575 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 145 16 68908 68892 29.6889 27.9375 0.0515522 0.0336733 2022-02-21T17:58:43.575 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 146 16 69370 69354 29.6833 28.875 0.0339174 0.0336788 2022-02-21T17:58:44.575 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 147 16 69869 69853 29.6935 31.1875 0.032879 0.0336674 2022-02-21T17:58:45.576 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 148 16 70226 70210 29.6436 22.3125 0.0245992 0.0337238 2022-02-21T17:58:46.576 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 149 16 70594 70578 29.599 23 0.0276711 0.0337735 2022-02-21T17:58:47.576 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 150 15 71100 71085 29.6129 31.6875 0.0317086 0.0337604 2022-02-21T17:58:48.224 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:48.218325 I | op-osd: OSD orchestration status for node smithi038-lv-3-data-0kfjhw is "orchestrating" 2022-02-21T17:58:48.576 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 151 16 71568 71552 29.6101 29.1875 0.0347528 0.0337624 2022-02-21T17:58:48.791 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:48.784110 I | op-osd: OSD orchestration status for PVC smithi038-lv-3-data-0kfjhw is "orchestrating" 2022-02-21T17:58:49.576 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 152 16 71997 71981 29.5917 26.8125 0.0674017 0.0337838 2022-02-21T17:58:50.576 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 153 16 72380 72364 29.5547 23.9375 0.045057 0.033826 2022-02-21T17:58:51.576 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 154 16 72747 72731 29.5117 22.9375 0.0304111 0.0338737 2022-02-21T17:58:52.576 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 155 16 73042 73026 29.4403 18.4375 0.0238709 0.0339577 2022-02-21T17:58:53.576 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 156 16 73428 73412 29.4062 24.125 0.0581738 0.0339948 2022-02-21T17:58:54.579 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 157 16 73807 73791 29.3693 23.6875 0.045596 0.0340381 2022-02-21T17:58:55.579 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 158 16 74219 74203 29.3464 25.75 0.0463156 0.034068 2022-02-21T17:58:56.579 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 159 16 74503 74487 29.2735 17.75 0.00471236 0.0340274 2022-02-21T17:58:57.033 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:57.022149 I | op-osd: OSD orchestration status for PVC smithi038-lv-3-data-0kfjhw is "completed" 2022-02-21T17:58:57.034 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:57.022188 I | op-osd: creating OSD 0 on PVC "smithi038-lv-3-data-0kfjhw" 2022-02-21T17:58:57.034 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:57.022206 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-3-data-0kfjhw" 2022-02-21T17:58:57.579 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T17:58:57.574314+0000 min lat: 0.0018525 max lat: 8.74211 avg lat: 0.0340274 2022-02-21T17:58:57.579 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T17:58:57.580 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 160 16 74503 74487 29.0905 0 - 0.0340274 2022-02-21T17:58:58.022 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:58.016858 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-02-21T17:58:58.023 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:58.016877 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T17:58:58.489 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:58.483913 I | ceph-cluster-controller: reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T17:58:58.580 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 161 16 74503 74487 28.9099 0 - 0.0340274 2022-02-21T17:58:59.131 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:59.125195 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:58:59.442 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' 3 '!=' 4 ']' 2022-02-21T17:58:59.443 INFO:teuthology.orchestra.run.smithi038.stdout:waiting for osd to come back up 2022-02-21T17:58:59.444 INFO:teuthology.orchestra.run.smithi038.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T17:58:59.444 INFO:teuthology.orchestra.run.smithi038.stderr:++ toolbox ceph osd stat 2022-02-21T17:58:59.444 INFO:teuthology.orchestra.run.smithi038.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T17:58:59.444 INFO:teuthology.orchestra.run.smithi038.stderr:++ cut -f3 -d ' ' 2022-02-21T17:58:59.579 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 162 16 74503 74487 28.7314 0 - 0.0340274 2022-02-21T17:58:59.756 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:58:59.750923 I | ceph-cluster-controller: detecting the ceph image version for image quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e... 2022-02-21T17:59:00.298 INFO:teuthology.orchestra.run.smithi038.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T17:59:00.580 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 163 16 74503 74487 28.5552 0 - 0.0340274 2022-02-21T17:59:01.580 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 164 16 74503 74487 28.3811 0 - 0.0340274 2022-02-21T17:59:01.954 INFO:teuthology.orchestra.run.smithi038.stderr:+ num_osd=3 2022-02-21T17:59:01.955 INFO:teuthology.orchestra.run.smithi038.stderr:+ sleep 30s 2022-02-21T17:59:02.579 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 165 16 74503 74487 28.2091 0 - 0.0340274 2022-02-21T17:59:03.580 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 166 16 74503 74487 28.0392 0 - 0.0340274 2022-02-21T17:59:04.580 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 167 16 74503 74487 27.8713 0 - 0.0340274 2022-02-21T17:59:05.580 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 168 16 74503 74487 27.7054 0 - 0.0340274 2022-02-21T17:59:06.580 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 169 16 74503 74487 27.5415 0 - 0.0340274 2022-02-21T17:59:07.580 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 170 16 74774 74758 27.4791 1.53977 0.0459932 0.0363826 2022-02-21T17:59:08.580 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 171 16 75160 75144 27.4595 24.125 0.0615144 0.0364064 2022-02-21T17:59:09.580 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 172 16 75534 75518 27.4357 23.375 0.0271347 0.0364386 2022-02-21T17:59:10.580 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 173 16 75925 75909 27.4184 24.4375 0.0325539 0.0364593 2022-02-21T17:59:11.582 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 174 16 76230 76214 27.3703 19.0625 0.0596809 0.0365269 2022-02-21T17:59:12.580 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 175 16 76645 76629 27.3621 25.9375 0.0515548 0.0365382 2022-02-21T17:59:13.581 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 176 16 77090 77074 27.3647 27.8125 0.0259033 0.0365348 2022-02-21T17:59:14.581 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 177 16 77502 77486 27.3556 25.75 0.0159738 0.0365478 2022-02-21T17:59:15.581 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 178 16 77953 77937 27.3602 28.1875 0.021353 0.0365335 2022-02-21T17:59:16.581 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 179 16 78317 78301 27.3344 22.75 0.0221082 0.0365737 2022-02-21T17:59:17.581 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T17:59:17.576334+0000 min lat: 0.0018525 max lat: 11.3324 avg lat: 0.0366081 2022-02-21T17:59:17.581 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T17:59:17.582 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 180 16 78686 78670 27.3107 23.0625 0.013274 0.0366081 2022-02-21T17:59:18.581 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 181 16 79071 79055 27.2927 24.0625 0.022347 0.0366285 2022-02-21T17:59:18.883 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:18.877648 I | ceph-cluster-controller: detected ceph image version: "17.0.0-10781 quincy" 2022-02-21T17:59:18.889 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:18.879231 I | ceph-cluster-controller: validating ceph version from provided image 2022-02-21T17:59:18.889 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:18.879266 W | ceph-cluster-controller: unsupported ceph version detected: "17.0.0-10781 quincy", pursuing 2022-02-21T17:59:19.128 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:19.119999 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:59:19.280 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:19.267765 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:59:19.370 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:19.362672 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:59:19.581 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 182 16 79491 79475 27.287 26.25 0.0815406 0.0366384 2022-02-21T17:59:20.221 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:20.215015 I | ceph-cluster-controller: cluster "rook-ceph": version "17.0.0-10781 quincy" detected for image "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e" 2022-02-21T17:59:20.581 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 183 16 79884 79868 27.2721 24.5625 0.0395685 0.0366553 2022-02-21T17:59:20.608 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:20.602086 I | op-mon: start running mons 2022-02-21T17:59:20.719 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:20.708712 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T17:59:20.751 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:20.745507 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.38:6789"]}] data:a=172.21.15.38:6789 mapping:{"node":{"a":{"Name":"smithi038","Hostname":"smithi038","Address":"172.21.15.38"}}} maxMonId:0] 2022-02-21T17:59:20.760 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:20.754395 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:59:20.760 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:20.754554 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:59:21.569 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:21.561953 I | op-mon: targeting the mon count 1 2022-02-21T17:59:21.581 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 184 16 80268 80252 27.2543 24 0.0400011 0.0366819 2022-02-21T17:59:21.582 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:21.572786 I | op-config: setting "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T17:59:22.478 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:22.467812 I | op-config: successfully set "global"="mon allow pool delete"="true" option to the mon configuration database 2022-02-21T17:59:22.479 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:22.467829 I | op-config: setting "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T17:59:22.582 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 185 16 80651 80635 27.2363 23.9375 0.0548168 0.0367086 2022-02-21T17:59:23.582 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 186 16 81040 81024 27.2206 24.3125 0.02229 0.036727 2022-02-21T17:59:24.159 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:24.149004 I | op-config: successfully set "global"="mon cluster log file"="" option to the mon configuration database 2022-02-21T17:59:24.159 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:24.149030 I | op-config: setting "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T17:59:24.582 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 187 16 81368 81352 27.1846 20.5 0.0226547 0.0367753 2022-02-21T17:59:24.730 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:24.722989 I | op-config: successfully set "global"="mon allow pool size one"="true" option to the mon configuration database 2022-02-21T17:59:24.731 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:24.723014 I | op-config: setting "global"="log to file"="false" option to the mon configuration database 2022-02-21T17:59:25.325 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:25.316653 I | op-config: successfully set "global"="log to file"="false" option to the mon configuration database 2022-02-21T17:59:25.325 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:25.316671 I | op-config: setting "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T17:59:25.582 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 188 16 81679 81663 27.1434 19.4375 0.0308219 0.0368301 2022-02-21T17:59:25.956 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:25.941586 I | op-config: successfully set "global"="rbd_default_features"="3" option to the mon configuration database 2022-02-21T17:59:25.956 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:25.941619 I | op-config: deleting "log file" option from the mon configuration database 2022-02-21T17:59:26.582 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 189 16 82088 82072 27.135 25.5625 0.0309442 0.0368431 2022-02-21T17:59:26.653 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:26.645199 I | op-config: successfully deleted "log file" option from the mon configuration database 2022-02-21T17:59:26.653 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:26.645224 I | op-mon: checking for basic quorum with existing mons 2022-02-21T17:59:26.654 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:26.645230 I | op-mon: setting mon endpoints for hostnetwork mode 2022-02-21T17:59:26.672 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:26.664116 I | op-mon: saved mon endpoints to config map map[csi-cluster-config-json:[{"clusterID":"rook-ceph","monitors":["172.21.15.38:6789"]}] data:a=172.21.15.38:6789 mapping:{"node":{"a":{"Name":"smithi038","Hostname":"smithi038","Address":"172.21.15.38"}}} maxMonId:0] 2022-02-21T17:59:26.676 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:26.670501 I | cephclient: writing config file /var/lib/rook/rook-ceph/rook-ceph.config 2022-02-21T17:59:26.676 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:26.670719 I | cephclient: generated admin config in /var/lib/rook/rook-ceph 2022-02-21T17:59:26.691 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:26.685776 I | op-mon: deployment for mon rook-ceph-mon-a already exists. updating if needed 2022-02-21T17:59:26.698 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:26.692995 I | op-k8sutil: deployment "rook-ceph-mon-a" did not change, nothing to update 2022-02-21T17:59:26.699 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:26.693022 I | op-mon: waiting for mon quorum with [a] 2022-02-21T17:59:26.706 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:26.698424 I | op-mon: mons running: [a] 2022-02-21T17:59:27.495 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:27.490088 I | op-mon: Monitors in quorum: [a] 2022-02-21T17:59:27.495 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:27.490105 I | op-mon: mons created: 1 2022-02-21T17:59:27.582 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 190 16 82468 82452 27.1172 23.75 0.0526363 0.0368656 2022-02-21T17:59:28.393 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:28.301050 I | op-mon: waiting for mon quorum with [a] 2022-02-21T17:59:28.393 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:28.311691 I | op-mon: mons running: [a] 2022-02-21T17:59:28.582 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 191 16 82838 82822 27.0963 23.125 0.0188071 0.036896 2022-02-21T17:59:29.181 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:29.176196 I | op-mon: Monitors in quorum: [a] 2022-02-21T17:59:29.182 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:29.176230 I | cephclient: getting or creating ceph auth key "client.csi-rbd-provisioner" 2022-02-21T17:59:29.583 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 192 16 83219 83203 27.0792 23.8125 0.0318991 0.0369192 2022-02-21T17:59:29.991 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:29.935838 I | cephclient: getting or creating ceph auth key "client.csi-rbd-node" 2022-02-21T17:59:30.583 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 193 16 83610 83594 27.0655 24.4375 0.023905 0.0369352 2022-02-21T17:59:31.362 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:31.356802 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-provisioner" 2022-02-21T17:59:31.583 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 194 16 83971 83955 27.0422 22.5625 0.030789 0.0369691 2022-02-21T17:59:31.956 INFO:teuthology.orchestra.run.smithi038.stdout:waiting for osd to come back up 2022-02-21T17:59:31.956 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' 3 '!=' 4 ']' 2022-02-21T17:59:31.957 INFO:teuthology.orchestra.run.smithi038.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T17:59:31.957 INFO:teuthology.orchestra.run.smithi038.stderr:++ toolbox ceph osd stat 2022-02-21T17:59:31.957 INFO:teuthology.orchestra.run.smithi038.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T17:59:31.959 INFO:teuthology.orchestra.run.smithi038.stderr:++ cut -f3 -d ' ' 2022-02-21T17:59:32.121 INFO:teuthology.orchestra.run.smithi038.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T17:59:32.403 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:32.395830 I | cephclient: getting or creating ceph auth key "client.csi-cephfs-node" 2022-02-21T17:59:32.583 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 195 16 84308 84292 27.0115 21.0625 0.0229287 0.0370107 2022-02-21T17:59:32.980 INFO:teuthology.orchestra.run.smithi038.stderr:+ num_osd=3 2022-02-21T17:59:32.980 INFO:teuthology.orchestra.run.smithi038.stderr:+ sleep 30s 2022-02-21T17:59:33.343 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:33.334974 I | ceph-csi: created kubernetes csi secrets for cluster "rook-ceph" 2022-02-21T17:59:33.343 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:33.335000 I | cephclient: getting or creating ceph auth key "client.crash" 2022-02-21T17:59:33.583 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 196 16 84658 84642 26.9853 21.875 0.0474052 0.0370476 2022-02-21T17:59:34.225 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:34.216750 I | ceph-crashcollector-controller: created kubernetes crash collector secret for cluster "rook-ceph" 2022-02-21T17:59:34.583 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 197 16 85039 85023 26.9692 23.8125 0.0311556 0.0370669 2022-02-21T17:59:34.813 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:34.807632 I | cephclient: successfully enabled msgr2 protocol 2022-02-21T17:59:34.813 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:34.807673 I | cephclient: create rbd-mirror bootstrap peer token "client.rbd-mirror-peer" 2022-02-21T17:59:34.814 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:34.807681 I | cephclient: getting or creating ceph auth key "client.rbd-mirror-peer" 2022-02-21T17:59:35.242 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:35.236166 I | cephclient: successfully created rbd-mirror bootstrap peer token for cluster "rook-ceph" 2022-02-21T17:59:35.287 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:35.281882 I | op-mgr: start running mgr 2022-02-21T17:59:35.287 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:35.281919 I | cephclient: getting or creating ceph auth key "mgr.a" 2022-02-21T17:59:35.583 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 198 16 85042 85026 26.834 0.1875 0.00721758 0.0370669 2022-02-21T17:59:35.860 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:35.854096 I | op-mgr: deployment for mgr rook-ceph-mgr-a already exists. updating if needed 2022-02-21T17:59:35.869 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:35.863724 I | op-k8sutil: deployment "rook-ceph-mgr-a" did not change, nothing to update 2022-02-21T17:59:35.871 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:35.866143 I | op-mgr: setting services to point to mgr "a" 2022-02-21T17:59:35.955 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:35.946744 I | op-osd: start running osds in namespace "rook-ceph" 2022-02-21T17:59:35.955 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:35.946767 I | op-osd: wait timeout for healthy OSDs during upgrade or restart is "10m0s" 2022-02-21T17:59:36.019 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.013716 I | op-osd: start provisioning the OSDs on PVCs, if needed 2022-02-21T17:59:36.023 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.017317 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi038-lv-1" 2022-02-21T17:59:36.023 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.017353 I | op-osd: OSD PVC "smithi038-lv-1-data-0j9zk6" already exists 2022-02-21T17:59:36.023 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.017365 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi038-lv-2" 2022-02-21T17:59:36.024 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.017373 I | op-osd: OSD PVC "smithi038-lv-2-data-0qdpfq" already exists 2022-02-21T17:59:36.024 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.017378 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi038-lv-4" 2022-02-21T17:59:36.024 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.017386 I | op-osd: OSD PVC "smithi038-lv-4-data-0jkqn8" already exists 2022-02-21T17:59:36.024 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.017393 I | op-osd: verifying PVCs exist for 1 OSDs in device set "smithi038-lv-3" 2022-02-21T17:59:36.025 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.017400 I | op-osd: OSD PVC "smithi038-lv-3-data-0kfjhw" already exists 2022-02-21T17:59:36.035 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.029168 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-1-data-0j9zk6" 2022-02-21T17:59:36.035 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.029192 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-2-data-0qdpfq" 2022-02-21T17:59:36.036 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.029199 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-4-data-0jkqn8" 2022-02-21T17:59:36.036 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.029205 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-3-data-0kfjhw" 2022-02-21T17:59:36.036 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.029210 I | op-osd: start provisioning the OSDs on nodes, if needed 2022-02-21T17:59:36.037 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.029215 I | op-osd: no nodes are defined for configuring OSDs on raw devices 2022-02-21T17:59:36.584 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 199 16 85042 85026 26.6991 0 - 0.0370669 2022-02-21T17:59:36.982 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.976795 I | op-mgr: successful modules: prometheus 2022-02-21T17:59:36.985 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.979762 I | op-mgr: successful modules: dashboard 2022-02-21T17:59:36.987 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:36.980797 I | op-mgr: successful modules: mgr module(s) from the spec 2022-02-21T17:59:37.223 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:37.218367 I | op-mgr: successful modules: balancer 2022-02-21T17:59:37.335 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:37.330120 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T17:59:37.342 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:37.337116 I | op-osd: updating OSD 0 on PVC "smithi038-lv-3-data-0kfjhw" 2022-02-21T17:59:37.342 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:37.337140 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-3-data-0kfjhw" 2022-02-21T17:59:37.584 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T17:59:37.579150+0000 min lat: 0.0018525 max lat: 11.3324 avg lat: 0.0370669 2022-02-21T17:59:37.584 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T17:59:37.584 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 200 16 85042 85026 26.5656 0 - 0.0370669 2022-02-21T17:59:38.586 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 201 16 85042 85026 26.4332 0 - 0.0370669 2022-02-21T17:59:38.775 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:38.769882 I | op-mgr: successful modules: orchestrator modules 2022-02-21T17:59:39.114 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:39.107979 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T17:59:39.119 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:39.113807 I | op-osd: updating OSD 1 on PVC "smithi038-lv-4-data-0jkqn8" 2022-02-21T17:59:39.119 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:39.113826 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-4-data-0jkqn8" 2022-02-21T17:59:39.586 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 202 16 85042 85026 26.3023 0 - 0.0370669 2022-02-21T17:59:40.586 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 203 16 85248 85232 26.2362 2.575 0.0936821 0.0381009 2022-02-21T17:59:41.587 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 204 16 85476 85460 26.1774 14.25 0.0993735 0.0381885 2022-02-21T17:59:41.685 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:41.676524 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T17:59:41.707 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:41.682462 I | op-osd: updating OSD 2 on PVC "smithi038-lv-2-data-0qdpfq" 2022-02-21T17:59:41.708 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:41.682491 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-2-data-0qdpfq" 2022-02-21T17:59:42.587 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 205 16 85719 85703 26.1238 15.1875 0.0499582 0.0382679 2022-02-21T17:59:43.587 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 206 16 85968 85952 26.0725 15.5625 0.0644249 0.0383435 2022-02-21T17:59:43.849 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:43.840052 W | cephclient: all OSDs are running on the same host. not performing upgrade check. running in best-effort 2022-02-21T17:59:43.850 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:43.844177 I | op-osd: updating OSD 3 on PVC "smithi038-lv-1-data-0j9zk6" 2022-02-21T17:59:43.853 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:43.846751 I | op-osd: OSD will have its main bluestore block on "smithi038-lv-1-data-0j9zk6" 2022-02-21T17:59:44.587 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 207 16 86209 86193 26.0193 15.0625 0.08883 0.0384206 2022-02-21T17:59:44.744 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:44.730891 I | op-osd: finished running OSDs in namespace "rook-ceph" 2022-02-21T17:59:44.744 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 17:59:44.730924 I | ceph-cluster-controller: done reconciling ceph cluster in namespace "rook-ceph" 2022-02-21T17:59:45.587 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 208 16 86485 86469 25.9772 17.25 0.0751562 0.0384853 2022-02-21T17:59:46.587 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 209 16 86759 86743 25.9348 17.125 0.0469981 0.0385419 2022-02-21T17:59:47.587 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 210 15 87018 87003 25.8887 16.25 0.187206 0.0386003 2022-02-21T17:59:48.587 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 211 15 87175 87160 25.8125 9.8125 0.0677193 0.0387306 2022-02-21T17:59:49.587 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 212 16 87464 87448 25.7756 18 0.0283469 0.0387847 2022-02-21T17:59:50.587 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 213 16 87726 87710 25.7315 16.375 0.0159193 0.0388458 2022-02-21T17:59:51.588 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 214 16 87944 87928 25.6749 13.625 0.0379608 0.0389371 2022-02-21T17:59:52.588 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 215 16 88210 88194 25.6328 16.625 0.0366894 0.0390023 2022-02-21T17:59:53.588 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 216 16 88469 88453 25.5891 16.1875 0.043106 0.0390646 2022-02-21T17:59:54.588 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 217 16 88741 88725 25.5495 17 0.0458677 0.0391293 2022-02-21T17:59:55.588 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 218 16 89029 89013 25.5149 18 0.15119 0.0391777 2022-02-21T17:59:56.588 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 219 16 89269 89253 25.4669 15 0.0638707 0.0392541 2022-02-21T17:59:57.588 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T17:59:57.583585+0000 min lat: 0.0018525 max lat: 11.3324 avg lat: 0.0393199 2022-02-21T17:59:57.589 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T17:59:57.589 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 220 16 89527 89511 25.4244 16.125 0.0606558 0.0393199 2022-02-21T17:59:58.588 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 221 16 89799 89783 25.3863 17 0.0823544 0.0393773 2022-02-21T17:59:59.588 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 222 16 90062 90046 25.346 16.4375 0.0526062 0.0394427 2022-02-21T18:00:00.588 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 223 16 90317 90301 25.3038 15.9375 0.0954623 0.0395059 2022-02-21T18:00:01.589 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 224 16 90572 90556 25.262 15.9375 0.0409323 0.0395738 2022-02-21T18:00:02.589 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 225 16 90826 90810 25.2202 15.875 0.145016 0.0396391 2022-02-21T18:00:02.978 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' 3 '!=' 4 ']' 2022-02-21T18:00:02.979 INFO:teuthology.orchestra.run.smithi038.stdout:waiting for osd to come back up 2022-02-21T18:00:02.980 INFO:teuthology.orchestra.run.smithi038.stderr:+ echo 'waiting for osd to come back up' 2022-02-21T18:00:02.980 INFO:teuthology.orchestra.run.smithi038.stderr:++ toolbox ceph osd stat 2022-02-21T18:00:02.980 INFO:teuthology.orchestra.run.smithi038.stderr:++ kubectl -n rook-ceph exec -it deploy/rook-ceph-tools -- ceph osd stat 2022-02-21T18:00:02.981 INFO:teuthology.orchestra.run.smithi038.stderr:++ cut -f3 -d ' ' 2022-02-21T18:00:03.215 INFO:teuthology.orchestra.run.smithi038.stderr:Unable to use a TTY - input is not a terminal or the right kind of file 2022-02-21T18:00:03.589 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 226 16 90981 90965 25.1515 9.6875 0.00865296 0.0396725 2022-02-21T18:00:03.681 INFO:teuthology.orchestra.run.smithi038.stderr:+ num_osd=4 2022-02-21T18:00:03.681 INFO:teuthology.orchestra.run.smithi038.stderr:+ sleep 30s 2022-02-21T18:00:04.589 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 227 16 90981 90965 25.0407 0 - 0.0396725 2022-02-21T18:00:05.589 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 228 16 91192 91176 24.9887 6.59375 0.0555527 0.0400079 2022-02-21T18:00:06.589 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 229 16 91462 91446 24.9533 16.875 0.0784758 0.0400645 2022-02-21T18:00:07.589 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 230 16 91713 91697 24.913 15.6875 0.0158321 0.0401271 2022-02-21T18:00:08.589 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 231 16 91993 91977 24.8809 17.5 0.0511117 0.0401814 2022-02-21T18:00:09.589 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 232 16 92197 92181 24.8286 12.75 0.117126 0.0402653 2022-02-21T18:00:10.589 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 233 16 92365 92349 24.7671 10.5 0.014777 0.040364 2022-02-21T18:00:11.590 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 234 16 92631 92615 24.7323 16.625 0.0734954 0.0404228 2022-02-21T18:00:12.590 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 235 16 92916 92900 24.7029 17.8125 0.0491407 0.0404693 2022-02-21T18:00:13.590 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 236 16 93185 93169 24.6694 16.8125 0.053413 0.0405244 2022-02-21T18:00:14.590 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 237 16 93444 93428 24.6336 16.1875 0.086116 0.0405827 2022-02-21T18:00:15.591 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 238 16 93712 93696 24.6005 16.75 0.0486526 0.0406394 2022-02-21T18:00:16.591 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 239 16 93891 93875 24.5443 11.1875 0.0311318 0.0407104 2022-02-21T18:00:17.591 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T18:00:17.586149+0000 min lat: 0.0018525 max lat: 11.3324 avg lat: 0.0407906 2022-02-21T18:00:17.592 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T18:00:17.592 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 240 16 94138 94122 24.5064 15.4375 0.0341144 0.0407906 2022-02-21T18:00:18.591 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 241 16 94417 94401 24.477 17.4375 0.0326285 0.0408433 2022-02-21T18:00:19.591 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 242 16 94679 94663 24.4436 16.375 0.0554613 0.0408984 2022-02-21T18:00:20.591 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 243 16 94927 94911 24.4068 15.5 0.120161 0.0409582 2022-02-21T18:00:21.591 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 244 16 95158 95142 24.3659 14.4375 0.0534362 0.0410285 2022-02-21T18:00:22.591 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 245 16 95416 95400 24.3323 16.125 0.0393837 0.0410849 2022-02-21T18:00:23.592 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 246 16 95667 95651 24.2971 15.6875 0.075194 0.0411476 2022-02-21T18:00:24.591 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 247 16 95943 95927 24.2686 17.25 0.061197 0.0411914 2022-02-21T18:00:25.592 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 248 16 96210 96194 24.238 16.6875 0.0480819 0.0412461 2022-02-21T18:00:26.592 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 249 16 96500 96484 24.2134 18.125 0.0362216 0.04129 2022-02-21T18:00:27.592 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 250 16 96724 96708 24.1726 14 0.107279 0.0413575 2022-02-21T18:00:28.592 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 251 16 96946 96930 24.1316 13.875 0.0114402 0.0414077 2022-02-21T18:00:29.592 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 252 16 97154 97138 24.0874 13 0.107268 0.041502 2022-02-21T18:00:30.592 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 253 16 97320 97304 24.0332 10.375 0.0462304 0.0415958 2022-02-21T18:00:31.592 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 254 16 97492 97476 23.9809 10.75 0.0106505 0.0416349 2022-02-21T18:00:32.593 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 255 16 97753 97737 23.9508 16.3125 0.148299 0.0417344 2022-02-21T18:00:33.592 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 256 16 98006 97990 23.919 15.8125 0.0453743 0.0417921 2022-02-21T18:00:33.682 INFO:teuthology.orchestra.run.smithi038.stderr:+ '[' 4 '!=' 4 ']' 2022-02-21T18:00:33.684 INFO:teuthology.run_tasks:Running task rook.shell... 2022-02-21T18:00:33.696 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch status 2022-02-21T18:00:34.593 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 257 16 98191 98175 23.8709 11.5625 0.0414755 0.0418765 2022-02-21T18:00:35.593 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 258 16 98465 98449 23.8448 17.125 0.015338 0.0419258 2022-02-21T18:00:36.593 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 259 16 98738 98722 23.8186 17.0625 0.0396877 0.0419732 2022-02-21T18:00:37.593 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T18:00:37.588257+0000 min lat: 0.0018525 max lat: 11.3324 avg lat: 0.0420214 2022-02-21T18:00:37.593 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T18:00:37.593 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 260 16 98998 98982 23.7895 16.25 0.0649623 0.0420214 2022-02-21T18:00:37.925 INFO:teuthology.orchestra.run.smithi038.stdout:Backend: rook 2022-02-21T18:00:37.926 INFO:teuthology.orchestra.run.smithi038.stdout:Available: Yes 2022-02-21T18:00:37.987 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ps 2022-02-21T18:00:38.593 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 261 16 99224 99208 23.7524 14.125 0.155227 0.0420879 2022-02-21T18:00:38.873 INFO:teuthology.orchestra.run.smithi038.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID 2022-02-21T18:00:38.874 INFO:teuthology.orchestra.run.smithi038.stdout:crashcollector.crash smithi038 running (7m) 0s ago 7m - - f61e120f25ae 2022-02-21T18:00:38.874 INFO:teuthology.orchestra.run.smithi038.stdout:mgr.a smithi038 running (9m) 0s ago 9m - - f61e120f25ae 2022-02-21T18:00:38.874 INFO:teuthology.orchestra.run.smithi038.stdout:mon.a smithi038 running (9m) 0s ago 9m - - f61e120f25ae 2022-02-21T18:00:38.875 INFO:teuthology.orchestra.run.smithi038.stdout:osd.0 smithi038 running (100s) 0s ago 101s - - f61e120f25ae 2022-02-21T18:00:38.875 INFO:teuthology.orchestra.run.smithi038.stdout:osd.1 smithi038 running (7m) 0s ago 7m - - f61e120f25ae 2022-02-21T18:00:38.875 INFO:teuthology.orchestra.run.smithi038.stdout:osd.2 smithi038 running (7m) 0s ago 7m - - f61e120f25ae 2022-02-21T18:00:38.875 INFO:teuthology.orchestra.run.smithi038.stdout:osd.3 smithi038 running (7m) 0s ago 7m - - f61e120f25ae 2022-02-21T18:00:38.916 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls 2022-02-21T18:00:39.593 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 262 16 99455 99439 23.7169 14.4375 0.0725031 0.0421507 2022-02-21T18:00:40.593 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 263 16 99672 99656 23.6783 13.5625 0.0326109 0.0422221 2022-02-21T18:00:41.451 INFO:teuthology.orchestra.run.smithi038.stdout:NAME PORTS RUNNING REFRESHED AGE PLACEMENT 2022-02-21T18:00:41.451 INFO:teuthology.orchestra.run.smithi038.stdout:crash 1/1 1s ago 7m * 2022-02-21T18:00:41.452 INFO:teuthology.orchestra.run.smithi038.stdout:mgr 1/1 1s ago 9m count:1 2022-02-21T18:00:41.452 INFO:teuthology.orchestra.run.smithi038.stdout:mon 1/1 1s ago 9m count:1 2022-02-21T18:00:41.452 INFO:teuthology.orchestra.run.smithi038.stdout:osd 8 1s ago 7m 2022-02-21T18:00:41.452 INFO:teuthology.orchestra.run.smithi038.stdout:osd.all-available-devices 0 1s ago - * 2022-02-21T18:00:41.467 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch host ls 2022-02-21T18:00:41.593 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 264 16 99838 99822 23.6279 10.375 0.0363695 0.0422721 2022-02-21T18:00:42.593 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 265 16 99838 99822 23.5387 0 - 0.0422721 2022-02-21T18:00:43.414 INFO:teuthology.orchestra.run.smithi038.stdout:HOST ADDR LABELS STATUS 2022-02-21T18:00:43.415 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 172.21.15.38/smithi038 2022-02-21T18:00:43.415 INFO:teuthology.orchestra.run.smithi038.stdout:1 hosts in cluster 2022-02-21T18:00:43.483 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch device ls 2022-02-21T18:00:43.603 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 266 16 100010 99994 23.4898 5.375 0.165387 0.0425586 2022-02-21T18:00:44.603 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 267 16 100239 100223 23.4555 14.3125 0.122302 0.0426148 2022-02-21T18:00:45.440 INFO:teuthology.orchestra.run.smithi038.stdout:HOST PATH TYPE DEVICE ID SIZE AVAILABLE REJECT REASONS 2022-02-21T18:00:45.440 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/vg_nvme/lv_1 unknown None 107G 2022-02-21T18:00:45.441 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/vg_nvme/lv_2 unknown None 107G 2022-02-21T18:00:45.441 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/vg_nvme/lv_3 unknown None 107G 2022-02-21T18:00:45.441 INFO:teuthology.orchestra.run.smithi038.stdout:smithi038 /dev/vg_nvme/lv_4 unknown None 107G 2022-02-21T18:00:45.507 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch apply rgw foo 2022-02-21T18:00:45.603 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 268 16 100473 100457 23.4225 14.625 0.0501001 0.0426837 2022-02-21T18:00:46.476 INFO:teuthology.orchestra.run.smithi038.stdout:Created 2022-02-21T18:00:46.477 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:46.469949 I | ceph-spec: adding finalizer "cephobjectstore.ceph.rook.io" on "foo" 2022-02-21T18:00:46.546 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch apply mds foo 2022-02-21T18:00:46.603 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 269 16 100725 100709 23.394 15.75 0.0760853 0.042733 2022-02-21T18:00:46.633 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:46.627582 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:00:47.461 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:47.454304 I | ceph-spec: adding finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-02-21T18:00:47.463 INFO:teuthology.orchestra.run.smithi038.stdout:Created 2022-02-21T18:00:47.528 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch apply rbd-mirror 2022-02-21T18:00:47.603 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 270 16 100939 100923 23.3569 13.375 0.0733115 0.0428023 2022-02-21T18:00:47.617 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:47.612069 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:00:48.603 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 271 16 101134 101118 23.3157 12.1875 0.037407 0.0428766 2022-02-21T18:00:48.628 INFO:teuthology.orchestra.run.smithi038.stdout:Success 2022-02-21T18:00:48.664 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch apply nfs foo --port 12777 2022-02-21T18:00:48.671 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:48.659451 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:00:49.056 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:49.050722 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:00:49.089 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:49.083398 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:00:49.092 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:49.084001 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:00:49.603 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 272 16 101281 101265 23.2637 9.1875 0.0315719 0.0429687 2022-02-21T18:00:50.284 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:50.269462 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:00:50.372 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:50.366137 W | ceph-rbd-mirror-controller: (DEPRECATED) use of peer secret names in CephRBDMirror is deprecated. Please use CephBlockPool CR to configure peer secret names and import peers. 2022-02-21T18:00:50.373 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:50.366168 I | ceph-rbd-mirror-controller: configure rbd-mirroring with 1 workers 2022-02-21T18:00:50.373 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:50.366180 I | cephclient: getting or creating ceph auth key "client.rbd-mirror.a" 2022-02-21T18:00:50.604 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 273 16 101459 101443 23.2193 11.125 0.121375 0.0430416 2022-02-21T18:00:51.603 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 274 16 101586 101570 23.1635 7.9375 0.040519 0.0431478 2022-02-21T18:00:52.005 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:51.999763 I | ceph-spec: adding finalizer "cephnfs.ceph.rook.io" on "foo" 2022-02-21T18:00:52.013 INFO:teuthology.orchestra.run.smithi038.stdout:Created 2022-02-21T18:00:52.045 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:52.039812 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:00:52.062 DEBUG:teuthology.run_tasks:Unwinding manager radosbench 2022-02-21T18:00:52.073 INFO:tasks.radosbench:joining radosbench (timing out after 11100s) 2022-02-21T18:00:52.073 INFO:teuthology.orchestra.run:waiting for 11100 2022-02-21T18:00:52.122 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:52.115747 I | ceph-rbd-mirror-controller: "rook-ceph-rbd-mirror-a" deployment started 2022-02-21T18:00:52.509 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:52.503018 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi038": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T18:00:52.603 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 275 16 101685 101669 23.1018 6.1875 0.1947 0.0432656 2022-02-21T18:00:53.013 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:53.005380 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi038": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T18:00:53.604 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 276 16 101831 101815 23.0511 9.125 0.0810751 0.0433659 2022-02-21T18:00:54.604 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 277 15 102036 102021 23.0144 12.875 0.0157992 0.0434314 2022-02-21T18:00:55.604 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 278 16 102259 102243 22.9815 13.875 0.167098 0.0434962 2022-02-21T18:00:56.104 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:56.030711 I | ceph-file-controller: creating filesystem "foo" 2022-02-21T18:00:56.217 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:56.210793 I | ceph-nfs-controller: updating ceph nfs "foo" 2022-02-21T18:00:56.604 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 279 16 102382 102366 22.9267 7.6875 0.157453 0.0435915 2022-02-21T18:00:57.085 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:00:57.078604 I | cephclient: getting or creating ceph auth key "client.nfs-ganesha.foo.a" 2022-02-21T18:00:57.604 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T18:00:57.599343+0000 min lat: 0.0018525 max lat: 11.3324 avg lat: 0.0436832 2022-02-21T18:00:57.605 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T18:00:57.605 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 280 16 102567 102551 22.8861 11.5625 0.0539013 0.0436832 2022-02-21T18:00:58.604 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 281 16 102800 102784 22.8565 14.5625 0.175265 0.0437378 2022-02-21T18:00:59.604 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 282 16 103008 102992 22.8215 13 0.0323811 0.0438032 2022-02-21T18:01:00.605 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 283 16 103213 103197 22.7861 12.8125 0.0374273 0.0438746 2022-02-21T18:01:01.605 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 284 16 103416 103400 22.7506 12.6875 0.12107 0.0439341 2022-02-21T18:01:02.369 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:02.364168 I | ceph-nfs-controller: ceph nfs deployment "rook-ceph-nfs-foo-a" started 2022-02-21T18:01:02.480 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:02.474867 I | ceph-nfs-controller: ceph nfs service running at None:2049 2022-02-21T18:01:02.481 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:02.474990 I | ceph-nfs-controller: adding ganesha "a" to grace db 2022-02-21T18:01:02.605 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 285 16 103624 103608 22.7164 13 0.0287286 0.0440087 2022-02-21T18:01:02.850 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:02.838825 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.non-ec" 2022-02-21T18:01:03.605 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 286 16 103779 103763 22.6708 9.6875 0.0610151 0.0440973 2022-02-21T18:01:04.605 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 287 16 103975 103959 22.6345 12.25 0.0615367 0.0441677 2022-02-21T18:01:05.605 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 288 16 104207 104191 22.6063 14.5 0.0959169 0.044223 2022-02-21T18:01:05.916 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:05.910346 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.meta" 2022-02-21T18:01:05.945 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:05.935097 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.control" 2022-02-21T18:01:05.945 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:05.937570 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.buckets.index" 2022-02-21T18:01:05.976 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:05.965443 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo.rgw.log" 2022-02-21T18:01:06.605 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 289 16 104370 104354 22.5633 10.1875 0.161869 0.0443013 2022-02-21T18:01:07.605 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 290 16 104586 104570 22.532 13.5 0.0835742 0.0443678 2022-02-21T18:01:08.606 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 291 16 104796 104780 22.4997 13.125 0.176019 0.0444323 2022-02-21T18:01:09.606 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 292 16 105011 104995 22.4687 13.4375 0.0255259 0.0444969 2022-02-21T18:01:10.353 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:10.344561 I | cephclient: creating replicated pool foo.rgw.buckets.non-ec succeeded 2022-02-21T18:01:10.362 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:10.356236 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-metadata" 2022-02-21T18:01:10.606 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 293 16 105162 105146 22.4242 9.4375 0.217612 0.0445642 2022-02-21T18:01:11.606 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 294 16 105305 105289 22.3783 8.9375 0.201961 0.0446706 2022-02-21T18:01:12.606 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 295 16 105546 105530 22.3535 15.0625 0.111462 0.0447151 2022-02-21T18:01:13.606 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 296 16 105717 105701 22.3141 10.6875 0.0366297 0.0448012 2022-02-21T18:01:14.606 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 297 16 105960 105944 22.2901 15.1875 0.0642264 0.0448525 2022-02-21T18:01:15.406 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:15.399891 I | cephclient: creating replicated pool foo.rgw.log succeeded 2022-02-21T18:01:15.408 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:15.402842 I | cephclient: creating replicated pool foo.rgw.meta succeeded 2022-02-21T18:01:15.411 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:15.406054 I | cephclient: creating replicated pool foo.rgw.buckets.index succeeded 2022-02-21T18:01:15.415 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:15.410401 I | cephclient: creating replicated pool foo.rgw.control succeeded 2022-02-21T18:01:15.418 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:15.410642 I | cephclient: creating replicated pool foo-metadata succeeded 2022-02-21T18:01:15.606 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 298 16 106215 106199 22.2688 15.9375 0.154127 0.0448848 2022-02-21T18:01:15.986 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:15.976638 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:01:15.986 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:15.976663 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:01:16.558 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:16.552495 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:01:16.606 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 299 16 106310 106294 22.2142 5.9375 0.0271038 0.0450081 2022-02-21T18:01:17.607 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T18:01:17.601797+0000 min lat: 0.0018525 max lat: 11.3324 avg lat: 0.0450592 2022-02-21T18:01:17.607 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T18:01:17.607 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 300 16 106532 106516 22.1864 13.875 0.257938 0.0450592 2022-02-21T18:01:18.607 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 301 16 106795 106779 22.1673 16.4375 0.0346722 0.045098 2022-02-21T18:01:19.607 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 302 16 107076 107060 22.152 17.5625 0.109118 0.0451212 2022-02-21T18:01:20.607 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 303 16 107292 107276 22.1235 13.5 0.0740727 0.0451889 2022-02-21T18:01:21.072 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:21.062197 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:01:21.607 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 304 16 107565 107549 22.1068 17.0625 0.044131 0.0452255 2022-02-21T18:01:22.607 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 305 16 107827 107811 22.088 16.375 0.031521 0.0452639 2022-02-21T18:01:22.944 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:22.938787 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:01:22.945 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:22.938816 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:01:23.607 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 306 16 108108 108092 22.0732 17.5625 0.017726 0.0452932 2022-02-21T18:01:23.827 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:23.820174 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:01:24.607 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 307 16 108311 108295 22.0427 12.6875 0.0120104 0.0453489 2022-02-21T18:01:24.955 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:24.949599 I | cephclient: setting pool property "compression_mode" to "none" on pool "foo-data0" 2022-02-21T18:01:25.607 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 308 16 108510 108494 22.0115 12.4375 0.158045 0.0454099 2022-02-21T18:01:26.607 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 309 16 108808 108792 22.0005 18.625 0.0362753 0.045444 2022-02-21T18:01:27.607 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 310 16 109129 109113 21.9942 20.0625 0.0265904 0.0454565 2022-02-21T18:01:27.993 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:27.982680 I | cephclient: creating replicated pool foo-data0 succeeded 2022-02-21T18:01:27.994 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:27.982752 I | cephclient: creating filesystem "foo" with metadata pool "foo-metadata" and data pools [foo-data0] 2022-02-21T18:01:28.608 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 311 16 109387 109371 21.9753 16.125 0.0955505 0.045494 2022-02-21T18:01:29.609 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 312 16 109721 109705 21.9718 20.875 0.0676842 0.0455031 2022-02-21T18:01:30.472 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:30.466843 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:01:30.608 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 313 16 110018 110002 21.9609 18.5625 0.059403 0.0455259 2022-02-21T18:01:31.413 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:31.404570 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:01:31.609 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 314 16 110348 110332 21.9566 20.625 0.0468251 0.0455341 2022-02-21T18:01:32.120 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:32.108390 I | ceph-file-controller: created filesystem "foo" on 1 data pool(s) and metadata pool "foo-metadata" 2022-02-21T18:01:32.609 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 315 16 110637 110621 21.9443 18.0625 0.0670643 0.0455592 2022-02-21T18:01:32.908 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:32.901050 I | cephclient: setting allow_standby_replay for filesystem "foo" 2022-02-21T18:01:33.609 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 316 16 110915 110899 21.9298 17.375 0.036595 0.0455867 2022-02-21T18:01:33.961 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:33.955444 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:01:34.609 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 317 16 111200 111184 21.9168 17.8125 0.0509263 0.045607 2022-02-21T18:01:34.900 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:34.881816 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:01:34.901 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:34.881894 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:01:35.610 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 318 16 111531 111515 21.9129 20.6875 0.0249489 0.0456193 2022-02-21T18:01:35.672 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:35.665930 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:01:35.922 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:35.916286 I | ceph-file-controller: start running mdses for filesystem "foo" 2022-02-21T18:01:36.609 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 319 16 111751 111735 21.8874 13.75 0.0104486 0.0456672 2022-02-21T18:01:36.993 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:36.982332 I | cephclient: getting or creating ceph auth key "mds.foo-a" 2022-02-21T18:01:37.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T18:01:37.605267+0000 min lat: 0.0018525 max lat: 11.3324 avg lat: 0.0457205 2022-02-21T18:01:37.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T18:01:37.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 320 16 111995 111979 21.8665 15.25 0.117955 0.0457205 2022-02-21T18:01:38.143 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:38.137035 I | op-mds: setting mds config flags 2022-02-21T18:01:38.143 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:38.137064 I | op-config: setting "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-02-21T18:01:38.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 321 16 112278 112262 21.8535 17.6875 0.0670559 0.0457485 2022-02-21T18:01:38.864 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:38.857599 I | op-config: successfully set "mds.foo-a"="mds_join_fs"="foo" option to the mon configuration database 2022-02-21T18:01:38.879 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:38.869800 I | cephclient: getting or creating ceph auth key "mds.foo-b" 2022-02-21T18:01:39.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 322 16 112570 112554 21.8423 18.25 0.0370694 0.045772 2022-02-21T18:01:39.724 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:39.715633 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:01:40.159 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:40.153471 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:01:40.610 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 323 16 112847 112831 21.8283 17.3125 0.0184081 0.0457997 2022-02-21T18:01:40.884 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:40.875701 I | op-mds: setting mds config flags 2022-02-21T18:01:40.884 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:40.875729 I | op-config: setting "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-02-21T18:01:41.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 324 16 113104 113088 21.8105 16.0625 0.0829315 0.0458377 2022-02-21T18:01:42.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 325 16 113407 113391 21.8017 18.9375 0.0663624 0.0458574 2022-02-21T18:01:43.544 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:43.536371 I | op-config: successfully set "mds.foo-b"="mds_join_fs"="foo" option to the mon configuration database 2022-02-21T18:01:43.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 326 16 113687 113671 21.7885 17.5 0.0924166 0.0458845 2022-02-21T18:01:44.516 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:44.509228 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:01:44.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 327 16 113995 113979 21.7807 19.25 0.0518533 0.0459019 2022-02-21T18:01:45.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 328 16 114332 114316 21.7785 21.0625 0.041858 0.0459067 2022-02-21T18:01:46.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 329 16 114675 114659 21.7774 21.4375 0.0521807 0.0459095 2022-02-21T18:01:47.026 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:47.013291 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:01:47.027 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:47.013318 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:01:47.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 330 16 115029 115013 21.7785 22.125 0.0306294 0.0459079 2022-02-21T18:01:47.888 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:47.882967 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:01:48.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 331 16 115316 115300 21.7669 17.9375 0.0565947 0.0459326 2022-02-21T18:01:49.611 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 332 16 115513 115497 21.7384 12.3125 0.118012 0.045992 2022-02-21T18:01:50.613 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 333 16 115816 115800 21.7299 18.9375 0.0352821 0.0460078 2022-02-21T18:01:51.612 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 334 16 116083 116067 21.7148 16.6875 0.0356472 0.0460404 2022-02-21T18:01:52.131 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:52.122095 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:01:52.176 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:52.170507 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:01:52.613 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 335 16 116354 116338 21.7006 16.9375 0.0605341 0.0460619 2022-02-21T18:01:53.613 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 336 15 116684 116669 21.6975 20.6875 0.0533567 0.0460777 2022-02-21T18:01:54.614 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 337 16 116992 116976 21.69 19.1875 0.0133804 0.0460907 2022-02-21T18:01:54.778 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:54.770976 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:01:55.614 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 338 16 117342 117326 21.6906 21.875 0.0261819 0.0460941 2022-02-21T18:01:56.614 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 339 16 117701 117685 21.6928 22.4375 0.0338349 0.0460874 2022-02-21T18:01:57.128 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:57.105181 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:01:57.129 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:57.105313 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:01:57.614 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:2022-02-21T18:01:57.608978+0000 min lat: 0.0018525 max lat: 11.3324 avg lat: 0.0461463 2022-02-21T18:01:57.614 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: sec Cur ops started finished avg MB/s cur MB/s last lat(s) avg lat(s) 2022-02-21T18:01:57.615 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 340 16 117891 117875 21.6639 11.875 0.0471651 0.0461463 2022-02-21T18:01:57.739 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:01:57.733194 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:01:58.614 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 341 16 118086 118070 21.6361 12.1875 0.0789516 0.0462009 2022-02-21T18:01:59.614 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 342 16 118353 118337 21.6216 16.6875 0.0364553 0.0462379 2022-02-21T18:02:00.614 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 343 16 118652 118636 21.6131 18.6875 0.0584398 0.0462596 2022-02-21T18:02:01.614 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 344 16 118973 118957 21.6086 20.0625 0.0199214 0.0462681 2022-02-21T18:02:02.061 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:02.056060 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:02:02.276 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:02.269930 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:02:02.614 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 345 16 119295 119279 21.6043 20.125 0.0381237 0.0462777 2022-02-21T18:02:03.614 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 346 16 119588 119572 21.5947 18.3125 0.035614 0.0462957 2022-02-21T18:02:04.615 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 347 16 119897 119881 21.5882 19.3125 0.0283383 0.0463096 2022-02-21T18:02:04.627 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:04.622149 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:02:04.706 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:04.700176 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:02:04.706 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:04.700205 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:02:05.293 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:05.287492 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:02:05.615 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 348 16 120128 120112 21.5676 14.4375 0.258491 0.0463493 2022-02-21T18:02:06.615 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 349 16 120344 120328 21.5445 13.5 0.309499 0.046396 2022-02-21T18:02:07.615 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 350 16 120658 120642 21.539 19.625 0.0764492 0.0464181 2022-02-21T18:02:08.615 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 351 16 120992 120976 21.5371 20.875 0.0220078 0.046421 2022-02-21T18:02:08.726 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:08.719188 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:02:08.953 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:08.946954 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:02:09.615 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 352 16 121292 121276 21.5292 18.75 0.031733 0.0464378 2022-02-21T18:02:10.615 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 353 16 121574 121558 21.5181 17.625 0.0434644 0.0464551 2022-02-21T18:02:11.615 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 354 16 121864 121848 21.5085 18.125 0.0300582 0.046482 2022-02-21T18:02:11.641 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:11.633177 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:02:11.832 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:11.825943 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:02:11.832 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:11.825971 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:02:12.584 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:12.575180 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:02:12.615 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 355 16 122144 122128 21.4972 17.5 0.0367994 0.0465048 2022-02-21T18:02:13.616 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 356 16 122322 122306 21.4681 11.125 0.12044 0.046568 2022-02-21T18:02:14.616 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 357 16 122622 122606 21.4605 18.75 0.116912 0.0465866 2022-02-21T18:02:15.617 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 358 16 122963 122947 21.4601 21.3125 0.0258637 0.0465864 2022-02-21T18:02:15.876 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:15.869948 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:02:16.204 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:16.196251 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:02:16.616 INFO:tasks.radosbench.radosbench.a.smithi038.stdout: 359 16 123306 123290 21.46 21.4375 0.0360309 0.0465878 2022-02-21T18:02:17.616 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Total time run: 360.026 2022-02-21T18:02:17.617 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Total writes made: 123563 2022-02-21T18:02:17.617 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Write size: 65536 2022-02-21T18:02:17.617 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Object size: 65536 2022-02-21T18:02:17.617 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Bandwidth (MB/sec): 21.4503 2022-02-21T18:02:17.618 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Stddev Bandwidth: 13.5933 2022-02-21T18:02:17.618 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Max bandwidth (MB/sec): 83.9375 2022-02-21T18:02:17.618 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Min bandwidth (MB/sec): 0 2022-02-21T18:02:17.618 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Average IOPS: 343 2022-02-21T18:02:17.619 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Stddev IOPS: 217.503 2022-02-21T18:02:17.619 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Max IOPS: 1343 2022-02-21T18:02:17.619 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Min IOPS: 0 2022-02-21T18:02:17.620 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Average Latency(s): 0.0466115 2022-02-21T18:02:17.620 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Stddev Latency(s): 0.192657 2022-02-21T18:02:17.620 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Max latency(s): 11.3324 2022-02-21T18:02:17.620 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Min latency(s): 0.0018525 2022-02-21T18:02:17.624 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Cleaning up (deleting benchmark objects) 2022-02-21T18:02:18.225 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:18.218730 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:02:19.313 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:19.306407 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:02:19.316 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:19.306437 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:02:20.129 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:20.122863 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:02:23.392 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:23.383760 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:02:24.057 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:24.028781 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:02:26.377 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:26.371538 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:02:26.483 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:26.476182 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:02:26.484 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:26.476204 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:02:27.179 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:27.173051 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:02:30.185 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:30.179528 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:02:31.484 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:31.478220 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:02:33.724 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:33.699609 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:02:35.302 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:35.295638 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:02:35.302 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:35.295664 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:02:35.937 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:35.930766 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:02:39.969 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:39.961665 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:02:42.551 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:42.545386 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:02:44.344 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:44.338107 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:02:44.477 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:44.471808 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:02:44.480 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:44.471831 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:02:45.143 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:45.137381 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:02:47.812 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:47.802205 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:02:52.938 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:52.932829 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:02:54.863 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:54.853690 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:02:55.059 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:55.053722 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:02:55.060 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:55.053750 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:02:55.731 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:55.723439 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:02:58.675 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:02:58.668443 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:03:09.426 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:03:09.415880 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:03:12.095 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:03:12.089965 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:03:12.199 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:03:12.191856 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:03:12.199 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:03:12.191882 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:03:12.869 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:03:12.861675 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:03:16.209 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:03:16.202658 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:03:36.698 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:03:36.691390 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:03:39.042 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:03:39.030597 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:03:40.474 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:03:40.441055 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:03:40.474 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:03:40.441157 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:03:41.073 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:03:41.063732 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:03:44.417 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:03:44.409518 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:04:25.386 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:04:25.376840 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:04:27.473 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:04:27.461616 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:04:27.599 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:04:27.592685 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:04:27.599 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:04:27.592714 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:04:28.301 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:04:28.294807 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:04:31.142 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:04:31.135575 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:05:53.298 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:05:53.230819 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:05:55.611 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:05:55.604757 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:05:57.078 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:05:57.071850 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:05:57.078 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:05:57.071867 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:05:58.036 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:05:58.029358 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:06:01.223 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:06:01.217162 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:08:45.070 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:45.063945 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:08:46.798 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:46.793808 I | ceph-object-controller: reconciling object store deployments 2022-02-21T18:08:47.418 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:47.413566 I | ceph-object-controller: ceph object store gateway service running at 10.103.120.188 2022-02-21T18:08:47.419 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:47.413588 I | ceph-object-controller: reconciling object store pools 2022-02-21T18:08:48.059 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:48.053794 W | ceph-object-controller: failed to adjust the PG count for rgw metadata pools. using the general default. failed to get config setting "rgw_rados_pool_pg_num_min" for user "mon.": exit status 2 2022-02-21T18:08:51.200 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:51.195177 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to create object store deployments: failed to create object pools: failed to create metadata pools: failed to create pool .rgw.root for object store foo.: failed to set size property to replicated pool ".rgw.root" to 3: failed to set pool property "size" on pool ".rgw.root": exit status 2 2022-02-21T18:08:52.740 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Removed 123563 objects 2022-02-21T18:08:52.741 INFO:tasks.radosbench.radosbench.a.smithi038.stdout:Clean up completed and total clean up time :395.117 2022-02-21T18:08:54.085 INFO:tasks.rook.ceph_manager.ceph:removing pool_name unique_pool_0 2022-02-21T18:08:54.087 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph osd pool rm unique_pool_0 unique_pool_0 --yes-i-really-really-mean-it 2022-02-21T18:08:55.651 INFO:teuthology.orchestra.run.smithi038.stderr:pool 'unique_pool_0' removed 2022-02-21T18:08:55.671 DEBUG:teuthology.run_tasks:Unwinding manager install 2022-02-21T18:08:55.685 INFO:teuthology.task.install.util:Removing shipped files: /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits... 2022-02-21T18:08:55.686 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f -- /home/ubuntu/cephtest/valgrind.supp /usr/bin/daemon-helper /usr/bin/adjust-ulimits 2022-02-21T18:08:55.734 DEBUG:teuthology.run_tasks:Unwinding manager rook 2022-02-21T18:08:55.754 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:08:56.942 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:08:56.943 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:00:52.000000Z", "last_refresh": "2022-02-21T18:08:56.821263Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "mds.foo", "service_type": "mds", "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:08:56.821263Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:08:56.821263Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:08:56.821263Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "nfs.foo", "service_type": "nfs", "status": {"created": "2022-02-21T18:00:51.000000Z", "last_refresh": "2022-02-21T18:08:56.821263Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:08:56.821263Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:08:56.821263Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_name": "rbd-mirror", "service_type": "rbd-mirror", "status": {"last_refresh": "2022-02-21T18:08:56.821263Z", "running": 0, "size": 1}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:08:56.821263Z", "running": 0, "size": 1}}] 2022-02-21T18:08:56.966 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch rm mds.foo 2022-02-21T18:08:57.542 INFO:teuthology.orchestra.run.smithi038.stdout:Removed cephfilesystems/foo 2022-02-21T18:08:57.565 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch rm nfs.foo 2022-02-21T18:08:57.569 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:57.564821 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:08:58.143 INFO:teuthology.orchestra.run.smithi038.stdout:Removed cephnfses/foo 2022-02-21T18:08:58.153 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:58.147779 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:08:58.180 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch rm rbd-mirror 2022-02-21T18:08:58.631 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:58.619823 I | ceph-nfs-controller: deleting ceph nfs "foo" 2022-02-21T18:08:58.631 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:58.619853 I | ceph-nfs-controller: removing ganesha "a" from grace db 2022-02-21T18:08:58.664 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:58.659358 I | ceph-spec: removing finalizer "cephnfs.ceph.rook.io" on "foo" 2022-02-21T18:08:58.726 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:58.720930 I | ceph-spec: object "rook-ceph-nfs-foo-a" matched on delete, reconciling 2022-02-21T18:08:58.735 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:58.730021 I | ceph-spec: object "rook-ceph-nfs-foo-a" matched on delete, reconciling 2022-02-21T18:08:58.736 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:58.730102 I | ceph-spec: object "rook-ceph-nfs-foo-a" matched on delete, reconciling 2022-02-21T18:08:58.796 INFO:teuthology.orchestra.run.smithi038.stdout:Removed cephrbdmirrors/default-rbd-mirror 2022-02-21T18:08:58.820 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch rm rgw.foo 2022-02-21T18:08:58.844 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:58.839214 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-02-21T18:08:58.883 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:58.873719 I | ceph-spec: object "rook-ceph-rbd-mirror-a" matched on delete, reconciling 2022-02-21T18:08:59.489 INFO:teuthology.orchestra.run.smithi038.stdout:Removed cephobjectstores/foo 2022-02-21T18:08:59.511 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:08:59.670 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:59.664844 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-02-21T18:08:59.671 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:59.664865 I | op-mds: successfully deleted mds config for "mds.foo-a" in mon configuration database 2022-02-21T18:08:59.671 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:08:59.664870 I | cephclient: deleting ceph auth "mds.foo-a" 2022-02-21T18:09:00.052 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:00.045909 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:09:01.390 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:09:01.391 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:00:52.000000Z", "last_refresh": "2022-02-21T18:09:01.311507Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "mds.foo", "service_type": "mds", "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:09:01.311507Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:09:01.311507Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:09:01.311507Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:09:01.311507Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:09:01.311507Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:09:01.311507Z", "running": 0, "size": 1}}] 2022-02-21T18:09:02.872 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:02.866630 I | op-mds: successfully deleted mds CephX key for "mds.foo-a" 2022-02-21T18:09:03.842 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:03.837223 I | op-config: deleting "mds_join_fs" option from the mon configuration database 2022-02-21T18:09:05.087 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:05.081587 I | op-config: successfully deleted "mds_join_fs" option from the mon configuration database 2022-02-21T18:09:05.087 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:05.081610 I | op-mds: successfully deleted mds config for "mds.foo-b" in mon configuration database 2022-02-21T18:09:05.087 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:05.081614 I | cephclient: deleting ceph auth "mds.foo-b" 2022-02-21T18:09:07.065 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:07.060287 I | op-mds: successfully deleted mds CephX key for "mds.foo-b" 2022-02-21T18:09:07.066 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:07.060309 I | ceph-file-controller: downing filesystem "foo" 2022-02-21T18:09:07.777 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:07.771468 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T18:09:07.761+0000 7f3c6d24b340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:09:07.777 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:09:07.761+0000 7f3c6d24b340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:09:07.777 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:09:07.761+0000 7f3c6d24b340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:09:07.778 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:09:07.778 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:07.771489 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T18:09:07.761+0000 7f3c6d24b340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:09:07.778 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:09:07.761+0000 7f3c6d24b340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:09:07.778 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:09:07.761+0000 7f3c6d24b340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:09:07.779 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:09:08.974 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:08.969278 I | ceph-file-controller: downed filesystem "foo" 2022-02-21T18:09:11.410 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:09:12.868 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:09:12.869 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:00:52.000000Z", "last_refresh": "2022-02-21T18:09:12.562550Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "mds.foo", "service_type": "mds", "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:09:12.562550Z", "running": 0, "size": 2}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:09:12.562550Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:09:12.562550Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:09:12.562550Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:09:12.562550Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:09:12.562550Z", "running": 0, "size": 1}}] 2022-02-21T18:09:13.133 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:13.128461 I | cephclient: no images/snapshosts present in pool "foo-metadata" 2022-02-21T18:09:13.134 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:13.128481 I | cephclient: purging pool "foo-metadata" (id=9) 2022-02-21T18:09:15.669 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:15.662675 I | cephclient: purge completed for pool "foo-metadata" 2022-02-21T18:09:16.078 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:16.073354 I | cephclient: no images/snapshosts present in pool "foo-data0" 2022-02-21T18:09:16.079 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:16.073380 I | cephclient: purging pool "foo-data0" (id=10) 2022-02-21T18:09:17.920 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:17.915531 I | cephclient: purge completed for pool "foo-data0" 2022-02-21T18:09:17.921 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:17.915569 I | ceph-spec: removing finalizer "cephfilesystem.ceph.rook.io" on "foo" 2022-02-21T18:09:17.945 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:17.940510 I | ceph-spec: object "rook-ceph-mds-foo-b-keyring" matched on delete, reconciling 2022-02-21T18:09:17.949 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:17.944966 I | ceph-spec: object "rook-ceph-mds-foo-a-keyring" matched on delete, reconciling 2022-02-21T18:09:17.952 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:17.945355 I | ceph-spec: object "rook-ceph-mds-foo-b" matched on delete, reconciling 2022-02-21T18:09:17.953 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:17.945755 I | ceph-spec: object "rook-ceph-mds-foo-a" matched on delete, reconciling 2022-02-21T18:09:21.230 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:21.225143 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi038": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T18:09:22.891 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:09:23.747 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:09:23.747 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:00:52.000000Z", "last_refresh": "2022-02-21T18:09:23.641524Z", "running": 2, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:09:23.641524Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:09:23.641524Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:09:23.641524Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:09:23.641524Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:09:23.641524Z", "running": 0, "size": 1}}] 2022-02-21T18:09:33.775 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:09:34.414 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:09:34.415 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:00:52.000000Z", "last_refresh": "2022-02-21T18:09:34.311895Z", "running": 2, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:09:34.311895Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:09:34.311895Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:09:34.311895Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:09:34.311895Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:09:34.311895Z", "running": 0, "size": 1}}] 2022-02-21T18:09:35.027 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:09:35.022853 E | ceph-crashcollector-controller: node reconcile failed on op "unchanged": Operation cannot be fulfilled on deployments.apps "rook-ceph-crashcollector-smithi038": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T18:09:44.441 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:09:45.125 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:09:45.125 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:09:44.972952Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:09:44.972952Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:09:44.972952Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:09:44.972952Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:09:44.972952Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:09:44.972952Z", "running": 0, "size": 1}}] 2022-02-21T18:09:55.151 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:09:55.823 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:09:55.823 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:09:55.711039Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:09:55.711039Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:09:55.711039Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:09:55.711039Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:09:55.711039Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:09:55.711039Z", "running": 0, "size": 1}}] 2022-02-21T18:10:05.846 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:10:06.695 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:10:06.695 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:10:06.580470Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:10:06.580470Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:10:06.580470Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:10:06.580470Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:10:06.580470Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:10:06.580470Z", "running": 0, "size": 1}}] 2022-02-21T18:10:16.717 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:10:17.457 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:10:17.457 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:10:17.266303Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:10:17.266303Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:10:17.266303Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:10:17.266303Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:10:17.266303Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:10:17.266303Z", "running": 0, "size": 1}}] 2022-02-21T18:10:27.480 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:10:28.166 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:10:28.167 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:10:28.041063Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:10:28.041063Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:10:28.041063Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:10:28.041063Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:10:28.041063Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:10:28.041063Z", "running": 0, "size": 1}}] 2022-02-21T18:10:38.191 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:10:42.956 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:10:42.957 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:10:42.857421Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:10:42.857421Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:10:42.857421Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:10:42.857421Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:10:42.857421Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:10:42.857421Z", "running": 0, "size": 1}}] 2022-02-21T18:10:52.982 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:10:53.684 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:10:53.685 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:10:53.572936Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:10:53.572936Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:10:53.572936Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:10:53.572936Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:10:53.572936Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:10:53.572936Z", "running": 0, "size": 1}}] 2022-02-21T18:11:03.704 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:11:04.343 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:11:04.343 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:11:04.230056Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:11:04.230056Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:11:04.230056Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:11:04.230056Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:11:04.230056Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:11:04.230056Z", "running": 0, "size": 1}}] 2022-02-21T18:11:14.369 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:11:15.066 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:11:15.067 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:11:14.908678Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:11:14.908678Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:11:14.908678Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:11:14.908678Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:11:14.908678Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:11:14.908678Z", "running": 0, "size": 1}}] 2022-02-21T18:11:25.091 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:11:25.834 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:11:25.834 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:11:25.697557Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:11:25.697557Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:11:25.697557Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:11:25.697557Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:11:25.697557Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:11:25.697557Z", "running": 0, "size": 1}}] 2022-02-21T18:11:35.857 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:11:36.518 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:11:36.518 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:11:36.405785Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:11:36.405785Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:11:36.405785Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:11:36.405785Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:11:36.405785Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:11:36.405785Z", "running": 0, "size": 1}}] 2022-02-21T18:11:46.543 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:11:47.175 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:11:47.175 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:11:47.068776Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:11:47.068776Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:11:47.068776Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:11:47.068776Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:11:47.068776Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:11:47.068776Z", "running": 0, "size": 1}}] 2022-02-21T18:11:57.198 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:11:57.860 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:11:57.861 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:11:57.736253Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:11:57.736253Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:11:57.736253Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:11:57.736253Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:11:57.736253Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:11:57.736253Z", "running": 0, "size": 1}}] 2022-02-21T18:12:07.886 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:12:08.547 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:12:08.548 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:12:08.456881Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:12:08.456881Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:12:08.456881Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:12:08.456881Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:12:08.456881Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:12:08.456881Z", "running": 0, "size": 1}}] 2022-02-21T18:12:18.573 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:12:19.252 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:12:19.252 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:12:19.145941Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:12:19.145941Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:12:19.145941Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:12:19.145941Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:12:19.145941Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:12:19.145941Z", "running": 0, "size": 1}}] 2022-02-21T18:12:29.271 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:12:29.901 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:12:29.901 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:12:29.788013Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:12:29.788013Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:12:29.788013Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:12:29.788013Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:12:29.788013Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:12:29.788013Z", "running": 0, "size": 1}}] 2022-02-21T18:12:39.925 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:12:40.616 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:12:40.617 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:12:40.504323Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:12:40.504323Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:12:40.504323Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:12:40.504323Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:12:40.504323Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:12:40.504323Z", "running": 0, "size": 1}}] 2022-02-21T18:12:50.663 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:12:51.315 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:12:51.315 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:12:51.169217Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:12:51.169217Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:12:51.169217Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:12:51.169217Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:12:51.169217Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:12:51.169217Z", "running": 0, "size": 1}}] 2022-02-21T18:13:01.343 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:13:02.287 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:13:02.288 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:13:01.905923Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:13:01.905923Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:13:01.905923Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:13:01.905923Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:13:01.905923Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:13:01.905923Z", "running": 0, "size": 1}}] 2022-02-21T18:13:12.311 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:13:12.954 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:13:12.954 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:13:12.842366Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:13:12.842366Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:13:12.842366Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:13:12.842366Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:13:12.842366Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:13:12.842366Z", "running": 0, "size": 1}}] 2022-02-21T18:13:22.981 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:13:23.719 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:13:23.720 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:13:23.614200Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:13:23.614200Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:13:23.614200Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:13:23.614200Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:13:23.614200Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:13:23.614200Z", "running": 0, "size": 1}}] 2022-02-21T18:13:33.746 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:13:34.382 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:13:34.491 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:13:34.272678Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:13:34.272678Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:13:34.272678Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:13:34.272678Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:13:34.272678Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:13:34.272678Z", "running": 0, "size": 1}}] 2022-02-21T18:13:44.494 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:13:45.183 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:13:45.183 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:13:45.072225Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:13:45.072225Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:13:45.072225Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:13:45.072225Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:13:45.072225Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:13:45.072225Z", "running": 0, "size": 1}}] 2022-02-21T18:13:55.209 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:13:55.881 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:13:55.881 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:13:55.772642Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:13:55.772642Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:13:55.772642Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:13:55.772642Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:13:55.772642Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:13:55.772642Z", "running": 0, "size": 1}}] 2022-02-21T18:14:05.906 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:14:06.617 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:14:06.618 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:14:06.491276Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:14:06.491276Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:14:06.491276Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:14:06.491276Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:14:06.491276Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:14:06.491276Z", "running": 0, "size": 1}}] 2022-02-21T18:14:16.644 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:14:17.303 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:14:17.303 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:14:17.166053Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:14:17.166053Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:14:17.166053Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:14:17.166053Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:14:17.166053Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:14:17.166053Z", "running": 0, "size": 1}}] 2022-02-21T18:14:18.889 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:14:18.884106 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:14:19.559 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:14:19.553836 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T18:14:19.542+0000 7f080221b340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:14:19.560 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:14:19.542+0000 7f080221b340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:14:19.560 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:14:19.542+0000 7f080221b340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:14:19.560 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:14:19.561 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:14:19.553863 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T18:14:19.542+0000 7f080221b340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:14:19.561 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:14:19.542+0000 7f080221b340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:14:19.561 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:14:19.542+0000 7f080221b340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:14:19.561 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:14:27.330 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:14:28.007 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:14:28.008 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:14:27.899850Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:14:27.899850Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:14:27.899850Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:14:27.899850Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:14:27.899850Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:14:27.899850Z", "running": 0, "size": 1}}] 2022-02-21T18:14:38.030 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:14:38.707 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:14:38.707 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:14:38.603577Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:14:38.603577Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:14:38.603577Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:14:38.603577Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:14:38.603577Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:14:38.603577Z", "running": 0, "size": 1}}] 2022-02-21T18:14:48.729 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:14:49.785 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:14:49.786 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:14:49.603615Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:14:49.603615Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:14:49.603615Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:14:49.603615Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:14:49.603615Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:14:49.603615Z", "running": 0, "size": 1}}] 2022-02-21T18:14:59.812 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:15:00.481 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:15:00.481 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:15:00.357341Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:15:00.357341Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:15:00.357341Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:15:00.357341Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:15:00.357341Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:15:00.357341Z", "running": 0, "size": 1}}] 2022-02-21T18:15:10.505 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:15:11.147 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:15:11.147 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:15:11.030913Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:15:11.030913Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:15:11.030913Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:15:11.030913Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:15:11.030913Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:15:11.030913Z", "running": 0, "size": 1}}] 2022-02-21T18:15:21.172 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:15:21.818 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:15:21.819 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:15:21.698334Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:15:21.698334Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:15:21.698334Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:15:21.698334Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:15:21.698334Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:15:21.698334Z", "running": 0, "size": 1}}] 2022-02-21T18:15:31.840 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:15:32.477 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:15:32.478 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:15:32.369477Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:15:32.369477Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:15:32.369477Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:15:32.369477Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:15:32.369477Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:15:32.369477Z", "running": 0, "size": 1}}] 2022-02-21T18:15:42.502 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:15:43.188 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:15:43.189 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:15:43.053155Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:15:43.053155Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:15:43.053155Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:15:43.053155Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:15:43.053155Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:15:43.053155Z", "running": 0, "size": 1}}] 2022-02-21T18:15:53.216 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:15:53.874 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:15:53.875 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:15:53.768221Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:15:53.768221Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:15:53.768221Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:15:53.768221Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:15:53.768221Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:15:53.768221Z", "running": 0, "size": 1}}] 2022-02-21T18:16:03.898 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:16:04.510 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:16:04.511 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:16:04.409091Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:16:04.409091Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:16:04.409091Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:16:04.409091Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:16:04.409091Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:16:04.409091Z", "running": 0, "size": 1}}] 2022-02-21T18:16:14.534 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:16:15.208 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:16:15.208 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:16:15.106737Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:16:15.106737Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:16:15.106737Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:16:15.106737Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:16:15.106737Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:16:15.106737Z", "running": 0, "size": 1}}] 2022-02-21T18:16:25.233 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:16:25.847 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:16:25.847 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:16:25.743549Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:16:25.743549Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:16:25.743549Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:16:25.743549Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:16:25.743549Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:16:25.743549Z", "running": 0, "size": 1}}] 2022-02-21T18:16:35.871 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:16:36.500 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:16:36.500 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:16:36.395678Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:16:36.395678Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:16:36.395678Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:16:36.395678Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:16:36.395678Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:16:36.395678Z", "running": 0, "size": 1}}] 2022-02-21T18:16:46.524 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:16:47.242 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:16:47.242 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:16:47.102058Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:16:47.102058Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:16:47.102058Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:16:47.102058Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:16:47.102058Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:16:47.102058Z", "running": 0, "size": 1}}] 2022-02-21T18:16:57.271 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:16:57.935 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:16:57.935 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:16:57.829310Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:16:57.829310Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:16:57.829310Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:16:57.829310Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:16:57.829310Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:16:57.829310Z", "running": 0, "size": 1}}] 2022-02-21T18:17:07.961 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:17:08.578 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:17:08.579 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:17:08.475063Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:17:08.475063Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:17:08.475063Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:17:08.475063Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:17:08.475063Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:17:08.475063Z", "running": 0, "size": 1}}] 2022-02-21T18:17:18.605 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:17:19.307 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:17:19.308 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:17:19.150317Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:17:19.150317Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:17:19.150317Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:17:19.150317Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:17:19.150317Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:17:19.150317Z", "running": 0, "size": 1}}] 2022-02-21T18:17:29.331 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:17:29.966 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:17:29.966 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:17:29.861282Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:17:29.861282Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:17:29.861282Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:17:29.861282Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:17:29.861282Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:17:29.861282Z", "running": 0, "size": 1}}] 2022-02-21T18:17:39.991 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:17:40.623 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:17:40.624 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:17:40.520338Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:17:40.520338Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:17:40.520338Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:17:40.520338Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:17:40.520338Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:17:40.520338Z", "running": 0, "size": 1}}] 2022-02-21T18:17:50.658 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:17:51.284 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:17:51.284 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:17:51.177100Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:17:51.177100Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:17:51.177100Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:17:51.177100Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:17:51.177100Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:17:51.177100Z", "running": 0, "size": 1}}] 2022-02-21T18:18:01.307 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:18:01.990 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:18:01.991 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:18:01.885513Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:18:01.885513Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:18:01.885513Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:18:01.885513Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:18:01.885513Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:18:01.885513Z", "running": 0, "size": 1}}] 2022-02-21T18:18:12.013 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:18:12.628 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:18:12.629 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:18:12.519911Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:18:12.519911Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:18:12.519911Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:18:12.519911Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:18:12.519911Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:18:12.519911Z", "running": 0, "size": 1}}] 2022-02-21T18:18:22.653 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:18:23.384 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:18:23.466 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:18:23.259540Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:18:23.259540Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:18:23.259540Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:18:23.259540Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:18:23.259540Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:18:23.259540Z", "running": 0, "size": 1}}] 2022-02-21T18:18:33.468 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:18:34.108 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:18:34.109 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:18:33.999648Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:18:33.999648Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:18:33.999648Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:18:33.999648Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:18:33.999648Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:18:33.999648Z", "running": 0, "size": 1}}] 2022-02-21T18:18:44.134 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:18:44.819 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:18:44.819 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:18:44.685204Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:18:44.685204Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:18:44.685204Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:18:44.685204Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:18:44.685204Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:18:44.685204Z", "running": 0, "size": 1}}] 2022-02-21T18:18:54.840 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:18:55.564 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:18:55.564 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:18:55.422029Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:18:55.422029Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:18:55.422029Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:18:55.422029Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:18:55.422029Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:18:55.422029Z", "running": 0, "size": 1}}] 2022-02-21T18:19:05.591 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:19:06.342 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:19:06.343 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:19:06.243860Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:19:06.243860Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:19:06.243860Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:19:06.243860Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:19:06.243860Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:19:06.243860Z", "running": 0, "size": 1}}] 2022-02-21T18:19:16.368 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:19:16.988 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:19:16.989 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:19:16.884930Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:19:16.884930Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:19:16.884930Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:19:16.884930Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:19:16.884930Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:19:16.884930Z", "running": 0, "size": 1}}] 2022-02-21T18:19:27.022 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:19:27.796 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:19:27.797 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:19:27.690841Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:19:27.690841Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:19:27.690841Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:19:27.690841Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:19:27.690841Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:19:27.690841Z", "running": 0, "size": 1}}] 2022-02-21T18:19:37.823 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:19:38.529 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:19:38.530 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:19:38.408377Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:19:38.408377Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:19:38.408377Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:19:38.408377Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:19:38.408377Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:19:38.408377Z", "running": 0, "size": 1}}] 2022-02-21T18:19:48.554 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:19:49.190 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:19:49.190 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:19:49.088386Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:19:49.088386Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:19:49.088386Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:19:49.088386Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:19:49.088386Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:19:49.088386Z", "running": 0, "size": 1}}] 2022-02-21T18:19:59.218 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:19:59.888 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:19:59.888 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:19:59.776493Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:19:59.776493Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:19:59.776493Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:19:59.776493Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:19:59.776493Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:19:59.776493Z", "running": 0, "size": 1}}] 2022-02-21T18:20:09.914 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:20:10.527 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:20:10.527 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:20:10.433512Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:20:10.433512Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:20:10.433512Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:20:10.433512Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:20:10.433512Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:20:10.433512Z", "running": 0, "size": 1}}] 2022-02-21T18:20:20.549 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:20:21.170 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:20:21.170 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:20:21.070432Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:20:21.070432Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:20:21.070432Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:20:21.070432Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:20:21.070432Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:20:21.070432Z", "running": 0, "size": 1}}] 2022-02-21T18:20:31.196 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:20:31.971 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:20:31.971 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:20:31.820910Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:20:31.820910Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:20:31.820910Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:20:31.820910Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:20:31.820910Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:20:31.820910Z", "running": 0, "size": 1}}] 2022-02-21T18:20:41.995 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:20:45.569 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:20:45.570 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:20:45.458472Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:20:45.458472Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:20:45.458472Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:20:45.458472Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:20:45.458472Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:20:45.458472Z", "running": 0, "size": 1}}] 2022-02-21T18:20:55.590 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:20:56.243 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:20:56.243 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:20:56.155222Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:20:56.155222Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:20:56.155222Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:20:56.155222Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:20:56.155222Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:20:56.155222Z", "running": 0, "size": 1}}] 2022-02-21T18:21:06.268 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:21:06.932 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:21:06.932 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:21:06.830590Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:21:06.830590Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:21:06.830590Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:21:06.830590Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:21:06.830590Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:21:06.830590Z", "running": 0, "size": 1}}] 2022-02-21T18:21:16.958 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:21:17.618 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:21:17.619 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:21:17.530928Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:21:17.530928Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:21:17.530928Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:21:17.530928Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:21:17.530928Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:21:17.530928Z", "running": 0, "size": 1}}] 2022-02-21T18:21:27.642 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:21:28.276 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:21:28.277 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:21:28.185076Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:21:28.185076Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:21:28.185076Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:21:28.185076Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:21:28.185076Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:21:28.185076Z", "running": 0, "size": 1}}] 2022-02-21T18:21:38.298 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:21:38.938 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:21:38.939 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:21:38.806550Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:21:38.806550Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:21:38.806550Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:21:38.806550Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:21:38.806550Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:21:38.806550Z", "running": 0, "size": 1}}] 2022-02-21T18:21:48.965 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:21:49.666 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:21:49.667 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:21:49.549295Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:21:49.549295Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:21:49.549295Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:21:49.549295Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:21:49.549295Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:21:49.549295Z", "running": 0, "size": 1}}] 2022-02-21T18:21:59.691 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:22:00.356 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:22:00.357 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:22:00.270216Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:22:00.270216Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:22:00.270216Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:22:00.270216Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:22:00.270216Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:22:00.270216Z", "running": 0, "size": 1}}] 2022-02-21T18:22:10.380 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:22:11.038 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:22:11.038 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:22:10.946847Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:22:10.946847Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:22:10.946847Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:22:10.946847Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:22:10.946847Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:22:10.946847Z", "running": 0, "size": 1}}] 2022-02-21T18:22:21.061 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:22:21.748 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:22:21.748 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:22:21.586172Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:22:21.586172Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:22:21.586172Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:22:21.586172Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:22:21.586172Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:22:21.586172Z", "running": 0, "size": 1}}] 2022-02-21T18:22:31.768 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:22:32.510 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:22:32.511 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:22:32.419465Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:22:32.419465Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:22:32.419465Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:22:32.419465Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:22:32.419465Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:22:32.419465Z", "running": 0, "size": 1}}] 2022-02-21T18:22:42.537 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:22:43.201 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:22:43.202 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:22:43.104769Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:22:43.104769Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:22:43.104769Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:22:43.104769Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:22:43.104769Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:22:43.104769Z", "running": 0, "size": 1}}] 2022-02-21T18:22:53.225 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:22:53.856 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:22:53.856 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:22:53.763525Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:22:53.763525Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:22:53.763525Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:22:53.763525Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:22:53.763525Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:22:53.763525Z", "running": 0, "size": 1}}] 2022-02-21T18:23:03.884 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:23:04.525 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:23:04.525 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:23:04.422594Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:23:04.422594Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:23:04.422594Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:23:04.422594Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:23:04.422594Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:23:04.422594Z", "running": 0, "size": 1}}] 2022-02-21T18:23:14.556 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:23:15.242 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:23:15.243 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:23:15.135294Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:23:15.135294Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:23:15.135294Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:23:15.135294Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:23:15.135294Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:23:15.135294Z", "running": 0, "size": 1}}] 2022-02-21T18:23:25.267 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:23:25.923 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:23:25.923 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:23:25.832257Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:23:25.832257Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:23:25.832257Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:23:25.832257Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:23:25.832257Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:23:25.832257Z", "running": 0, "size": 1}}] 2022-02-21T18:23:35.948 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:23:36.633 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:23:36.633 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:23:36.537380Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:23:36.537380Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:23:36.537380Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:23:36.537380Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:23:36.537380Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:23:36.537380Z", "running": 0, "size": 1}}] 2022-02-21T18:23:46.658 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:23:47.303 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:23:47.303 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:23:47.216029Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:23:47.216029Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:23:47.216029Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:23:47.216029Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:23:47.216029Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:23:47.216029Z", "running": 0, "size": 1}}] 2022-02-21T18:23:57.327 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:23:57.987 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:23:57.987 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:23:57.865173Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:23:57.865173Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:23:57.865173Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:23:57.865173Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:23:57.865173Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:23:57.865173Z", "running": 0, "size": 1}}] 2022-02-21T18:24:08.010 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:24:08.744 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:24:08.744 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:24:08.660635Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:24:08.660635Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:24:08.660635Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:24:08.660635Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:24:08.660635Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:24:08.660635Z", "running": 0, "size": 1}}] 2022-02-21T18:24:18.768 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:24:19.520 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:24:19.521 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:24:19.386436Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:24:19.386436Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:24:19.386436Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:24:19.386436Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:24:19.386436Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:24:19.386436Z", "running": 0, "size": 1}}] 2022-02-21T18:24:29.543 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:24:30.207 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:24:30.207 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:24:30.108435Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:24:30.108435Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:24:30.108435Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:24:30.108435Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:24:30.108435Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:24:30.108435Z", "running": 0, "size": 1}}] 2022-02-21T18:24:40.231 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:24:40.895 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:24:40.895 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:24:40.791923Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:24:40.791923Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:24:40.791923Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:24:40.791923Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:24:40.791923Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:24:40.791923Z", "running": 0, "size": 1}}] 2022-02-21T18:24:50.919 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:24:51.616 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:24:51.617 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:24:51.519214Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:24:51.519214Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:24:51.519214Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:24:51.519214Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:24:51.519214Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:24:51.519214Z", "running": 0, "size": 1}}] 2022-02-21T18:25:01.640 DEBUG:teuthology.orchestra.run.smithi038:> kubectl -n rook-ceph exec rook-ceph-tools-7677f7f4b9-md6j4 -- ceph orch ls -f json 2022-02-21T18:25:02.287 INFO:teuthology.orchestra.run.smithi038.stdout: 2022-02-21T18:25:02.287 INFO:teuthology.orchestra.run.smithi038.stdout:[{"placement": {"host_pattern": "*"}, "service_name": "crash", "service_type": "crash", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T18:09:21.000000Z", "last_refresh": "2022-02-21T18:25:02.192186Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mgr", "service_type": "mgr", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:36.000000Z", "last_refresh": "2022-02-21T18:25:02.192186Z", "running": 1, "size": 1}}, {"placement": {"count": 1}, "service_name": "mon", "service_type": "mon", "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:51:03.000000Z", "last_refresh": "2022-02-21T18:25:02.192186Z", "running": 1, "size": 1}}, {"service_name": "osd", "service_type": "osd", "spec": {"filter_logic": "AND", "objectstore": "bluestore"}, "status": {"container_image_id": "f61e120f25aef5395aa2de70a53c352d63ab37e095939b85f5a0df1832b3075a", "container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "created": "2022-02-21T17:53:11.000000Z", "last_refresh": "2022-02-21T18:25:02.192186Z", "running": 8, "size": 4}, "unmanaged": true}, {"placement": {"host_pattern": "*"}, "service_id": "all-available-devices", "service_name": "osd.all-available-devices", "service_type": "osd", "spec": {"data_devices": {"all": true}, "filter_logic": "AND", "objectstore": "bluestore"}, "status": {"last_refresh": "2022-02-21T18:25:02.192186Z", "running": 0, "size": 0}}, {"placement": {"count": 1}, "service_id": "foo", "service_name": "rgw.foo", "service_type": "rgw", "spec": {"rgw_frontend_port": 80}, "status": {"container_image_name": "quay.ceph.io/ceph-ci/ceph:b05010b68efc838fdc35b41106e2ebdabe395a3e", "last_refresh": "2022-02-21T18:25:02.192186Z", "running": 0, "size": 1}}] 2022-02-21T18:25:02.310 ERROR:teuthology.contextutil:Saw exception from nested tasks Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-02-21T18:25:02.310 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 530, in ceph_config_keyring yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-02-21T18:25:02.311 INFO:tasks.rook:Cleaning up config and client.admin keyring 2022-02-21T18:25:02.311 DEBUG:teuthology.orchestra.run.smithi038:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2022-02-21T18:25:02.349 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 478, in rook_post_config yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-02-21T18:25:02.350 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 442, in rook_toolbox yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-02-21T18:25:02.409 DEBUG:teuthology.orchestra.remote:smithi038:rook/cluster/examples/kubernetes/ceph/operator.yaml is 22KB 2022-02-21T18:25:02.425 DEBUG:teuthology.orchestra.run.smithi038:> kubectl delete -f rook/cluster/examples/kubernetes/ceph/toolbox.yaml 2022-02-21T18:25:02.564 INFO:teuthology.orchestra.run.smithi038.stdout:deployment.apps "rook-ceph-tools" deleted 2022-02-21T18:25:02.606 ERROR:tasks.rook:'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds Traceback (most recent call last): File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 379, in rook_cluster yield File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 33, in nested yield vars File "/home/teuthworker/src/github.com_ceph_ceph-c_b05010b68efc838fdc35b41106e2ebdabe395a3e/qa/tasks/rook.py", line 669, in task while proceed(): File "/home/teuthworker/src/git.ceph.com_git_teuthology_eea2521245e542c7c1a063d296779f572aa0255a/teuthology/contextutil.py", line 133, in __call__ raise MaxWhileTries(error_msg) teuthology.exceptions.MaxWhileTries: 'waiting for service removal' reached maximum tries (90) after waiting for 900 seconds 2022-02-21T18:25:02.607 DEBUG:teuthology.orchestra.run.smithi038:> kubectl delete -f cluster.yaml 2022-02-21T18:25:02.729 INFO:teuthology.orchestra.run.smithi038.stdout:cephcluster.ceph.rook.io "rook-ceph" deleted 2022-02-21T18:25:02.731 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:02.743428 I | ceph-cluster-controller: CR "rook-ceph" is going be deleted, cancelling any ongoing orchestration 2022-02-21T18:25:03.229 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:03.241487 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:03.496 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:03.507838 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:03.497 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:03.507874 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Warning:ReconcileFailed:CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:13.716 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:13.726948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:13.727 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:13.739607 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:23.943 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:23.955993 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:23.956 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:23.968427 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:34.175 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:34.187789 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:34.187 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:34.199784 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:34.651 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:34.661897 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 18:25:34.649366583 +0000 UTC m=+2130.388213794 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T18:25:44.412 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:44.425138 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:44.424 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:44.437859 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:54.646 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:54.658951 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:25:54.658 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:25:54.671830 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:04.878 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:26:04.890800 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:04.891 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:26:04.904325 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:15.115 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:26:15.128348 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:15.128 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:26:15.141376 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:25.352 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:26:25.365332 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:25.366 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:26:25.380132 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:35.515 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:26:35.526625 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 18:26:35.515477006 +0000 UTC m=+2191.254324198 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T18:26:35.598 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:26:35.612115 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:35.609 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:26:35.623117 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:45.872 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:26:45.886258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:45.883 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:26:45.896796 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:56.141 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:26:56.155532 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:26:56.184 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:26:56.198757 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:06.403 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:27:06.417391 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:06.417 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:27:06.431380 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:16.638 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:27:16.652312 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:16.650 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:27:16.664644 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:26.871 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:27:26.886054 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:26.884 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:27:26.898087 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:37.103 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:27:37.118080 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:37.114 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:27:37.129697 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:47.338 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:27:47.352500 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:47.352 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:27:47.366575 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:57.577 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:27:57.589277 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:27:57.587 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:27:57.601895 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:07.816 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:28:07.831414 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:07.828 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:28:07.843572 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:18.054 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:28:18.069599 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:18.072 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:28:18.086157 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:28.292 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:28:28.307404 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:28.303 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:28:28.319214 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:38.523 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:28:38.538735 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:38.534 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:28:38.549908 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:48.755 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:28:48.770058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:48.768 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:28:48.784074 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:59.044 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:28:59.059717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:28:59.058 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:28:59.074062 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:09.296 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:29:09.308394 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:09.304 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:29:09.320254 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:19.530 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:29:19.545946 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:19.543 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:29:19.559187 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:29.765 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:29:29.781710 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:29.777 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:29:29.793523 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:40.017 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:29:40.033886 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:40.032 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:29:40.048492 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:50.251 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:29:50.267581 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:29:50.266 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:29:50.283131 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:00.495 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:30:00.512058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:00.526 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:30:00.539383 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:10.744 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:30:10.760696 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:10.753 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:30:10.770464 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:20.972 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:30:20.988623 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:20.984 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:30:21.001472 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:31.214 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:30:31.231245 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:31.227 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:30:31.243709 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:41.451 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:30:41.468134 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:41.462 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:30:41.479429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:51.682 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:30:51.699176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:51.695 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:30:51.712079 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:30:59.543 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:30:59.560596 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:31:00.218 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:00.234891 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T18:31:00.226+0000 7f263ff90340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:31:00.218 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:31:00.226+0000 7f263ff90340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:31:00.219 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:31:00.226+0000 7f263ff90340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:31:00.219 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:31:00.219 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:00.234915 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T18:31:00.226+0000 7f263ff90340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:31:00.219 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:31:00.226+0000 7f263ff90340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:31:00.220 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:31:00.226+0000 7f263ff90340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:31:00.220 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:31:01.916 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:01.933110 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:01.962 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:01.978930 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:12.178 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:12.195555 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:12.192 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:12.209250 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:22.412 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:22.429330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:22.424 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:22.442110 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:32.645 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:32.663002 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:32.659 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:32.677201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:42.879 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:42.896836 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:42.891 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:42.908813 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:53.113 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:53.130855 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:31:53.125 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:31:53.143687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:03.351 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:32:03.368472 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:03.366 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:32:03.383972 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:13.587 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:32:13.604896 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:13.600 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:32:13.617948 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:23.825 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:32:23.842674 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:23.841 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:32:23.857989 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:34.068 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:32:34.085914 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:34.077 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:32:34.095415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:44.309 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:32:44.327571 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:44.321 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:32:44.339315 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:54.543 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:32:54.560929 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:32:54.557 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:32:54.575299 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:04.780 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:33:04.798332 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:04.853 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:33:04.871744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:15.073 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:33:15.091031 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:15.085 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:33:15.103808 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:25.303 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:33:25.321147 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:25.316 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:33:25.335254 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:35.537 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:33:35.555952 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:35.550 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:33:35.568973 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:45.774 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:33:45.792870 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:45.787 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:33:45.805610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:56.009 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:33:56.027535 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:33:56.020 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:33:56.038352 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:06.245 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:34:06.264327 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:06.258 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:34:06.276544 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:16.482 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:34:16.500540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:16.494 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:34:16.513304 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:26.717 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:34:26.735934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:26.767 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:34:26.785394 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:36.984 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:34:37.003033 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:37.001 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:34:37.020389 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:47.260 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:34:47.278831 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:47.268 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:34:47.287420 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:57.491 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:34:57.509651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:34:57.503 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:34:57.522372 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:07.722 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:35:07.741034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:07.735 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:35:07.754388 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:17.954 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:35:17.973333 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:17.969 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:35:17.986798 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:28.195 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:35:28.209618 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:28.200 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:35:28.220040 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:38.459 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:35:38.479047 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:38.469 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:35:38.488840 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:48.690 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:35:48.709144 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:48.702 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:35:48.722028 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:58.926 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:35:58.945263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:35:58.944 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:35:58.962308 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:09.165 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:36:09.184168 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:09.177 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:36:09.196838 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:19.399 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:36:19.418897 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:19.421 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:36:19.441429 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:29.638 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:36:29.657815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:29.649 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:36:29.669146 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:39.868 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:36:39.888190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:39.887 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:36:39.901372 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:50.103 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:36:50.122678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:36:50.115 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:36:50.134928 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:00.333 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:37:00.352841 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:00.341 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:37:00.360872 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:10.562 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:37:10.582918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:10.579 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:37:10.599412 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:20.803 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:37:20.823258 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:20.816 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:37:20.834676 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:31.036 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:37:31.056334 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:31.049 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:37:31.069090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:41.271 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:37:41.291176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:41.285 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:37:41.305420 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:51.506 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:37:51.526169 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:37:51.517 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:37:51.537402 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:01.736 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:38:01.757109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:01.784 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:38:01.804970 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:12.004 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:38:12.024620 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:12.015 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:38:12.035703 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:22.238 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:38:22.259195 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:22.251 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:38:22.271764 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:32.470 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:38:32.490352 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:32.482 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:38:32.503298 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:42.703 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:38:42.723590 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:42.716 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:38:42.736635 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:52.939 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:38:52.959531 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:38:52.951 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:38:52.971925 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:03.216 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:39:03.237154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:03.229 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:39:03.250530 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:13.454 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:39:13.475066 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:13.511 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:39:13.532228 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:23.734 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:39:23.753842 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:23.747 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:39:23.768620 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:33.968 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:39:33.989379 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:33.981 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:39:34.002619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:44.211 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:39:44.232023 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:44.223 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:39:44.245058 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:54.450 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:39:54.471331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:39:54.461 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:39:54.482460 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:04.689 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:40:04.710818 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:04.700 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:40:04.721549 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:14.924 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:40:14.944859 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:14.938 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:40:14.959182 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:25.178 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:40:25.199477 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:25.190 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:40:25.212346 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:35.407 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:40:35.428590 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:35.417 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:40:35.439061 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:45.645 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:40:45.667066 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:45.655 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:40:45.677526 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:55.877 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:40:55.899337 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:40:55.889 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:40:55.910856 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:06.110 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:41:06.132248 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:06.120 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:41:06.142047 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:16.340 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:41:16.361592 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:16.354 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:41:16.376680 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:26.601 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:41:26.622812 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:26.619 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:41:26.641459 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:36.840 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:41:36.862576 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:36.852 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:41:36.874657 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:47.072 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:41:47.094260 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:47.085 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:41:47.107516 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:57.307 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:41:57.329084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:41:57.319 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:41:57.341645 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:07.540 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:42:07.562661 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:07.553 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:42:07.575257 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:17.777 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:42:17.798803 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:17.789 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:42:17.811822 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:28.011 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:42:28.033822 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:28.027 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:42:28.049210 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:38.252 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:42:38.274229 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:38.263 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:42:38.285842 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:48.487 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:42:48.509523 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:48.498 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:42:48.520894 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:58.775 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:42:58.797180 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:42:58.786 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:42:58.808266 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:09.013 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:43:09.035536 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:09.031 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:43:09.053493 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:19.262 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:43:19.284673 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:19.272 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:43:19.294463 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:29.537 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:43:29.558212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:29.549 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:43:29.571594 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:39.766 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:43:39.789312 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:39.778 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:43:39.800984 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:50.000 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:43:50.023147 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:43:50.014 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:43:50.036023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:00.233 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:44:00.256424 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:00.243 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:44:00.265420 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:10.465 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:44:10.487951 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:10.479 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:44:10.501657 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:20.700 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:44:20.722356 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:20.710 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:44:20.733647 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:30.976 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:44:30.999448 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:30.991 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:44:31.014368 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:41.228 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:44:41.250532 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:41.245 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:44:41.268142 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:51.460 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:44:51.483257 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:51.472 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:44:51.494847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:44:51.690 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:44:51.712942 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 18:44:51.706589808 +0000 UTC m=+3287.445437034 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T18:45:01.695 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:45:01.717682 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:01.708 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:45:01.731304 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:11.979 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:45:12.002451 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:11.999 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:45:12.022595 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:22.218 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:45:22.240453 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:22.228 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:45:22.251985 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:32.536 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:45:32.559811 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:32.546 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:45:32.569239 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:42.766 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:45:42.788778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:42.827 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:45:42.849827 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:53.085 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:45:53.107924 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:45:53.098 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:45:53.121166 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:03.397 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:46:03.420068 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:03.407 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:46:03.430876 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:13.624 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:46:13.646847 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:13.639 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:46:13.662066 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:23.862 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:46:23.885689 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:23.874 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:46:23.897407 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:34.134 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:46:34.157635 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:34.160 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:46:34.183941 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:44.386 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:46:44.409274 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:44.395 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:46:44.418629 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:54.766 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:46:54.789619 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:46:54.777 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:46:54.800603 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:05.051 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:05.073985 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:05.062 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:05.086155 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:15.286 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:15.310026 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:15.298 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:15.321741 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:25.525 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:25.548693 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:25.537 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:25.560534 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:35.762 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:35.785756 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:35.776 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:35.799588 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:40.219 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:40.242743 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T18:47:40.937 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:40.959904 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T18:47:40.950+0000 7f91bc54f340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:47:40.937 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:47:40.950+0000 7f91bc54f340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:47:40.938 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:47:40.950+0000 7f91bc54f340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:47:40.938 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:47:40.938 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:40.959933 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T18:47:40.950+0000 7f91bc54f340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T18:47:40.938 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:47:40.950+0000 7f91bc54f340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T18:47:40.939 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T18:47:40.950+0000 7f91bc54f340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T18:47:40.939 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T18:47:46.002 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:46.025724 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:46.013 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:46.037551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:56.281 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:56.305050 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:47:56.291 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:47:56.315449 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:06.510 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:48:06.534274 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:06.525 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:48:06.548977 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:16.761 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:48:16.785051 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:16.776 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:48:16.800343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:27.010 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:48:27.033628 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:27.025 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:48:27.049309 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:37.241 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:48:37.265011 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:37.252 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:48:37.276395 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:47.519 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:48:47.536143 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:47.525 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:48:47.550019 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:57.745 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:48:57.768867 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:48:57.760 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:48:57.783377 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:07.977 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:49:08.000931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:07.990 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:49:08.014209 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:18.211 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:49:18.235048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:18.224 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:49:18.247484 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:28.443 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:49:28.466825 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:28.458 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:49:28.482714 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:38.683 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:49:38.706894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:38.694 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:49:38.718552 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:48.915 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:49:48.939156 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:48.928 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:49:48.952478 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:59.150 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:49:59.174111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:49:59.163 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:49:59.187569 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:09.397 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:50:09.421019 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:09.414 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:50:09.433654 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:19.626 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:50:19.649772 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:19.636 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:50:19.659068 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:29.852 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:50:29.877150 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:29.866 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:50:29.890794 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:40.099 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:50:40.123697 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:40.109 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:50:40.133566 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:50.363 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:50:50.387961 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:50:50.375 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:50:50.400704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:00.591 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:51:00.615571 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:00.601 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:51:00.626335 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:10.835 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:51:10.859313 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:10.846 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:51:10.871065 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:21.066 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:51:21.090384 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:21.079 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:51:21.103888 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:31.300 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:51:31.324869 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:31.309 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:51:31.334015 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:41.532 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:51:41.556637 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:41.545 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:51:41.570469 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:51.767 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:51:51.791821 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:51:51.781 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:51:51.805550 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:02.000 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:52:02.024647 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:02.012 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:52:02.037316 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:12.299 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:52:12.323557 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:12.342 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:52:12.366669 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:22.568 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:52:22.592958 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:22.581 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:52:22.606050 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:32.800 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:52:32.825114 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:32.888 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:52:32.912270 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:43.228 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:52:43.251962 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:43.241 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:52:43.266335 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:53.473 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:52:53.497324 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:52:53.488 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:52:53.510913 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:03.729 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:53:03.754319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:03.743 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:53:03.767880 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:13.998 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:53:14.023771 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:14.012 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:53:14.037596 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:24.232 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:53:24.257300 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:24.246 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:53:24.271161 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:34.470 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:53:34.493970 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:34.488 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:53:34.508507 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:44.704 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:53:44.729892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:44.718 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:53:44.743916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:54.937 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:53:54.962334 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:53:54.948 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:53:54.973237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:05.167 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:54:05.191563 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:05.180 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:54:05.204200 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:15.449 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:54:15.475106 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:15.460 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:54:15.486114 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:25.750 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:54:25.775865 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:25.811 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:54:25.836563 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:36.034 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:54:36.059636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:36.045 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:54:36.070852 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:46.266 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:54:46.291503 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:46.280 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:54:46.305322 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:56.501 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:54:56.526299 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:54:56.513 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:54:56.538674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:06.752 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:55:06.777577 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:06.820 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:55:06.840901 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:17.065 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:55:17.090612 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:17.077 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:55:17.103232 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:27.299 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:55:27.324194 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:27.312 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:55:27.338496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:37.534 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:55:37.559267 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:37.546 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:55:37.572002 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:47.764 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:55:47.790082 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:47.777 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:55:47.802766 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:57.995 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:55:58.020815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:55:58.008 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:55:58.033113 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:08.226 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:56:08.252452 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:08.237 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:56:08.263196 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:18.537 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:56:18.562396 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:18.550 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:56:18.576072 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:28.769 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:56:28.795518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:28.781 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:56:28.806840 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:39.040 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:56:39.066371 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:39.053 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:56:39.079157 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:49.273 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:56:49.299057 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:49.285 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:56:49.312026 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:59.505 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:56:59.531336 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:56:59.520 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:56:59.546541 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:09.783 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:57:09.809829 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:09.794 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:57:09.820840 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:20.014 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:57:20.038901 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:20.026 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:57:20.053004 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:30.248 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:57:30.273788 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:30.260 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:57:30.286712 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:40.480 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:57:40.506918 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:40.492 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:57:40.518757 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:50.709 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:57:50.735009 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:57:50.720 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:57:50.746342 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:00.941 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:58:00.967224 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:00.955 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:58:00.980481 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:11.185 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:58:11.212251 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:11.199 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:58:11.225715 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:21.426 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:58:21.452062 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:21.436 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:58:21.461700 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:31.666 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:58:31.692651 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:31.680 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:58:31.706560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:41.903 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:58:41.929212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:41.912 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:58:41.938655 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:52.184 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:58:52.210276 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:58:52.199 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:58:52.225998 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:02.419 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:59:02.444906 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:02.432 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:59:02.459063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:12.657 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:59:12.683268 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:12.669 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:59:12.695450 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:22.892 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:59:22.917786 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:22.906 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:59:22.932669 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:33.132 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:59:33.158566 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:33.143 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:59:33.170166 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:43.363 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:59:43.390144 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:43.374 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:59:43.401591 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:53.591 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:59:53.618284 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T18:59:53.605 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 18:59:53.632673 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:03.825 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:00:03.851820 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:03.838 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:00:03.864929 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:14.055 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:00:14.081989 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:14.068 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:00:14.095323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:24.344 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:00:24.371253 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:24.353 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:00:24.380437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:34.581 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:00:34.607876 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:34.592 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:00:34.619022 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:44.811 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:00:44.837654 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:44.824 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:00:44.851150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:55.101 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:00:55.127630 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:00:55.116 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:00:55.142766 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:05.339 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:01:05.366020 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:05.351 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:01:05.378095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:15.572 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:01:15.599135 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:15.585 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:01:15.611804 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:25.808 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:01:25.835434 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:25.823 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:01:25.850848 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:36.051 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:01:36.078019 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:36.063 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:01:36.090337 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:46.291 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:01:46.317930 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:46.306 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:01:46.331745 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:56.548 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:01:56.575111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:01:56.558 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:01:56.585710 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:06.779 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:02:06.806840 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:06.792 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:02:06.819504 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:07.214 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:02:07.241628 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 19:02:07.22756714 +0000 UTC m=+4322.966414393 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T19:02:17.014 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:02:17.040989 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:17.026 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:02:17.054225 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:27.249 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:02:27.277034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:27.262 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:02:27.290304 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:37.489 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:02:37.517048 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:37.499 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:02:37.526646 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:47.717 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:02:47.744652 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:47.725 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:02:47.752962 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:57.947 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:02:57.974519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:02:57.959 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:02:57.987186 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:08.150 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:03:08.177435 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 19:03:08.166240283 +0000 UTC m=+4383.905087492 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T19:03:08.178 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:03:08.205314 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:08.191 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:03:08.219445 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:18.414 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:03:18.441417 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:18.442 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:03:18.470461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:28.664 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:03:28.691931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:28.677 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:03:28.705511 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:38.901 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:03:38.929273 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:38.912 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:03:38.940632 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:49.126 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:03:49.154143 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:49.139 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:03:49.167330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:59.378 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:03:59.405713 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:03:59.386 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:03:59.414087 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:09.623 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:04:09.651097 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:09.636 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:04:09.663901 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:19.883 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:04:19.911276 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:19.898 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:04:19.926175 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:20.939 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:04:20.966963 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T19:04:21.561 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:04:21.588458 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T19:04:21.582+0000 7fd48a3d8340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:04:21.562 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:04:21.582+0000 7fd48a3d8340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:04:21.562 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:04:21.582+0000 7fd48a3d8340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:04:21.562 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:04:21.563 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:04:21.588486 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T19:04:21.582+0000 7fd48a3d8340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:04:21.563 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:04:21.582+0000 7fd48a3d8340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:04:21.563 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:04:21.582+0000 7fd48a3d8340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:04:21.563 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:04:30.118 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:04:30.146198 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:30.127 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:04:30.155941 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:40.344 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:04:40.372008 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:40.351 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:04:40.379770 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:50.595 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:04:50.623988 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:04:50.603 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:04:50.632156 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:00.827 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:05:00.855146 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:00.838 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:05:00.866347 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:11.059 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:05:11.087569 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:11.071 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:05:11.099954 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:21.292 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:05:21.320090 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:21.305 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:05:21.333757 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:31.528 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:05:31.556394 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:31.542 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:05:31.570838 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:41.765 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:05:41.793314 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:41.777 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:05:41.805973 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:52.006 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:05:52.034750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:05:52.018 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:05:52.046351 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:02.244 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:06:02.272455 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:02.321 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:06:02.324437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:12.521 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:06:12.549645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:12.532 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:06:12.561279 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:22.755 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:06:22.783870 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:22.814 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:06:22.842960 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:33.074 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:06:33.102438 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:33.083 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:06:33.112008 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:43.305 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:06:43.333642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:43.317 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:06:43.346021 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:53.534 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:06:53.562916 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:06:53.548 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:06:53.576668 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:03.762 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:07:03.790838 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:03.776 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:07:03.804416 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:13.997 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:07:14.025794 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:14.011 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:07:14.040090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:24.389 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:07:24.417719 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:24.482 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:07:24.511261 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:34.702 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:07:34.730961 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:34.713 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:07:34.742817 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:44.935 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:07:44.963545 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:44.948 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:07:44.977579 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:55.182 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:07:55.210843 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:07:55.193 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:07:55.221944 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:05.411 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:08:05.440329 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:05.423 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:08:05.452410 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:15.641 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:08:15.669914 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:15.653 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:08:15.683074 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:26.219 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:08:26.248218 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:26.230 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:08:26.259616 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:36.497 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:08:36.525752 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:36.510 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:08:36.539358 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:46.733 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:08:46.762346 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:46.746 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:08:46.775109 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:57.269 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:08:57.298646 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:08:57.280 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:08:57.309568 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:07.518 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:09:07.547519 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:07.531 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:09:07.560732 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:17.775 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:09:17.804419 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:17.784 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:09:17.813520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:28.140 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:09:28.169820 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:28.160 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:09:28.178063 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:38.368 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:09:38.397558 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:38.381 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:09:38.410548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:48.601 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:09:48.630649 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:48.613 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:09:48.643128 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:58.842 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:09:58.871668 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:09:58.856 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:09:58.886242 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:09.074 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:10:09.103842 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:09.085 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:10:09.115425 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:19.307 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:10:19.336554 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:19.320 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:10:19.350008 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:29.540 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:10:29.569721 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:29.550 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:10:29.580299 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:39.856 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:10:39.885456 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:39.869 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:10:39.898218 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:50.092 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:10:50.122052 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:10:50.105 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:10:50.135064 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:00.350 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:11:00.379658 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:00.365 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:11:00.394769 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:10.587 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:11:10.616744 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:10.602 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:11:10.631469 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:20.850 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:11:20.880206 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:20.862 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:11:20.891990 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:31.078 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:11:31.108042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:31.090 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:11:31.120191 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:41.312 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:11:41.342256 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:41.326 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:11:41.356634 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:51.549 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:11:51.579244 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:11:51.567 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:11:51.597222 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:01.795 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:12:01.825512 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:01.805 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:12:01.835640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:12.035 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:12:12.065445 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:12.051 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:12:12.081978 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:22.311 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:12:22.340985 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:22.325 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:12:22.355554 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:32.547 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:12:32.576939 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:32.560 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:12:32.590074 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:42.780 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:12:42.810529 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:42.794 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:12:42.824550 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:53.016 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:12:53.046208 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:12:53.029 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:12:53.059687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:03.251 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:13:03.280978 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:03.264 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:13:03.294803 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:13.483 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:13:13.513708 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:13.497 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:13:13.527537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:23.716 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:13:23.746673 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:23.728 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:13:23.758821 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:33.946 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:13:33.976433 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:33.958 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:13:33.989044 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:44.188 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:13:44.215157 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:44.195 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:13:44.225751 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:54.418 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:13:54.447669 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:13:54.429 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:13:54.459731 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:04.644 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:14:04.674915 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:04.654 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:14:04.684977 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:14.875 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:14:14.905235 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:14.962 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:14:14.992974 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:25.182 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:14:25.212988 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:25.194 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:14:25.225374 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:35.413 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:14:35.443378 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:35.479 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:14:35.509559 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:45.697 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:14:45.727567 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:45.711 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:14:45.741080 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:55.978 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:14:56.008677 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:14:55.990 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:14:56.020685 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:06.232 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:15:06.262460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:06.243 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:15:06.273722 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:16.474 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:15:16.505262 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:16.513 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:15:16.544281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:26.750 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:15:26.780587 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:26.833 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:15:26.864356 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:37.090 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:15:37.120769 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:37.101 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:15:37.132555 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:47.322 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:15:47.352534 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:47.336 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:15:47.367193 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:57.639 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:15:57.670346 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:15:57.735 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:15:57.766477 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:07.953 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:16:07.983894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:07.964 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:16:07.995577 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:18.183 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:16:18.214497 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:18.195 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:16:18.226871 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:28.423 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:16:28.454176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:28.457 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:16:28.488488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:38.677 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:16:38.707883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:38.687 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:16:38.718189 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:48.909 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:16:48.940141 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:48.920 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:16:48.951224 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:59.142 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:16:59.172589 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:16:59.153 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:16:59.184068 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:09.371 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:17:09.402453 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:09.380 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:17:09.411984 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:19.602 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:17:19.633097 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:19.615 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:17:19.646360 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:29.830 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:17:29.861061 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:29.842 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:17:29.873865 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:40.072 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:17:40.103314 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:40.083 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:17:40.115059 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:50.300 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:17:50.331678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:17:50.311 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:17:50.342500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:00.539 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:18:00.569855 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:00.550 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:18:00.581415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:10.772 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:18:10.799286 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:10.779 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:18:10.810789 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:20.999 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:18:21.030321 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:21.008 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:18:21.040470 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:31.230 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:18:31.261529 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:31.244 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:18:31.275752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:41.468 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:18:41.499350 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:41.481 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:18:41.512860 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:51.702 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:18:51.733856 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:18:51.713 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:18:51.745658 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:01.935 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:19:01.966388 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:02.020 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:19:02.052224 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:12.240 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:19:12.272068 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:12.253 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:19:12.284699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:22.445 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:19:22.476998 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 19:19:22.465045546 +0000 UTC m=+5358.203892766 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T19:19:22.471 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:19:22.503345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:22.483 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:19:22.515749 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:32.706 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:19:32.737406 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:32.715 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:19:32.747255 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:42.940 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:19:42.971941 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:42.951 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:19:42.983765 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:53.174 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:19:53.206110 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:19:53.186 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:19:53.218583 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:03.405 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:20:03.436658 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:03.417 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:20:03.449222 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:13.634 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:20:13.665973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:13.649 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:20:13.679422 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:23.871 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:20:23.902626 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:23.885 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:20:23.917744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:34.105 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:20:34.136931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:34.117 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:20:34.149604 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:44.333 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:20:44.364933 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:44.346 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:20:44.378917 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:54.565 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:20:54.597860 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:20:54.574 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:20:54.606978 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:01.565 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:01.597598 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T19:21:02.237 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:02.267920 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T19:21:02.262+0000 7f36d000e340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:21:02.237 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:21:02.262+0000 7f36d000e340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:21:02.237 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:21:02.262+0000 7f36d000e340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:21:02.238 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:21:02.238 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:02.267947 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T19:21:02.262+0000 7f36d000e340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:21:02.238 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:21:02.262+0000 7f36d000e340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:21:02.238 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:21:02.262+0000 7f36d000e340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:21:02.239 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:21:04.796 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:04.828518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:04.808 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:04.840515 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:15.041 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:15.073060 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:15.059 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:15.091201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:25.283 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:25.314680 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:25.320 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:25.350849 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:35.544 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:35.576505 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:35.557 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:35.589379 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:45.777 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:45.809183 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:45.789 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:45.822044 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:56.048 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:56.080675 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:21:56.062 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:21:56.094825 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:06.281 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:22:06.313738 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:06.292 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:22:06.325353 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:16.511 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:22:16.543449 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:16.523 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:22:16.556116 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:26.744 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:22:26.776450 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:26.757 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:22:26.790010 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:36.976 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:22:37.008634 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:36.984 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:22:37.017164 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:47.224 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:22:47.256751 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:47.239 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:22:47.269951 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:57.456 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:22:57.489232 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:22:57.468 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:22:57.500954 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:07.685 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:23:07.717807 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:07.704 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:23:07.737286 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:17.944 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:23:17.976767 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:17.955 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:23:17.988187 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:28.178 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:23:28.210943 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:28.189 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:23:28.222649 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:38.412 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:23:38.445085 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:38.427 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:23:38.459769 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:48.661 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:23:48.693601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:48.675 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:23:48.708303 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:58.917 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:23:58.950354 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:23:58.942 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:23:58.974498 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:09.222 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:24:09.255380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:09.236 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:24:09.269370 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:19.457 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:24:19.490020 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:19.471 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:24:19.504355 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:29.692 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:24:29.724530 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:29.705 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:24:29.738523 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:39.928 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:24:39.960722 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:39.939 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:24:39.971933 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:50.161 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:24:50.194336 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:24:50.174 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:24:50.206899 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:00.391 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:25:00.423888 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:00.400 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:25:00.433459 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:10.629 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:25:10.660545 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:10.640 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:25:10.673788 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:10.640 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:25:10.673813 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Warning:ReconcileFailed:CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:20.862 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:25:20.894971 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:20.876 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:25:20.909316 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:31.097 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:25:31.129921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:31.109 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:25:31.142480 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:41.345 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:25:41.378122 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:41.358 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:25:41.391253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:51.579 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:25:51.611689 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:25:51.591 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:25:51.623348 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:01.875 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:26:01.907144 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:01.884 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:26:01.916405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:12.100 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:26:12.131390 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:12.112 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:26:12.143968 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:22.333 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:26:22.363816 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:22.347 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:26:22.377864 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:32.568 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:26:32.597718 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:32.580 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:26:32.610218 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:42.799 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:26:42.828607 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:42.814 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:26:42.843112 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:53.035 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:26:53.063360 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:26:53.048 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:26:53.076646 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:03.289 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:27:03.316941 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:03.301 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:27:03.329300 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:13.564 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:27:13.590785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:13.576 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:27:13.602918 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:23.798 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:27:23.823964 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:23.812 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:27:23.838281 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:34.033 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:27:34.058456 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:34.046 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:27:34.071533 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:44.269 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:27:44.293103 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:44.281 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:27:44.306519 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:54.503 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:27:54.527716 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:27:54.517 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:27:54.541520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:04.743 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:28:04.766610 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:04.752 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:28:04.775534 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:14.994 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:28:15.016330 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:15.003 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:28:15.026450 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:25.249 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:28:25.270898 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:25.264 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:28:25.284644 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:35.482 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:28:35.503361 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:35.494 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:28:35.516323 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:45.713 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:28:45.733846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:45.726 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:28:45.747326 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:55.949 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:28:55.969371 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:28:55.963 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:28:55.983512 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:06.191 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:29:06.210672 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:06.203 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:29:06.222609 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:16.422 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:29:16.441145 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:16.437 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:29:16.456992 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:26.662 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:29:26.679062 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:26.679 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:29:26.698470 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:36.901 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:29:36.918502 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:36.913 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:29:36.931367 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:47.161 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:29:47.178065 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:47.171 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:29:47.188791 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:57.388 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:29:57.405420 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:29:57.460 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:29:57.476790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:07.708 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:30:07.725108 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:07.720 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:30:07.736869 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:17.943 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:30:17.959371 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:17.956 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:30:17.972038 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:28.206 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:30:28.221347 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:28.215 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:30:28.230757 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:38.435 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:30:38.449692 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:38.447 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:30:38.462247 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:48.667 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:30:48.681718 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:48.681 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:30:48.695769 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:58.905 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:30:58.918726 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:30:58.965 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:30:58.979257 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:09.187 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:31:09.200190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:09.199 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:31:09.212651 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:19.432 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:31:19.445283 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:19.442 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:31:19.455029 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:29.691 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:31:29.703684 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:29.701 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:31:29.714185 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:39.918 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:31:39.929799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:39.930 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:31:39.942407 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:50.152 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:31:50.163885 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:31:50.166 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:31:50.177712 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:00.386 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:32:00.397273 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:00.397 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:32:00.408244 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:10.617 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:32:10.627530 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:10.629 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:32:10.639997 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:20.851 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:32:20.861010 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:20.859 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:32:20.869894 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:31.075 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:32:31.084945 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:31.090 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:32:31.099925 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:41.353 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:32:41.362641 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:41.362 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:32:41.371907 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:51.586 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:32:51.594310 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:32:51.596 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:32:51.605501 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:01.816 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:33:01.824954 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:01.831 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:33:01.840735 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:12.055 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:33:12.063441 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:12.068 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:33:12.076302 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:22.290 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:33:22.297770 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:22.302 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:33:22.309699 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:32.523 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:33:32.530397 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:32.535 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:33:32.542437 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:42.776 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:33:42.782928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:42.791 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:33:42.798438 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:53.009 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:33:53.015683 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:33:53.020 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:33:53.025580 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:03.241 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:34:03.246994 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:03.253 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:34:03.259690 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:13.495 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:34:13.501003 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:13.508 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:34:13.513627 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:23.725 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:34:23.731155 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:23.741 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:34:23.746943 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:33.959 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:34:33.963449 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:33.972 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:34:33.977015 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:44.192 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:34:44.196755 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:44.200 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:34:44.205700 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:54.448 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:34:54.452388 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:34:54.459 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:34:54.463719 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:04.711 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:35:04.715401 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:04.723 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:35:04.728263 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:14.944 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:35:14.947790 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:14.955 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:35:14.959327 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:25.175 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:35:25.178760 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:25.190 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:35:25.194285 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:35.418 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:35:35.421572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:35.431 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:35:35.433971 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:45.650 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:35:45.652437 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:45.662 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:35:45.665596 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:55.917 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:35:55.919281 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:35:55.930 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:35:55.932764 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:06.152 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:36:06.154059 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:06.162 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:36:06.164692 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:16.379 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:36:16.381181 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:16.391 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:36:16.393273 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:26.653 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:36:26.654925 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:26.666 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:36:26.667711 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:36.884 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:36:36.885968 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:36.897 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:36:36.898801 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:47.117 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:36:47.118150 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:47.130 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:36:47.131863 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:57.350 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:36:57.351268 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:36:57.363 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:36:57.364249 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:07.609 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:07.609404 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:07.638 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:07.638237 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:17.853 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:17.853804 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:17.865 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:17.865454 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:28.087 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:28.087331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:28.099 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:28.099210 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:38.317 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:38.316743 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:38.331 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:38.331291 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:38.437 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:38.437481 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 19:37:38.428914289 +0000 UTC m=+6454.167761460 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T19:37:42.277 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:42.276657 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T19:37:42.918 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:42.917359 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T19:37:42.909+0000 7fe27e7e2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:37:42.919 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:37:42.909+0000 7fe27e7e2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:37:42.919 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:37:42.909+0000 7fe27e7e2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:37:42.919 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:37:42.919 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:42.917385 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T19:37:42.909+0000 7fe27e7e2340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:37:42.920 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:37:42.909+0000 7fe27e7e2340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:37:42.920 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:37:42.909+0000 7fe27e7e2340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:37:42.920 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:37:48.554 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:48.553865 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:48.567 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:48.566982 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:58.793 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:58.792413 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:37:58.805 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:37:58.804979 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:09.028 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:38:09.026870 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:09.041 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:38:09.040566 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:19.284 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:38:19.283184 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:19.299 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:38:19.298636 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:29.541 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:38:29.539978 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:29.555 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:38:29.553778 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:39.790 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:38:39.788705 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:39.801 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:38:39.799106 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:50.061 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:38:50.059616 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:38:50.072 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:38:50.071225 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:00.296 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:39:00.293901 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:00.309 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:39:00.306170 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:10.527 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:39:10.525331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:10.539 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:39:10.537778 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:20.763 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:39:20.760272 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:20.774 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:39:20.772496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:30.993 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:39:30.990928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:31.004 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:39:31.002212 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:41.224 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:39:41.221587 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:41.279 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:39:41.276158 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:51.497 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:39:51.494325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:39:51.509 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:39:51.506862 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:01.756 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:40:01.752331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:01.768 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:40:01.765459 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:11.990 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:40:11.986297 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:12.003 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:40:11.999685 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:22.245 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:40:22.241311 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:22.255 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:40:22.251452 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:32.477 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:40:32.472877 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:32.488 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:40:32.484585 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:42.734 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:40:42.730265 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:42.751 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:40:42.747242 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:52.975 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:40:52.970465 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:40:52.985 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:40:52.981560 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:03.212 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:41:03.202981 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:03.221 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:41:03.216769 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:13.440 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:41:13.436058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:13.453 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:41:13.448405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:23.673 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:41:23.667697 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:23.689 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:41:23.684474 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:33.910 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:41:33.905181 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:33.923 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:41:33.918357 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:44.160 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:41:44.155196 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:44.170 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:41:44.165982 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:54.390 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:41:54.385162 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:41:54.432 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:41:54.426924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:04.653 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:42:04.647344 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:04.667 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:42:04.660926 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:14.881 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:42:14.875744 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:14.895 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:42:14.890080 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:25.118 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:42:25.112266 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:25.131 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:42:25.125283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:35.384 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:42:35.377743 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:35.396 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:42:35.390259 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:45.617 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:42:45.611243 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:45.628 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:42:45.622666 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:55.876 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:42:55.869463 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:42:55.889 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:42:55.883447 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:06.112 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:43:06.105501 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:06.125 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:43:06.118490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:16.349 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:43:16.342500 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:16.360 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:43:16.353778 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:26.582 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:43:26.575504 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:26.601 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:43:26.595179 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:36.861 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:43:36.853925 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:36.873 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:43:36.866960 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:47.091 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:43:47.084195 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:47.103 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:43:47.096738 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:57.378 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:43:57.371085 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:43:57.422 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:43:57.401503 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:07.635 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:44:07.627562 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:07.647 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:44:07.640150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:17.866 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:44:17.858865 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:17.876 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:44:17.869505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:28.096 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:44:28.088370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:28.107 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:44:28.099809 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:38.322 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:44:38.314812 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:38.334 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:44:38.326796 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:48.554 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:44:48.546111 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:48.568 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:44:48.560941 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:58.867 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:44:58.859642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:44:58.879 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:44:58.871605 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:09.191 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:45:09.183339 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:09.206 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:45:09.197693 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:19.427 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:45:19.418913 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:19.437 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:45:19.428847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:29.660 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:45:29.651623 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:29.674 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:45:29.665346 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:40.032 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:45:40.023936 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:40.041 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:45:40.033655 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:50.255 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:45:50.246848 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:45:50.268 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:45:50.259648 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:00.600 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:46:00.591423 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:00.613 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:46:00.603778 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:11.171 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:46:11.161909 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:11.183 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:46:11.174580 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:21.407 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:46:21.397624 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:21.418 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:46:21.409296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:31.642 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:46:31.632326 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:31.655 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:46:31.646813 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:41.895 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:46:41.885852 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:41.906 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:46:41.897195 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:52.140 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:46:52.130244 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:46:52.153 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:46:52.144017 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:02.567 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:47:02.556777 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:02.578 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:47:02.569049 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:12.871 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:47:12.861520 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:12.881 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:47:12.872123 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:23.119 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:47:23.109676 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:23.131 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:47:23.121376 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:33.398 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:47:33.387911 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:33.406 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:47:33.397018 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:43.873 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:47:43.863635 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:43.886 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:47:43.876802 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:54.107 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:47:54.096676 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:47:54.120 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:47:54.109781 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:04.489 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:48:04.478970 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:04.501 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:48:04.490917 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:15.005 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:48:14.994282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:15.016 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:48:15.006180 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:25.264 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:48:25.253970 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:25.277 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:48:25.267567 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:35.500 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:48:35.489574 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:35.517 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:48:35.502341 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:45.756 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:48:45.745049 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:46.069 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:48:46.058085 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:56.292 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:48:56.281267 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:48:56.305 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:48:56.294262 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:06.524 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:49:06.513502 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:06.539 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:49:06.528860 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:16.758 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:49:16.747209 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:16.771 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:49:16.760202 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:26.990 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:49:26.978533 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:27.005 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:49:26.993928 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:37.223 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:49:37.212170 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:37.234 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:49:37.223121 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:47.456 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:49:47.444532 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:47.468 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:49:47.457211 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:57.700 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:49:57.688562 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:49:57.713 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:49:57.701519 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:07.934 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:50:07.922826 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:07.948 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:50:07.935843 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:18.169 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:50:18.156944 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:18.182 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:50:18.170501 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:28.402 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:50:28.389979 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:28.414 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:50:28.402808 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:38.662 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:50:38.649892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:38.679 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:50:38.666768 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:48.902 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:50:48.890034 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:48.912 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:50:48.900489 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:59.130 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:50:59.117693 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:50:59.141 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:50:59.129550 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:09.361 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:51:09.348789 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:09.373 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:51:09.361758 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:19.631 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:51:19.618351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:19.645 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:51:19.632480 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:29.897 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:51:29.884115 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:29.905 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:51:29.893333 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:40.137 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:51:40.124359 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:40.153 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:51:40.141524 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:50.410 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:51:50.397532 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:51:50.423 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:51:50.411032 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:00.641 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:52:00.627271 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:00.652 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:52:00.639343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:10.875 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:52:10.862797 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:10.888 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:52:10.875461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:21.108 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:52:21.094994 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:21.120 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:52:21.107602 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:31.341 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:52:31.327712 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:31.353 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:52:31.340160 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:41.574 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:52:41.560755 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:41.586 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:52:41.572789 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:51.803 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:52:51.789892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:51.815 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:52:51.802122 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:52:52.014 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:52:52.001488 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 19:52:51.983954363 +0000 UTC m=+7367.722801620 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T19:53:02.030 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:53:02.017337 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:02.071 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:53:02.057967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:12.340 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:53:12.326889 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:12.352 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:53:12.339383 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:22.577 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:53:22.563195 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:22.593 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:53:22.580114 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:32.810 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:53:32.796282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:32.821 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:53:32.808261 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:43.042 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:53:43.028091 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:43.055 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:53:43.041469 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:53.273 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:53:53.259231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:53:53.286 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:53:53.272241 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:03.509 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:03.495524 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:03.524 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:03.510631 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:13.768 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:13.753934 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:13.781 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:13.767210 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:22.940 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:22.926054 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T19:54:23.607 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:23.592742 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T19:54:23.583+0000 7f7638425340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:54:23.608 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:54:23.583+0000 7f7638425340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:54:23.608 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:54:23.583+0000 7f7638425340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:54:23.608 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:54:23.608 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:23.592772 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T19:54:23.583+0000 7f7638425340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T19:54:23.609 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:54:23.583+0000 7f7638425340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T19:54:23.609 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T19:54:23.583+0000 7f7638425340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T19:54:23.609 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T19:54:23.999 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:23.985022 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:24.014 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:23.997145 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:34.294 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:34.279862 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:34.307 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:34.293231 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:44.539 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:44.524921 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:44.553 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:44.538619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:54.808 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:54.793467 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:54:54.823 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:54:54.809191 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:05.064 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:55:05.049681 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:05.074 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:55:05.059941 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:15.325 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:55:15.310883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:15.338 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:55:15.324372 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:25.561 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:55:25.545893 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:25.573 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:55:25.559219 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:35.796 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:55:35.780971 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:35.810 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:55:35.796005 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:46.029 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:55:46.014029 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:46.039 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:55:46.025186 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:56.260 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:55:56.245348 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:55:56.279 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:55:56.264200 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:06.500 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:56:06.485550 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:06.516 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:56:06.500424 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:16.738 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:56:16.722646 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:16.751 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:56:16.736153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:26.970 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:56:26.954948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:26.979 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:56:26.964613 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:37.199 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:56:37.183788 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:37.213 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:56:37.198415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:47.456 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:56:47.441314 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:47.472 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:56:47.457606 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:57.739 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:56:57.723380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:56:57.831 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:56:57.816581 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:08.053 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:57:08.037808 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:08.067 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:57:08.052208 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:18.290 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:57:18.274280 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:18.304 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:57:18.289386 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:28.525 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:57:28.509907 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:28.537 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:57:28.522041 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:38.759 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:57:38.743181 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:38.771 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:57:38.755574 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:48.992 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:57:48.976156 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:49.004 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:57:48.988750 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:59.244 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:57:59.228520 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:57:59.256 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:57:59.240610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:09.475 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:58:09.458634 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:09.492 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:58:09.476906 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:19.715 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:58:19.698391 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:19.727 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:58:19.709494 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:29.976 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:58:29.960588 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:29.988 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:58:29.972766 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:40.213 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:58:40.196454 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:40.226 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:58:40.208626 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:50.483 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:58:50.466250 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:58:50.518 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:58:50.502185 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:00.738 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:59:00.721633 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:00.751 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:59:00.734721 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:11.002 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:59:10.985642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:11.014 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:59:10.997845 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:21.234 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:59:21.217948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:21.247 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:59:21.231185 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:31.471 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:59:31.454239 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:31.500 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:59:31.483350 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:41.724 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:59:41.707403 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:41.737 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:59:41.720760 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:51.960 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:59:51.942799 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T19:59:51.973 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 19:59:51.956856 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:02.194 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:00:02.177040 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:02.207 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:00:02.190530 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:12.438 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:00:12.421834 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:12.451 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:00:12.434813 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:22.677 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:00:22.661735 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:22.687 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:00:22.671315 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:32.907 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:00:32.890900 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:32.920 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:00:32.904096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:43.139 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:00:43.123282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:43.153 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:00:43.137862 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:53.372 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:00:53.356381 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:00:53.383 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:00:53.367557 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:03.635 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:01:03.619452 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:03.653 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:01:03.637461 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:13.893 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:01:13.877649 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:13.908 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:01:13.893443 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:24.140 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:01:24.125380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:24.149 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:01:24.134642 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:34.374 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:01:34.358791 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:34.385 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:01:34.371011 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:44.609 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:01:44.594594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:44.655 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:01:44.641106 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:54.881 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:01:54.866833 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:01:54.894 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:01:54.880381 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:05.112 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:02:05.097802 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:05.124 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:02:05.110475 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:15.354 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:02:15.339515 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:15.366 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:02:15.352392 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:25.587 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:02:25.573645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:25.600 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:02:25.587031 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:35.824 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:02:35.810769 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:35.834 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:02:35.820521 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:46.052 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:02:46.038004 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:46.064 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:02:46.050258 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:56.287 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:02:56.273452 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:02:56.342 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:02:56.328491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:06.561 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:03:06.547601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:06.573 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:03:06.559751 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:16.802 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:03:16.788786 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:16.816 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:03:16.802831 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:27.034 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:03:27.020429 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:27.064 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:03:27.050922 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:37.296 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:03:37.282870 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:37.306 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:03:37.293765 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:47.527 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:03:47.513474 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:47.539 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:03:47.526538 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:57.760 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:03:57.747531 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:03:57.795 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:03:57.781115 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:08.037 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:04:08.024645 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:08.070 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:04:08.057748 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:18.293 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:04:18.280507 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:18.302 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:04:18.289557 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:28.516 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:04:28.503554 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:28.530 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:04:28.517654 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:38.793 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:04:38.778583 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:38.809 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:04:38.793667 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:49.063 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:04:49.051351 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:49.076 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:04:49.064184 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:59.293 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:04:59.280770 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:04:59.357 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:04:59.345044 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:09.576 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:05:09.564090 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:09.588 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:05:09.576709 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:19.809 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:05:19.797636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:19.825 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:05:19.813484 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:30.043 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:05:30.030883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:30.055 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:05:30.044065 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:40.281 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:05:40.269979 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:40.292 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:05:40.280233 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:50.520 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:05:50.508429 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:05:50.531 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:05:50.519924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:00.777 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:06:00.766227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:00.789 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:06:00.777916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:11.063 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:06:11.051906 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:11.089 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:06:11.077976 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:21.333 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:06:21.322059 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:21.347 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:06:21.335713 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:31.567 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:06:31.556179 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:31.586 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:06:31.574826 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:41.855 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:06:41.843945 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:41.869 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:06:41.857023 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:52.088 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:06:52.076591 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:06:52.101 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:06:52.090566 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:02.321 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:07:02.310229 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:02.334 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:07:02.323330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:12.556 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:07:12.545255 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:12.569 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:07:12.558601 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:22.816 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:07:22.805902 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:22.826 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:07:22.815353 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:33.042 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:07:33.031309 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:33.053 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:07:33.042140 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:43.277 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:07:43.266399 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:43.288 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:07:43.276401 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:53.562 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:07:53.551383 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:07:53.576 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:07:53.566143 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:03.835 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:08:03.824854 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:03.845 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:08:03.835189 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:14.067 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:08:14.056044 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:14.081 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:08:14.070589 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:24.299 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:08:24.289013 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:24.333 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:08:24.323270 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:34.579 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:08:34.568585 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:34.592 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:08:34.582267 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:44.835 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:08:44.824456 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:44.849 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:08:44.839680 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:55.069 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:08:55.059107 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:08:55.088 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:08:55.077703 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:05.309 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:09:05.298938 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:05.323 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:09:05.312617 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:15.545 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:09:15.534657 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:15.558 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:09:15.548014 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:25.784 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:09:25.774236 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:25.800 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:09:25.788698 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:36.019 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:09:36.009121 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:36.032 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:09:36.021952 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:46.248 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:09:46.238456 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:46.263 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:09:46.253326 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:56.487 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:09:56.476968 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:09:56.503 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:09:56.493069 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:06.724 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:10:06.714058 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:06.745 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:10:06.735704 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:16.992 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:10:16.981679 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:17.004 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:10:16.994490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:27.223 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:10:27.213117 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:27.232 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:10:27.222813 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:37.467 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:10:37.457092 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:37.478 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:10:37.467575 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:47.694 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:10:47.684543 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:47.707 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:10:47.697293 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:57.929 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:10:57.919766 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:10:57.944 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:10:57.934247 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:03.612 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:03.602809 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T20:11:04.230 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:04.219408 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T20:11:04.208+0000 7f0034f62340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T20:11:04.256 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T20:11:04.208+0000 7f0034f62340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T20:11:04.256 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T20:11:04.208+0000 7f0034f62340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T20:11:04.257 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T20:11:04.257 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:04.219453 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T20:11:04.208+0000 7f0034f62340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T20:11:04.257 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T20:11:04.208+0000 7f0034f62340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T20:11:04.257 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T20:11:04.208+0000 7f0034f62340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T20:11:04.258 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T20:11:08.166 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:08.156620 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:08.179 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:08.168252 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:08.324 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:08.314479 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 20:11:08.30780674 +0000 UTC m=+8464.046653928 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T20:11:18.397 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:18.387414 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:18.411 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:18.401991 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:28.635 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:28.624992 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:28.648 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:28.639311 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:38.873 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:38.863578 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:38.886 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:38.876374 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:49.108 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:49.098722 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:49.120 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:49.110962 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:59.337 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:59.327997 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:11:59.363 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:11:59.353925 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:09.583 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:12:09.573532 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:09.620 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:12:09.611108 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:19.866 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:12:19.856882 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:19.887 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:12:19.878225 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:30.109 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:12:30.099833 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:30.121 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:12:30.111864 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:40.339 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:12:40.329695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:40.351 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:12:40.342099 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:50.569 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:12:50.560388 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:12:50.582 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:12:50.572901 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:00.800 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:13:00.791185 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:00.812 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:13:00.803009 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:11.033 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:13:11.023497 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:11.046 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:13:11.037014 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:21.267 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:13:21.257466 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:21.278 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:13:21.268992 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:31.497 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:13:31.488211 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:31.511 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:13:31.502388 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:41.755 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:13:41.745499 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:41.766 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:13:41.756843 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:51.981 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:13:51.971227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:13:51.991 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:13:51.982091 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:14:02.216 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:14:02.205999 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:14:02.241 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:14:02.232163 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:14:12.460 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:14:12.451349 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:14:12.470 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:14:12.461110 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:14:22.690 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:14:22.680935 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:14:22.708 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:14:22.699047 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:14:32.973 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:14:32.963491 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:14:32.986 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:14:32.977259 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:14:43.207 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:14:43.197917 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:14:43.223 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:14:43.214002 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:14:53.442 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:14:53.432716 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:14:53.455 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:14:53.445967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:15:03.674 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:15:03.664772 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:15:03.689 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:15:03.679578 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:15:13.910 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:15:13.900801 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:15:13.924 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:15:13.913851 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:15:24.144 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:15:24.135145 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:15:24.157 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:15:24.147838 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:15:34.379 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:15:34.369528 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:15:34.391 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:15:34.382065 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:15:44.620 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:15:44.610815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:15:44.634 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:15:44.624455 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:15:54.904 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:15:54.894312 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:15:54.913 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:15:54.904233 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:16:05.140 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:16:05.130926 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:16:05.152 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:16:05.143189 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:16:15.368 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:16:15.358805 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:16:15.380 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:16:15.371356 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:16:25.633 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:16:25.623380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:16:25.646 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:16:25.636982 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:16:35.868 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:16:35.858517 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:16:35.880 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:16:35.871296 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:16:46.117 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:16:46.107773 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:16:46.129 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:16:46.119407 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:16:56.377 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:16:56.368548 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:16:56.390 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:16:56.381198 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:17:06.611 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:17:06.601800 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:17:06.625 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:17:06.616232 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:17:16.846 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:17:16.836282 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:17:16.858 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:17:16.849213 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:17:27.075 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:17:27.065841 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:17:27.088 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:17:27.079243 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:17:37.310 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:17:37.300855 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:17:37.319 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:17:37.310662 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:17:47.595 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:17:47.585729 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:17:47.607 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:17:47.598119 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:17:57.828 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:17:57.818820 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:17:57.840 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:17:57.830421 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:18:08.144 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:18:08.134628 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:18:08.165 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:18:08.155742 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:18:18.392 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:18:18.383000 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:18:18.404 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:18:18.395457 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:18:28.621 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:18:28.612160 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:18:28.633 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:18:28.624121 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:18:38.855 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:18:38.845380 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:18:38.863 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:18:38.854030 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:18:49.087 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:18:49.078018 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:18:49.109 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:18:49.100036 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:18:59.344 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:18:59.335209 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:18:59.356 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:18:59.346939 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:19:09.574 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:19:09.564749 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:19:09.587 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:19:09.577548 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:19:19.812 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:19:19.802895 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:19:19.824 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:19:19.814463 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:19:30.048 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:19:30.038615 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:19:30.064 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:19:30.054582 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:19:40.284 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:19:40.274828 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:19:40.298 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:19:40.288294 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:19:50.521 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:19:50.511630 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:19:50.532 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:19:50.522628 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:20:00.753 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:20:00.743379 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:20:00.765 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:20:00.755545 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:20:10.985 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:20:10.975530 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:20:10.997 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:20:10.987979 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:20:21.220 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:20:21.211112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:20:21.232 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:20:21.222292 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:20:31.453 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:20:31.444157 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:20:31.464 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:20:31.455253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:20:41.686 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:20:41.676886 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:20:41.702 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:20:41.692489 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:20:51.922 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:20:51.912955 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:20:51.934 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:20:51.925174 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:21:02.156 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:21:02.146793 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:21:02.170 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:21:02.160670 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:21:12.390 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:21:12.380960 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:21:12.401 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:21:12.392250 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:21:22.650 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:21:22.640409 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:21:22.662 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:21:22.653083 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:21:32.882 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:21:32.872733 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:21:32.896 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:21:32.887095 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:21:43.115 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:21:43.105928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:21:43.126 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:21:43.117306 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:21:53.345 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:21:53.335349 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:21:53.357 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:21:53.347745 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:22:03.578 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:22:03.568839 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:22:03.593 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:22:03.583595 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:22:13.827 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:22:13.817499 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:22:13.839 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:22:13.830307 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:22:24.072 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:22:24.063093 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:22:24.084 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:22:24.074892 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:22:34.306 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:22:34.296814 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:22:34.377 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:22:34.367567 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:22:44.598 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:22:44.588733 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:22:44.613 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:22:44.603784 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:22:54.837 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:22:54.827152 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:22:54.852 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:22:54.843150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:23:05.106 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:23:05.095756 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:23:05.117 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:23:05.107752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:23:15.372 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:23:15.362614 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:23:15.384 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:23:15.375119 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:23:25.626 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:23:25.616032 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:23:25.636 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:23:25.626888 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:23:35.941 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:23:35.931571 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:23:35.953 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:23:35.943685 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:23:46.176 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:23:46.166867 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:23:46.188 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:23:46.179128 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:23:56.414 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:23:56.404345 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:23:56.427 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:23:56.417487 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:24:06.646 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:24:06.636179 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:24:06.658 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:24:06.648199 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:24:16.891 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:24:16.880979 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:24:16.902 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:24:16.892460 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:24:27.126 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:24:27.116053 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:24:27.139 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:24:27.129710 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:24:37.357 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:24:37.347270 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:24:37.412 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:24:37.402507 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:24:47.656 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:24:47.646476 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:24:47.665 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:24:47.656207 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:24:57.884 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:24:57.873724 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:24:57.897 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:24:57.887012 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:25:08.112 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:25:08.102327 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:25:08.123 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:25:08.113405 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:25:18.342 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:25:18.331566 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:25:18.357 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:25:18.347749 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:25:18.358 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:25:18.347790 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Warning:ReconcileFailed:CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:25:28.601 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:25:28.591234 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:25:28.612 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:25:28.602516 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:25:38.829 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:25:38.818723 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:25:38.846 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:25:38.834289 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:25:49.065 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:25:49.055386 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:25:49.123 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:25:49.112495 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:25:59.340 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:25:59.329919 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:25:59.353 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:25:59.343234 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:26:09.582 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:26:09.571678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:26:09.595 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:26:09.585636 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:26:19.835 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:26:19.824928 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:26:19.848 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:26:19.838055 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:26:30.076 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:26:30.066047 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:26:30.091 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:26:30.080945 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:26:40.314 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:26:40.303432 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:26:40.325 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:26:40.315009 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:26:50.549 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:26:50.539046 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:26:50.561 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:26:50.551993 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:27:00.820 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:00.809978 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:27:00.833 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:00.822979 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:27:11.079 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:11.068732 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:27:11.090 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:11.079662 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:27:21.323 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:21.312302 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:27:21.335 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:21.324726 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:27:31.554 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:31.543462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:27:31.568 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:31.557038 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:27:41.781 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:41.770865 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:27:41.793 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:41.783708 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:27:44.237 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:44.226470 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T20:27:44.875 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:44.863981 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T20:27:44.856+0000 7fcb8de6c340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T20:27:44.875 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T20:27:44.856+0000 7fcb8de6c340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T20:27:44.875 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T20:27:44.856+0000 7fcb8de6c340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T20:27:44.875 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T20:27:44.876 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:44.864006 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T20:27:44.856+0000 7fcb8de6c340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T20:27:44.876 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T20:27:44.856+0000 7fcb8de6c340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T20:27:44.876 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T20:27:44.856+0000 7fcb8de6c340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T20:27:44.876 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T20:27:52.057 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:52.046706 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:27:52.068 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:27:52.058148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:28:02.314 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:28:02.303492 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:28:02.326 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:28:02.315756 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:28:12.544 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:28:12.533577 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:28:12.557 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:28:12.546722 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:28:22.790 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:28:22.767617 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:28:22.799 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:28:22.789016 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:28:33.021 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:28:33.009462 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:28:33.031 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:28:33.019681 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:28:43.248 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:28:43.237828 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:28:43.259 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:28:43.248398 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:28:53.499 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:28:53.488426 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:28:53.513 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:28:53.502522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:29:03.790 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:29:03.779502 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:29:03.803 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:29:03.792856 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:29:14.026 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:29:14.015093 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:29:14.039 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:29:14.028977 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:29:24.259 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:29:24.248639 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:29:24.274 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:29:24.261650 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:29:24.712 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:29:24.701577 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 20:29:24.662662895 +0000 UTC m=+9560.401510092 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T20:29:34.494 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:29:34.482846 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:29:34.505 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:29:34.494432 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:29:44.727 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:29:44.716273 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:29:44.740 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:29:44.729544 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:29:54.965 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:29:54.954996 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:29:54.976 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:29:54.966213 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:30:05.199 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:30:05.188339 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:30:05.211 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:30:05.200352 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:30:15.436 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:30:15.424960 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:30:15.448 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:30:15.437591 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:30:25.611 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:30:25.600541 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 20:30:25.591442456 +0000 UTC m=+9621.330289706 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T20:30:25.665 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:30:25.654129 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:30:25.678 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:30:25.667321 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:30:35.899 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:30:35.887880 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:30:35.910 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:30:35.899595 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:30:46.131 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:30:46.120069 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:30:46.143 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:30:46.132855 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:30:56.363 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:30:56.352046 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:30:56.376 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:30:56.365858 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:31:06.600 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:31:06.588684 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:31:06.611 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:31:06.601080 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:31:16.834 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:31:16.822622 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:31:16.843 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:31:16.832769 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:31:27.062 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:31:27.051171 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:31:27.074 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:31:27.063879 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:31:37.297 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:31:37.286063 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:31:37.311 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:31:37.301064 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:31:47.533 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:31:47.521784 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:31:47.546 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:31:47.534664 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:31:57.770 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:31:57.758542 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:31:57.783 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:31:57.772352 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:32:08.005 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:32:07.993778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:32:08.018 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:32:08.007120 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:32:18.233 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:32:18.222150 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:32:18.243 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:32:18.231468 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:32:28.479 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:32:28.467648 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:32:28.501 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:32:28.490712 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:32:38.726 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:32:38.714764 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:32:38.738 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:32:38.726878 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:32:48.958 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:32:48.947059 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:32:48.968 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:32:48.957318 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:32:59.189 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:32:59.177845 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:32:59.202 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:32:59.192032 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:33:09.425 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:33:09.414453 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:33:09.438 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:33:09.427000 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:33:19.654 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:33:19.643230 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:33:19.666 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:33:19.654898 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:33:29.891 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:33:29.879644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:33:29.922 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:33:29.910920 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:33:40.140 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:33:40.128324 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:33:40.154 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:33:40.143029 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:33:50.370 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:33:50.358734 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:33:50.382 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:33:50.371421 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:34:00.600 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:34:00.589322 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:34:00.676 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:34:00.665411 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:34:10.931 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:34:10.920427 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:34:10.944 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:34:10.933657 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:34:21.166 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:34:21.155855 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:34:21.178 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:34:21.167596 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:34:31.398 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:34:31.387772 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:34:31.416 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:34:31.406277 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:34:41.640 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:34:41.630400 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:34:41.652 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:34:41.643074 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:34:51.890 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:34:51.881154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:34:51.926 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:34:51.917261 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:35:02.154 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:35:02.144484 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:35:02.168 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:35:02.158792 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:35:12.448 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:35:12.439224 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:35:12.457 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:35:12.447917 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:35:22.679 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:35:22.670174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:35:22.691 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:35:22.682681 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:35:32.911 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:35:32.903274 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:35:32.924 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:35:32.916640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:35:43.146 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:35:43.138343 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:35:43.159 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:35:43.151421 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:35:53.386 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:35:53.377882 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:35:53.398 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:35:53.391354 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:36:03.629 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:36:03.621703 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:36:03.640 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:36:03.632289 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:36:13.856 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:36:13.849626 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:36:13.893 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:36:13.886777 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:36:24.175 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:36:24.168697 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:36:24.185 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:36:24.179305 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:36:34.432 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:36:34.425813 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:36:34.443 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:36:34.436966 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:36:44.690 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:36:44.684311 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:36:44.699 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:36:44.693646 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:36:54.936 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:36:54.930580 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:36:54.946 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:36:54.940790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:37:05.172 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:37:05.166922 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:37:05.182 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:37:05.177530 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:37:15.475 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:37:15.470743 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:37:15.488 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:37:15.483527 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:37:25.868 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:37:25.863242 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:37:25.882 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:37:25.877448 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:37:36.098 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:37:36.093688 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:37:36.111 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:37:36.106060 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:37:46.515 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:37:46.510568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:37:46.527 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:37:46.523203 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:37:56.755 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:37:56.750775 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:37:56.763 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:37:56.760163 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:38:07.009 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:38:07.005321 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:38:07.022 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:38:07.019141 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:38:17.274 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:38:17.270669 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:38:17.314 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:38:17.311619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:38:27.534 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:38:27.530805 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:38:27.546 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:38:27.543330 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:38:37.766 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:38:37.763030 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:38:37.812 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:38:37.810212 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:38:48.029 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:38:48.025975 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:38:48.042 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:38:48.039420 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:38:58.259 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:38:58.257642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:38:58.271 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:38:58.268814 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:39:08.492 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:39:08.489874 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:39:08.505 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:39:08.503297 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:39:18.725 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:39:18.722986 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:39:18.738 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:39:18.735656 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:39:28.960 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:39:28.958901 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:39:28.972 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:39:28.970616 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:39:39.219 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:39:39.217362 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:39:39.231 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:39:39.229576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:39:49.450 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:39:49.448745 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:39:49.463 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:39:49.462284 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:39:59.719 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:39:59.718492 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:39:59.728 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:39:59.727377 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:40:09.954 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:40:09.953368 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:40:09.965 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:40:09.965051 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:40:20.185 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:40:20.184364 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:40:20.196 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:40:20.196170 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:40:30.417 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:40:30.416692 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:40:30.426 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:40:30.426482 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:40:40.647 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:40:40.646755 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:40:40.659 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:40:40.659982 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:40:50.899 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:40:50.899096 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:40:50.907 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:40:50.907790 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:41:01.128 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:41:01.128243 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:41:01.141 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:41:01.141682 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:41:11.362 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:41:11.362866 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:41:11.373 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:41:11.374066 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:41:21.594 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:41:21.594811 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:41:21.610 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:41:21.608564 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:41:31.828 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:41:31.829285 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:41:31.840 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:41:31.841569 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:41:42.059 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:41:42.059587 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:41:42.072 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:41:42.073913 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:41:52.298 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:41:52.299489 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:41:52.310 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:41:52.311283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:42:02.528 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:42:02.529553 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:42:02.570 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:42:02.571888 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:42:12.792 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:42:12.793356 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:42:12.804 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:42:12.805841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:42:23.026 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:42:23.027929 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:42:23.043 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:42:23.043631 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:42:33.262 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:42:33.263366 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:42:33.273 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:42:33.274931 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:42:43.499 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:42:43.500635 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:42:43.510 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:42:43.512921 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:42:53.736 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:42:53.737715 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:42:53.750 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:42:53.751967 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:43:03.980 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:43:03.982750 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:43:03.992 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:43:03.994983 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:43:14.227 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:43:14.230097 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:43:14.239 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:43:14.242491 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:43:24.465 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:43:24.467675 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:43:24.476 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:43:24.478921 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:43:34.697 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:43:34.699855 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:43:34.709 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:43:34.712094 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:43:44.930 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:43:44.932798 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:43:44.942 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:43:44.945351 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:43:55.180 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:43:55.182807 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:43:55.193 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:43:55.196280 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:44:05.445 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:05.448171 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:44:05.457 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:05.460976 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:44:15.679 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:15.682207 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:44:15.690 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:15.694205 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:44:24.872 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:24.875843 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T20:44:25.485 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:25.488605 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T20:44:25.481+0000 7f97be698340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T20:44:25.486 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T20:44:25.481+0000 7f97be698340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T20:44:25.486 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T20:44:25.481+0000 7f97be698340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T20:44:25.486 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T20:44:25.486 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:25.488629 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T20:44:25.481+0000 7f97be698340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T20:44:25.487 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T20:44:25.481+0000 7f97be698340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T20:44:25.487 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T20:44:25.481+0000 7f97be698340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T20:44:25.487 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T20:44:25.915 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:25.919269 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:44:25.928 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:25.932007 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:44:36.149 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:36.152347 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:44:36.161 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:36.164785 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:44:46.379 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:46.382609 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:44:46.392 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:46.396474 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:44:56.634 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:56.637890 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:44:56.646 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:44:56.650854 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:45:06.865 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:45:06.868714 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:45:06.875 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:45:06.879502 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:45:17.155 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:45:17.159676 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:45:17.168 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:45:17.172926 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:45:27.390 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:45:27.394308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:45:27.402 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:45:27.406717 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:45:37.625 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:45:37.629439 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:45:37.638 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:45:37.642280 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:45:47.860 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:45:47.864842 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:45:47.876 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:45:47.880933 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:45:58.100 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:45:58.104427 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:45:58.112 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:45:58.117279 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:46:08.334 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:46:08.338476 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:46:08.344 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:46:08.349148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:46:18.591 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:46:18.596015 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:46:18.600 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:46:18.604830 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:46:28.820 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:46:28.825212 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:46:28.834 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:46:28.838916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:46:39.050 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:46:39.054895 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:46:39.064 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:46:39.069379 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:46:49.287 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:46:49.292424 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:46:49.299 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:46:49.304814 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:46:59.519 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:46:59.523695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:46:59.531 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:46:59.536383 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:47:09.754 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:47:09.759735 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:47:09.766 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:47:09.772267 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:47:20.035 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:47:20.040880 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:47:20.045 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:47:20.050904 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:47:30.306 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:47:30.311943 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:47:30.320 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:47:30.325212 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:47:40.563 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:47:40.568930 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:47:40.574 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:47:40.579372 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:47:40.886 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:47:40.892210 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 20:47:40.884036649 +0000 UTC m=+10656.622883846 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T20:47:50.789 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:47:50.793844 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:47:50.803 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:47:50.809302 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:48:01.036 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:48:01.042049 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:48:01.048 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:48:01.051278 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:48:11.291 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:48:11.296932 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:48:11.302 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:48:11.308299 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:48:21.523 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:48:21.529078 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:48:21.536 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:48:21.541614 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:48:31.756 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:48:31.762788 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:48:31.768 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:48:31.773231 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:48:41.796 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:48:41.802244 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 20:48:41.78770069 +0000 UTC m=+10717.526547855 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T20:48:42.004 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:48:42.010636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:48:42.013 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:48:42.020144 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:48:52.233 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:48:52.239543 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:48:52.246 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:48:52.252297 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:49:02.463 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:49:02.469775 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:49:02.474 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:49:02.480950 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:49:12.697 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:49:12.703117 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:49:12.708 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:49:12.714396 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:49:22.924 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:49:22.930681 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:49:22.937 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:49:22.944387 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:49:33.160 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:49:33.166571 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:49:33.173 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:49:33.179556 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:49:43.393 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:49:43.399862 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:49:43.409 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:49:43.414389 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:49:53.628 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:49:53.634845 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:49:53.641 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:49:53.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-02-21T20:50:03.893 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:50:03.899564 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:50:03.907 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:50:03.912955 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:50:14.125 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:50:14.132007 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:50:14.135 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:50:14.142499 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:50:24.373 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:50:24.379856 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:50:24.385 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:50:24.392040 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:50:34.605 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:50:34.611675 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:50:34.617 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:50:34.624477 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:50:44.845 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:50:44.851894 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:50:44.856 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:50:44.863726 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:50:55.088 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:50:55.095732 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:50:55.097 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:50:55.104612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:51:05.339 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:51:05.345460 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:51:05.352 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:51:05.359689 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:51:15.579 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:51:15.585973 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:51:15.590 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:51:15.597891 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:51:25.813 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:51:25.820082 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:51:25.824 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:51:25.832096 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:51:36.070 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:51:36.077269 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:51:36.083 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:51:36.090507 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:51:46.323 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:51:46.330497 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:51:46.336 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:51:46.343752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:51:56.555 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:51:56.562892 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:51:56.566 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:51:56.573911 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:52:06.788 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:52:06.796109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:52:06.806 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:52:06.814393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:52:17.033 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:52:17.040690 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:52:17.048 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:52:17.055249 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:52:27.297 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:52:27.305209 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:52:27.308 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:52:27.316159 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:52:37.538 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:52:37.545289 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:52:37.552 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:52:37.558766 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:52:47.770 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:52:47.778370 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:52:47.783 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:52:47.790885 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:52:58.015 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:52:58.022649 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:52:58.027 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:52:58.035250 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:53:08.247 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:53:08.254870 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:53:08.260 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:53:08.268125 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:53:18.480 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:53:18.488227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:53:18.492 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:53:18.500722 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:53:28.715 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:53:28.723592 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:53:28.728 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:53:28.736141 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:53:38.950 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:53:38.958031 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:53:38.960 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:53:38.968572 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:53:49.183 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:53:49.191594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:53:49.196 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:53:49.204674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:53:59.422 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:53:59.430307 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:53:59.431 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:53:59.439929 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:54:09.657 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:54:09.665745 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:54:09.668 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:54:09.676610 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:54:19.898 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:54:19.906511 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:54:19.908 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:54:19.916977 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:54:30.134 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:54:30.138225 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:54:30.142 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:54:30.150573 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:54:40.395 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:54:40.403223 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:54:40.407 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:54:40.416301 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:54:50.626 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:54:50.634572 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:54:50.637 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:54:50.645538 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:55:00.859 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:55:00.867796 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:55:00.871 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:55:00.879561 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:55:11.115 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:55:11.124088 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:55:11.129 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:55:11.138274 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:55:21.352 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:55:21.360486 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:55:21.364 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:55:21.373175 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:55:31.578 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:55:31.586910 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:55:31.590 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:55:31.598675 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:55:41.811 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:55:41.820096 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:55:41.824 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:55:41.832487 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:55:52.044 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:55:52.052175 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:55:52.056 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:55:52.064777 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:56:02.278 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:56:02.287271 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:56:02.288 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:56:02.297103 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:56:12.511 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:56:12.520346 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:56:12.522 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:56:12.531272 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:56:22.847 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:56:22.855819 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:56:22.857 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:56:22.866238 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:56:33.138 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:56:33.146541 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:56:33.149 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:56:33.158054 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:56:43.367 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:56:43.376122 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:56:43.383 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:56:43.392436 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:56:53.620 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:56:53.629527 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:56:53.631 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:56:53.640144 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:57:03.869 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:57:03.877627 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:57:03.881 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:57:03.890152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:57:14.099 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:57:14.108341 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:57:14.109 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:57:14.118150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:57:24.515 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:57:24.524227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:57:24.527 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:57:24.536378 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:57:34.824 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:57:34.832621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:57:34.838 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:57:34.847328 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:57:45.088 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:57:45.097594 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:57:45.099 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:57:45.108898 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:57:55.942 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:57:55.951687 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:57:55.956 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:57:55.966161 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:58:06.205 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:58:06.214112 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:58:06.213 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:58:06.223278 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:58:16.435 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:58:16.444398 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:58:16.447 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:58:16.456728 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:58:27.033 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:58:27.042859 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:58:27.044 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:58:27.054336 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:58:37.271 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:58:37.280901 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:58:37.287 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:58:37.296445 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:58:47.509 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:58:47.518878 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:58:47.523 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:58:47.531834 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:58:57.748 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:58:57.757611 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:58:57.762 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:58:57.771520 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:59:07.990 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:59:07.999104 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:59:08.002 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:59:08.012336 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:59:18.224 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:59:18.233939 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:59:18.232 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:59:18.242400 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:59:28.697 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:59:28.707381 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:59:28.708 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:59:28.717284 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:59:38.925 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:59:38.934504 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:59:38.937 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:59:38.946880 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:59:49.159 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:59:49.168129 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:59:49.170 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:59:49.180161 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:59:59.393 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:59:59.399632 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T20:59:59.403 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 20:59:59.413027 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:00:09.630 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:00:09.636342 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:00:09.639 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:00:09.648674 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:00:19.866 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:00:19.873872 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:00:19.876 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:00:19.885551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:00:30.372 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:00:30.382061 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:00:30.459 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:00:30.468622 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:00:40.689 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:00:40.696548 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:00:40.697 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:00:40.707300 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:00:50.927 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:00:50.934522 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:00:50.940 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:00:50.946217 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:01:01.171 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:01.169821 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:01:01.172 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:01.179176 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:01:05.494 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:05.502771 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T21:01:06.185 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:06.191940 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T21:01:06.182+0000 7f0f37833340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T21:01:06.185 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T21:01:06.182+0000 7f0f37833340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T21:01:06.186 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T21:01:06.182+0000 7f0f37833340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T21:01:06.198 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T21:01:06.199 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:06.191987 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T21:01:06.182+0000 7f0f37833340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T21:01:06.199 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T21:01:06.182+0000 7f0f37833340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T21:01:06.199 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T21:01:06.182+0000 7f0f37833340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T21:01:06.200 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T21:01:11.388 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:11.397293 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:01:11.411 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:11.409898 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:01:21.624 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:21.631092 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:01:21.651 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:21.645617 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:01:31.856 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:31.861461 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:01:31.865 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:31.872946 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:01:42.091 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:42.093730 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:01:42.096 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:42.106556 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:01:52.313 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:52.321042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:01:52.330 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:01:52.335081 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:02:02.551 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:02:02.559280 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:02:02.563 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:02:02.571705 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:02:12.788 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:02:12.797016 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:02:12.808 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:02:12.810102 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:02:23.031 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:02:23.041010 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:02:23.051 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:02:23.056940 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:02:33.328 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:02:33.338636 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:02:33.344 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:02:33.352203 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:02:43.564 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:02:43.574678 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:02:43.585 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:02:43.586744 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:02:53.801 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:02:53.808839 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:02:53.830 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:02:53.822002 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:03:04.035 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:03:04.041901 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:03:04.047 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:03:04.056571 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:03:14.276 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:03:14.277167 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:03:14.283 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:03:14.288586 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:03:24.502 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:03:24.511109 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:03:24.530 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:03:24.524125 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:03:34.783 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:03:34.780472 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:03:34.784 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:03:34.792444 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:03:45.003 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:03:45.013268 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:03:45.017 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:03:45.026928 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:03:55.239 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:03:55.241447 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:03:55.247 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:03:55.253660 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:04:05.467 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:04:05.477498 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:04:05.488 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:04:05.490439 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:04:15.707 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:04:15.717227 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:04:15.726 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:04:15.730681 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:04:25.944 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:04:25.949046 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:04:25.953 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:04:25.962231 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:04:36.175 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:04:36.184447 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:04:36.188 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:04:36.195161 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:04:46.406 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:04:46.411147 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:04:46.423 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:04:46.422192 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:04:56.633 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:04:56.643493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:04:56.672 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:04:56.661773 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:04:56.707 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:04:56.714761 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 21:04:56.666458172 +0000 UTC m=+11692.405305330 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T21:05:06.879 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:05:06.889752 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:05:06.895 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:05:06.903403 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:05:17.111 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:05:17.121574 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:05:17.123 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:05:17.133146 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:05:27.359 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:05:27.366334 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:05:27.372 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:05:27.381553 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:05:37.591 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:05:37.601735 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:05:37.602 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:05:37.612353 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:05:47.820 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:05:47.830717 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:05:47.832 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:05:47.842929 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:05:58.054 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:05:58.062993 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:05:58.065 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:05:58.075017 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:06:08.296 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:06:08.301936 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:06:08.316 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:06:08.311542 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:06:18.524 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:06:18.534902 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:06:18.536 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:06:18.546216 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:06:28.805 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:06:28.814781 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:06:28.820 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:06:28.829340 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:06:39.040 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:06:39.050433 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:06:39.052 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:06:39.063507 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:06:49.273 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:06:49.284124 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:06:49.286 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:06:49.297399 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:06:59.570 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:06:59.580552 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:06:59.582 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:06:59.593190 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:07:09.800 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:07:09.810997 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:07:09.813 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:07:09.824088 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:07:20.041 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:07:20.051808 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:07:20.049 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:07:20.060837 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:07:30.263 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:07:30.274401 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:07:30.277 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:07:30.288313 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:07:40.495 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:07:40.506657 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:07:40.506 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:07:40.517796 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:07:50.733 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:07:50.744526 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:07:50.748 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:07:50.759158 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:08:00.969 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:08:00.980031 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:08:00.984 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:08:00.995400 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:08:11.207 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:08:11.218187 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:08:11.221 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:08:11.232244 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:08:21.444 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:08:21.455349 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:08:21.456 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:08:21.467652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:08:31.680 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:08:31.691405 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:08:31.690 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:08:31.701148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:08:42.021 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:08:42.031997 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:08:42.033 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:08:42.044409 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:08:52.253 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:08:52.263724 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:08:52.265 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:08:52.275288 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:09:02.486 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:09:02.496319 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:09:02.501 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:09:02.511250 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:09:12.721 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:09:12.731416 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:09:12.735 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:09:12.744350 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:09:22.957 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:09:22.967523 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:09:22.969 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:09:22.978200 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:09:33.189 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:09:33.199122 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:09:33.201 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:09:33.211773 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:09:43.420 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:09:43.429621 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:09:43.435 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:09:43.444678 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:09:53.653 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:09:53.662649 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:09:53.664 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:09:53.673525 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:10:03.880 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:10:03.889783 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:10:03.894 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:10:03.903170 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:10:14.114 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:10:14.123659 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:10:14.127 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:10:14.134798 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:10:24.352 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:10:24.361521 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:10:24.364 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:10:24.373712 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:10:34.587 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:10:34.595318 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:10:34.600 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:10:34.609756 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:10:44.823 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:10:44.831791 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:10:44.838 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:10:44.846522 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:10:55.075 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:10:55.084013 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:10:55.089 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:10:55.097635 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:11:05.308 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:11:05.316798 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:11:05.321 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:11:05.329566 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:11:15.563 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:11:15.571753 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:11:15.576 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:11:15.584920 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:11:25.796 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:11:25.804158 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:11:25.808 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:11:25.815933 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:11:36.023 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:11:36.030758 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:11:36.034 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:11:36.042775 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:11:46.299 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:11:46.306739 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:11:46.311 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:11:46.318969 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:11:56.560 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:11:56.568325 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:11:56.569 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:11:56.576473 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:12:06.914 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:12:06.921348 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:12:06.925 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:12:06.932847 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:12:17.162 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:12:17.169359 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:12:17.171 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:12:17.179143 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:12:27.395 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:12:27.402268 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:12:27.407 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:12:27.414798 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:12:37.630 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:12:37.637220 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:12:37.640 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:12:37.647400 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:12:47.859 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:12:47.866511 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:12:47.889 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:12:47.896280 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:12:58.174 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:12:58.180550 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:12:58.193 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:12:58.199267 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:13:08.447 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:13:08.453867 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:13:08.459 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:13:08.465780 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:13:18.703 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:13:18.709878 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:13:18.716 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:13:18.722841 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:13:28.936 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:13:28.942778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:13:28.947 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:13:28.954434 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:13:39.167 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:13:39.173801 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:13:39.180 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:13:39.187272 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:13:49.401 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:13:49.407664 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:13:49.419 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:13:49.425056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:13:59.641 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:13:59.647197 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:13:59.654 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:13:59.659524 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:14:09.879 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:14:09.884481 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:14:09.888 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:14:09.894873 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:14:20.106 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:14:20.111939 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:14:20.118 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:14:20.124768 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:14:30.343 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:14:30.348671 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:14:30.351 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:14:30.357978 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:14:40.593 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:14:40.599622 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:14:40.605 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:14:40.611851 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:14:50.822 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:14:50.827984 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:14:50.895 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:14:50.900810 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:15:01.118 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:15:01.123797 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:15:01.131 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:15:01.136880 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:15:11.437 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:15:11.443148 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:15:11.449 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:15:11.454581 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:15:21.697 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:15:21.702629 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:15:21.708 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:15:21.714148 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:15:31.926 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:15:31.931748 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:15:31.938 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:15:31.943480 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:15:42.159 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:15:42.164830 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:15:42.171 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:15:42.176963 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:15:52.390 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:15:52.395867 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:15:52.403 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:15:52.408794 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:16:02.625 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:16:02.630329 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:16:02.637 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:16:02.643048 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:16:12.862 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:16:12.867755 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:16:12.874 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:16:12.879086 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:16:23.100 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:16:23.105044 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:16:23.109 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:16:23.114791 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:16:33.330 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:16:33.331076 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:16:33.343 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:16:33.348157 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:16:43.565 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:16:43.570066 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:16:43.578 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:16:43.583812 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:16:53.844 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:16:53.848662 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:16:53.858 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:16:53.863283 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:17:04.088 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:04.092944 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:17:04.102 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:04.106576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:17:14.321 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:14.325231 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:17:14.334 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:14.338307 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:17:24.607 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:24.611269 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:17:24.619 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:24.623345 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:17:34.871 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:34.876239 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:17:34.882 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:34.886380 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:17:45.128 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:45.132929 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:17:45.138 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:45.143064 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:17:46.196 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:46.200297 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T21:17:46.841 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:46.844983 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T21:17:46.835+0000 7f56bec21340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T21:17:46.841 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T21:17:46.835+0000 7f56bec21340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T21:17:46.842 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T21:17:46.835+0000 7f56bec21340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T21:17:46.842 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T21:17:46.842 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:46.845011 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T21:17:46.835+0000 7f56bec21340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T21:17:46.842 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T21:17:46.835+0000 7f56bec21340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T21:17:46.843 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T21:17:46.835+0000 7f56bec21340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T21:17:46.843 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T21:17:55.384 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:55.388818 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:17:55.397 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:17:55.401321 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:18:05.637 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:18:05.641309 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:18:05.649 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:18:05.654054 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:18:15.909 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:18:15.912791 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:18:15.921 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:18:15.925659 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:18:26.156 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:18:26.160222 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:18:26.169 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:18:26.172495 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:18:36.388 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:18:36.392174 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:18:36.401 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:18:36.405412 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:18:46.620 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:18:46.623850 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:18:46.633 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:18:46.637297 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:18:56.869 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:18:56.872871 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:18:56.878 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:18:56.882488 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:19:07.131 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:19:07.135524 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:19:07.144 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:19:07.147957 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:19:17.365 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:19:17.369251 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:19:17.376 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:19:17.380694 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:19:27.594 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:19:27.597612 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:19:27.607 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:19:27.610505 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:19:37.862 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:19:37.865676 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:19:37.875 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:19:37.878974 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:19:48.111 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:19:48.115574 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:19:48.123 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:19:48.126645 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:19:58.342 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:19:58.345815 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:19:58.355 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:19:58.358832 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:20:08.574 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:20:08.577730 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:20:08.588 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:20:08.591255 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:20:18.842 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:20:18.845562 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:20:18.853 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:20:18.856619 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:20:29.109 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:20:29.112891 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:20:29.124 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:20:29.128110 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:20:39.347 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:20:39.350953 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:20:39.356 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:20:39.359597 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:20:49.595 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:20:49.598504 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:20:49.605 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:20:49.606752 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:20:59.825 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:20:59.828843 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:20:59.838 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:20:59.841808 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:21:10.063 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:21:10.066148 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:21:10.085 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:21:10.088657 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:21:20.308 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:21:20.311778 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:21:20.319 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:21:20.321602 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:21:30.557 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:21:30.560499 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:21:30.568 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:21:30.571786 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:21:40.786 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:21:40.789642 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:21:40.796 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:21:40.799958 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:21:51.048 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:21:51.049695 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:21:51.060 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:21:51.063376 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:22:01.321 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:22:01.323882 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:22:01.333 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:22:01.336201 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:22:11.547 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:22:11.549687 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:22:11.559 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:22:11.561956 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:22:21.825 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:22:21.828529 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:22:21.859 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:22:21.862427 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:22:32.150 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:22:32.152509 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:22:32.164 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:22:32.167325 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:22:42.398 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:22:42.400769 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:22:42.412 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:22:42.414955 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:22:52.633 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:22:52.636333 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:22:52.646 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:22:52.649028 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:23:02.873 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:23:02.876135 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:23:02.884 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:23:02.886842 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:23:13.146 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:23:13.149392 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:23:13.149 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:23:13.150923 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 21:23:13.140217832 +0000 UTC m=+12788.879065043 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T21:23:13.154 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:23:13.157516 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:23:23.372 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:23:23.375159 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:23:23.409 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:23:23.412056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:23:33.630 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:23:33.632390 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:23:33.669 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:23:33.671973 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:23:43.891 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:23:43.893190 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:23:43.905 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:23:43.908418 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:23:54.123 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:23:54.125327 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:23:54.132 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:23:54.135160 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:24:04.379 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:24:04.381562 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:24:04.391 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:24:04.393813 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:24:14.693 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:24:14.695349 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:24:14.702 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:24:14.704519 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:24:24.923 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:24:24.925429 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:24:24.938 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:24:24.940576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:24:35.162 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:24:35.162994 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:24:35.322 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:24:35.177244 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:24:45.396 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:24:45.398767 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:24:45.411 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:24:45.413870 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:24:55.631 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:24:55.633176 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:24:55.643 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:24:55.645914 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:25:05.868 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:25:05.870057 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:25:05.991 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:25:05.882951 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:25:16.103 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:25:16.104914 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:25:16.121 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:25:16.123826 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:25:26.343 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:25:26.344881 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:25:26.356 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:25:26.358388 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:25:26.356 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:25:26.358422 I | op-k8sutil: Reporting Event rook-ceph:rook-ceph Warning:ReconcileFailed:CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:25:36.577 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:25:36.578762 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:25:36.590 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:25:36.592057 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:25:46.809 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:25:46.811183 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:25:46.820 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:25:46.822993 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:25:57.048 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:25:57.049863 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:25:57.107 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:25:57.109605 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:26:07.338 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:26:07.339525 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:26:07.349 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:26:07.351355 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:26:17.571 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:26:17.572835 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:26:17.584 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:26:17.586171 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:26:27.804 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:26:27.805762 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:26:27.816 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:26:27.818519 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:26:38.059 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:26:38.060775 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:26:38.073 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:26:38.075404 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:26:48.293 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:26:48.294609 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:26:48.305 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:26:48.307551 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:26:58.524 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:26:58.525601 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:26:58.539 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:26:58.539360 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:27:08.760 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:27:08.762312 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:27:08.772 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:27:08.774261 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:27:18.989 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:27:18.991278 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:27:19.005 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:27:19.007576 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:27:29.225 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:27:29.227240 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:27:29.238 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:27:29.240344 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:27:39.468 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:27:39.469540 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:27:39.583 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:27:39.478431 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:27:49.697 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:27:49.698979 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:27:49.709 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:27:49.710840 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:27:59.931 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:27:59.933098 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:27:59.943 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:27:59.945670 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:28:10.183 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:28:10.184985 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:28:10.192 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:28:10.194081 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:28:20.417 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:28:20.416121 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:28:20.425 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:28:20.427416 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:28:30.647 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:28:30.648817 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:28:30.660 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:28:30.662425 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:28:40.881 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:28:40.883188 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:28:40.894 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:28:40.896167 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:28:51.117 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:28:51.118957 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:28:51.130 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:28:51.132149 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:29:01.386 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:29:01.388107 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:29:01.396 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:29:01.397828 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:29:11.638 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:29:11.639647 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:29:11.647 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:29:11.648726 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:29:21.882 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:29:21.883518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:29:21.895 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:29:21.896691 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:29:32.117 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:29:32.118781 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:29:32.131 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:29:32.132835 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:29:42.349 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:29:42.350240 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:29:42.447 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:29:42.361259 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:29:52.579 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:29:52.580665 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:29:52.590 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:29:52.590490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:30:02.847 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:30:02.848906 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:30:02.859 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:30:02.861057 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:30:13.075 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:30:13.076701 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:30:13.086 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:30:13.087613 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:30:23.303 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:30:23.304409 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:30:23.314 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:30:23.315663 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:30:33.784 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:30:33.784998 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:30:33.793 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:30:33.795075 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:30:44.013 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:30:44.014285 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:30:44.028 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:30:44.029546 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:30:54.247 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:30:54.248518 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:30:54.262 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:30:54.262837 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:31:04.531 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:31:04.532670 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:31:04.540 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:31:04.541800 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:31:14.765 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:31:14.765652 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:31:14.778 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:31:14.779153 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:31:24.996 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:31:24.997818 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:31:25.010 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:31:25.011502 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:31:35.371 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:31:35.372709 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:31:35.383 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:31:35.384687 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:31:45.617 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:31:45.618561 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:31:45.662 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:31:45.663538 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:31:55.916 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:31:55.917045 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:31:55.930 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:31:55.931262 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:32:06.173 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:32:06.174071 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:32:06.185 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:32:06.186334 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:32:16.417 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:32:16.417731 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:32:16.425 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:32:16.426161 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:32:26.720 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:32:26.720813 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:32:26.731 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:32:26.732942 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:32:36.945 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:32:36.946381 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:32:36.959 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:32:36.960709 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:32:47.176 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:32:47.177039 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:32:47.189 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:32:47.190032 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:32:57.404 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:32:57.404673 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:32:57.417 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:32:57.418393 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:33:07.708 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:33:07.709426 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:33:07.718 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:33:07.718881 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:33:17.999 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:33:18.000154 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:33:18.013 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:33:18.014496 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:33:28.247 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:33:28.248431 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:33:28.259 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:33:28.260008 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:33:38.551 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:33:38.551948 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:33:38.562 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:33:38.563031 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:33:48.791 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:33:48.792263 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:33:48.810 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:33:48.811253 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:33:59.030 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:33:59.030596 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:33:59.044 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:33:59.044911 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:34:09.263 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:34:09.263655 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:34:09.276 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:34:09.277389 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:34:19.540 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:34:19.541140 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:34:19.553 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:34:19.554100 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:34:26.856 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:34:26.857127 I | op-mon: parsing mon endpoints: a=172.21.15.38:6789 2022-02-21T21:34:27.503 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:34:27.503274 E | ceph-object-controller: failed to reconcile CephObjectStore "rook-ceph/foo". failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T21:34:27.496+0000 7f05e1eda340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T21:34:27.503 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T21:34:27.496+0000 7f05e1eda340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T21:34:27.503 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T21:34:27.496+0000 7f05e1eda340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T21:34:27.504 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T21:34:27.504 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:34:27.503298 I | op-k8sutil: Reporting Event rook-ceph:foo Warning:ReconcileFailed:failed to check for object buckets. failed to get admin ops API context: failed to create or retrieve rgw admin ops user: failed to create object user "rgw-admin-ops-user". error code 1 for object store "foo": failed to create s3 user. 2022-02-21T21:34:27.496+0000 7f05e1eda340 0 failed reading zonegroup info: ret -2 (2) No such file or directory 2022-02-21T21:34:27.504 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T21:34:27.496+0000 7f05e1eda340 0 ERROR: failed to start notify service ((2) No such file or directory 2022-02-21T21:34:27.504 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21T21:34:27.496+0000 7f05e1eda340 0 ERROR: failed to init services (ret=(2) No such file or directory) 2022-02-21T21:34:27.505 INFO:tasks.rook.operator.smithi038.stdout:couldn't init storage provider. : exit status 5 2022-02-21T21:34:29.787 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:34:29.788010 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:34:29.800 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:34:29.801192 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:34:40.057 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:34:40.057369 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:34:40.065 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:34:40.066415 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:34:50.287 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:34:50.287898 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:34:50.296 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:34:50.297036 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:35:00.511 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:35:00.512096 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:35:00.526 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:35:00.524490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:35:10.742 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:35:10.743042 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:35:10.754 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:35:10.755641 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:35:20.983 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:35:20.983577 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:35:20.993 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:35:20.994499 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:35:31.212 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:35:31.213043 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:35:31.222 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:35:31.223173 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:35:41.441 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:35:41.441644 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:35:41.454 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:35:41.453584 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:35:51.671 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:35:51.671294 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:35:51.684 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:35:51.685297 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:36:01.902 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:36:01.903102 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:36:01.918 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:36:01.918310 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:36:12.134 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:36:12.134560 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:36:12.182 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:36:12.181957 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:36:22.431 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:36:22.431086 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:36:22.444 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:36:22.444984 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:36:32.663 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:36:32.663632 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:36:32.676 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:36:32.676537 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:36:42.899 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:36:42.899151 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:36:42.935 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:36:42.936500 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:36:53.155 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:36:53.155472 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:36:53.170 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:36:53.169473 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:37:03.400 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:37:03.400192 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:37:03.410 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:37:03.411320 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:37:13.636 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:37:13.636169 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:37:13.649 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:37:13.649656 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:37:23.871 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:37:23.872035 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:37:23.885 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:37:23.885916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:37:34.103 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:37:34.103514 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:37:34.116 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:37:34.116402 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:37:44.337 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:37:44.337281 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:37:44.349 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:37:44.350232 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:37:54.569 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:37:54.569452 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:37:54.581 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:37:54.582353 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:38:04.804 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:38:04.804568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:38:04.817 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:38:04.817640 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:38:15.036 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:38:15.036459 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:38:15.047 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:38:15.048343 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:38:25.263 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:38:25.263697 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:38:25.276 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:38:25.276397 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:38:35.499 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:38:35.499413 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:38:35.511 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:38:35.512314 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:38:45.822 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:38:45.822159 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:38:45.832 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:38:45.833034 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:38:56.052 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:38:56.052027 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:38:56.064 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:38:56.065018 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:39:06.288 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:39:06.287899 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:39:06.299 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:39:06.299598 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:39:16.522 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:39:16.522406 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:39:16.533 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:39:16.533530 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:39:26.752 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:39:26.752027 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:39:26.764 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:39:26.765008 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:39:36.988 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:39:36.987811 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:39:36.999 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:39:36.999917 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:39:47.219 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:39:47.219412 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:39:47.231 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:39:47.231219 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:39:57.449 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:39:57.448883 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:39:57.460 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:39:57.460105 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:40:07.679 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:40:07.678926 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:40:07.690 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:40:07.690341 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:40:17.913 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:40:17.912531 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:40:17.924 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:40:17.924760 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:40:28.143 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:40:28.144031 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:40:28.153 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:40:28.153589 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:40:28.410 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:40:28.410742 E | ceph-spec: failed to update cluster condition to {Type:Ready Status:True Reason:ClusterCreated Message:Cluster created successfully LastHeartbeatTime:2022-02-21 21:40:28.404253581 +0000 UTC m=+13824.143100841 LastTransitionTime:2022-02-21 17:51:45 +0000 UTC}. failed to update object "rook-ceph/rook-ceph" status: Operation cannot be fulfilled on cephclusters.ceph.rook.io "rook-ceph": the object has been modified; please apply your changes to the latest version and try again 2022-02-21T21:40:38.406 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:40:38.406405 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:40:38.416 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:40:38.416509 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:40:48.639 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:40:48.639089 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:40:48.659 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:40:48.659534 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:40:58.880 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:40:58.880085 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:40:58.891 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:40:58.891916 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:41:09.111 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:41:09.110785 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:41:09.123 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:41:09.122887 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:41:19.338 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:41:19.338537 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:41:19.352 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:41:19.352354 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:41:29.597 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:41:29.597084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:41:29.607 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:41:29.607641 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:41:39.838 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:41:39.837737 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:41:39.852 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:41:39.852654 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:41:50.078 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:41:50.077568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:41:50.091 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:41:50.091441 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:42:00.315 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:42:00.315418 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:42:00.330 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:42:00.329463 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:42:10.548 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:42:10.547411 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:42:10.626 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:42:10.560431 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:42:20.772 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:42:20.772593 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:42:20.783 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:42:20.783716 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:42:30.999 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:42:30.998755 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:42:31.019 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:42:31.016612 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:42:41.240 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:42:41.239577 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:42:41.253 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:42:41.253022 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:42:51.474 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:42:51.473596 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:42:51.487 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:42:51.487313 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:43:01.709 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:43:01.708931 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:43:01.724 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:43:01.723213 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:43:11.944 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:43:11.942995 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:43:11.962 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:43:11.955826 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:43:22.172 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:43:22.171760 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:43:22.184 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:43:22.183858 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:43:32.406 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:43:32.406018 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:43:32.420 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:43:32.418667 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:43:42.638 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:43:42.637446 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:43:42.661 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:43:42.661263 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:43:52.921 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:43:52.920262 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:43:52.934 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:43:52.933258 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:44:03.154 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:44:03.153593 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:44:03.167 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:44:03.166973 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:44:13.391 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:44:13.390094 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:44:13.404 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:44:13.403598 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:44:23.625 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:44:23.624682 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:44:23.638 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:44:23.637255 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:44:33.854 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:44:33.853478 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:44:33.913 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:44:33.912309 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:44:44.138 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:44:44.137030 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:44:44.151 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:44:44.150310 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:44:54.379 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:44:54.367496 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:44:54.384 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:44:54.380956 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:45:04.602 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:45:04.600356 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:45:04.612 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:45:04.611435 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:45:14.834 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:45:14.833036 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:45:14.843 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:45:14.842341 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:45:25.067 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:45:25.064895 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:45:25.080 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:45:25.078924 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:45:35.299 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:45:35.297493 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:45:35.312 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:45:35.311150 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:45:45.533 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:45:45.532217 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:45:45.546 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:45:45.544654 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:45:55.763 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:45:55.761388 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:45:55.774 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:45:55.773490 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:46:05.996 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:46:05.994355 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:46:06.068 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:46:06.067087 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:46:16.287 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:46:16.285373 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:46:16.302 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:46:16.300167 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:46:26.523 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:46:26.521482 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:46:26.537 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:46:26.536218 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:46:36.755 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:46:36.753331 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:46:36.763 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:46:36.762092 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:46:46.982 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:46:46.980336 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:46:46.994 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:46:46.992109 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:46:57.230 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:46:57.228084 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:46:57.242 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:46:57.240652 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:47:07.503 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:47:07.500372 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:47:07.516 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:47:07.514416 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:47:17.737 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:47:17.735295 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:47:17.749 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:47:17.747728 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:47:27.971 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:47:27.968497 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:47:27.984 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:47:27.981912 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:47:38.208 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:47:38.206160 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:47:38.221 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:47:38.218396 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:47:48.441 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:47:48.439482 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:47:48.449 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:47:48.447701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:47:58.670 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:47:58.668433 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:47:58.683 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:47:58.681130 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:48:08.906 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:48:08.903457 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:48:08.918 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:48:08.916056 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:48:19.140 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:48:19.137568 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:48:19.152 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:48:19.150003 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:48:29.372 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:48:29.369626 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:48:29.386 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:48:29.384152 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:48:39.617 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:48:39.614197 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:48:39.626 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:48:39.623927 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:48:49.853 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:48:49.851067 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:48:49.861 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:48:49.859090 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:49:00.096 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:49:00.093321 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:49:00.109 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:49:00.107498 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:49:10.369 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:49:10.366308 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:49:10.382 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:49:10.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-02-21T21:49:20.612 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:49:20.609798 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:49:20.624 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:49:20.621748 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:49:30.852 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:49:30.849914 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:49:30.866 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:49:30.863737 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:49:41.084 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:49:41.081679 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:49:41.098 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:49:41.095597 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:49:51.320 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:49:51.317065 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:49:51.332 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:49:51.329719 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:50:01.556 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:50:01.553054 I | ceph-cluster-controller: CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-21T21:50:01.568 INFO:tasks.rook.operator.smithi038.stdout:2022-02-21 21:50:01.565701 E | ceph-cluster-controller: failed to reconcile CephCluster "rook-ceph/rook-ceph". CephCluster "rook-ceph/rook-ceph" will not be deleted until all dependents are removed: CephObjectStores: [foo] 2022-02-22T00:11:13.732 DEBUG:teuthology.exit:Got signal 15; running 1 handler... 2022-02-22T00:11:13.772 DEBUG:teuthology.task.console_log:Killing console logger for smithi038 2022-02-22T00:11:13.773 DEBUG:teuthology.exit:Finished running handlers